Searched refs:restricted (Results 1 – 7 of 7) sorted by relevance
126 static bool restricted = true; variable127 module_param(restricted, bool, 0);128 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…588 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()628 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()699 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
5 fwctl provides a userspace API for restricted access to communicate
63 Only useful for a restricted set of Ethernet protocols.
224 invalidation mechanism. For example usage of wbinvd is restricted to
6896 netdev_features_t restricted = 0; in qeth_features_check() local6899 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()6904 restricted |= NETIF_F_IP_CSUM; in qeth_features_check()6906 if (restricted && qeth_next_hop_is_local_v4(card, skb)) in qeth_features_check()6907 features &= ~restricted; in qeth_features_check()6911 restricted |= NETIF_F_IPV6_CSUM; in qeth_features_check()6913 if (restricted && qeth_next_hop_is_local_v6(card, skb)) in qeth_features_check()6914 features &= ~restricted; in qeth_features_check()
477 resulting kernel will be smaller but it will also be restricted to
965 protocol is not desired. The LMM protocol is more restricted to just boot,
Completed in 40 milliseconds