| /Linux-v5.15/net/dcb/ | 
| D | Kconfig | 7 	  features on DCB capable Ethernet adapters via rtnetlink.  Say 'Y' 8 	  if you have a DCB capable Ethernet adapter which supports this 9 	  interface and you are connected to a DCB capable switch. 11 	  DCB is a collection of Ethernet enhancements which allow DCB capable
  | 
| /Linux-v5.15/Documentation/arm64/ | 
| D | asymmetric-32bit.rst | 16 of the CPUs are capable of executing 32-bit user applications. On such 56 The subset of CPUs capable of running 32-bit tasks is described in 61 late-onlining of 32-bit-capable CPUs can result in the file contents 74   1. If the 32-bit-capable subset of the affinity mask is not empty, 83      ancestor is found containing at least one 32-bit-capable CPU. The 84      affinity of the task is then changed to match the 32-bit-capable 88      of all 32-bit-capable CPUs of which the kernel is aware. 98 the 32-bit-capable CPUs of the requested affinity mask. On success, the 113 of 32-bit-capable CPUs may still necessitate the procedure described in 117 **Note:** It is recommended that a set of 32-bit-capable CPUs are placed [all …] 
 | 
| /Linux-v5.15/fs/reiserfs/ | 
| D | xattr_trusted.c | 15 	if (!capable(CAP_SYS_ADMIN) || IS_PRIVATE(inode))  in trusted_get() 28 	if (!capable(CAP_SYS_ADMIN) || IS_PRIVATE(inode))  in trusted_set() 38 	return capable(CAP_SYS_ADMIN) && !IS_PRIVATE(d_inode(dentry));  in trusted_list()
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/dma/ | 
| D | mv-xor.txt | 20 - dmacap,memcpy to indicate that the XOR channel is capable of memcpy operations 21 - dmacap,memset to indicate that the XOR channel is capable of memset operations 22 - dmacap,xor to indicate that the XOR channel is capable of xor operations 23 - dmacap,interrupt to indicate that the XOR channel is capable of
  | 
| /Linux-v5.15/include/linux/ | 
| D | capability.h | 210 extern bool capable(int cap); 233 static inline bool capable(int cap)  in capable()  function 259 	return capable(CAP_PERFMON) || capable(CAP_SYS_ADMIN);  in perfmon_capable() 264 	return capable(CAP_BPF) || capable(CAP_SYS_ADMIN);  in bpf_capable()
  | 
| D | pm_wakeup.h | 111 extern void device_set_wakeup_capable(struct device *dev, bool capable); 123 static inline void device_set_wakeup_capable(struct device *dev, bool capable)  in device_set_wakeup_capable()  argument 125 	dev->power.can_wakeup = capable;  in device_set_wakeup_capable()
  | 
| /Linux-v5.15/drivers/xen/xenbus/ | 
| D | xenbus_dev_backend.c | 24 	if (!capable(CAP_SYS_ADMIN))  in xenbus_backend_open() 77 	if (!capable(CAP_SYS_ADMIN))  in xenbus_backend_ioctl() 96 	if (!capable(CAP_SYS_ADMIN))  in xenbus_backend_mmap()
  | 
| /Linux-v5.15/block/ | 
| D | ioctl.c | 23 	if (!capable(CAP_SYS_ADMIN))  in blkpg_do_ioctl() 91 	if (!capable(CAP_SYS_ADMIN))  in blkdev_reread_part() 249 	if (!capable(CAP_SYS_ADMIN))  in blkdev_pr_register() 267 	if (!capable(CAP_SYS_ADMIN))  in blkdev_pr_reserve() 285 	if (!capable(CAP_SYS_ADMIN))  in blkdev_pr_release() 303 	if (!capable(CAP_SYS_ADMIN))  in blkdev_pr_preempt() 321 	if (!capable(CAP_SYS_ADMIN))  in blkdev_pr_clear() 336 	if (!capable(CAP_SYS_ADMIN))  in blkdev_flushbuf() 348 	if (!capable(CAP_SYS_ADMIN))  in blkdev_roset() 433 	if (!capable(CAP_SYS_ADMIN))  in blkdev_bszset() [all …] 
 | 
| D | ioprio.c | 45 	    !uid_eq(tcred->uid, cred->uid) && !capable(CAP_SYS_NICE)) {  in set_task_ioprio() 72 			if (!capable(CAP_SYS_NICE) && !capable(CAP_SYS_ADMIN))  in ioprio_check_cap()
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/mfd/ | 
| D | axp20x.txt | 127 DCDC2		: DC-DC buck	: vin2-supply		: poly-phase capable 128 DCDC3		: DC-DC	buck	: vin3-supply		: poly-phase capable 130 DCDC5		: DC-DC	buck	: vin5-supply		: poly-phase capable 131 DCDC6		: DC-DC	buck	: vin6-supply		: poly-phase capable 154 DCDCA		: DC-DC buck	: vina-supply		: poly-phase capable 155 DCDCB		: DC-DC buck	: vinb-supply		: poly-phase capable 156 DCDCC		: DC-DC	buck	: vinc-supply		: poly-phase capable 157 DCDCD		: DC-DC	buck	: vind-supply		: poly-phase capable 158 DCDCE		: DC-DC	buck	: vine-supply		: poly-phase capable 203 DCDC2		: DC-DC buck	: vin2-supply		: poly-phase capable [all …] 
 | 
| /Linux-v5.15/drivers/net/wireless/broadcom/b43legacy/ | 
| D | sysfs.c | 71 	if (!capable(CAP_NET_ADMIN))  in b43legacy_attr_interfmode_show() 107 	if (!capable(CAP_NET_ADMIN))  in b43legacy_attr_interfmode_store() 152 	if (!capable(CAP_NET_ADMIN))  in b43legacy_attr_preamble_show() 177 	if (!capable(CAP_NET_ADMIN))  in b43legacy_attr_preamble_store()
  | 
| /Linux-v5.15/Documentation/powerpc/ | 
| D | elfnote.rst | 18 - Ultravisor-capable bit (PowerNV only). 28 by the ultravisor. If the kernel is not ultravisor-capable, but it ends up 35 or the Ultravisor-capable bit is not set.
  | 
| /Linux-v5.15/kernel/ | 
| D | capability.c | 368 	int capable;  in ns_capable_common()  local 375 	capable = security_capable(current_cred(), ns, cap, opts);  in ns_capable_common() 376 	if (capable == 0) {  in ns_capable_common() 447 bool capable(int cap)  in capable()  function 451 EXPORT_SYMBOL(capable);
  | 
| /Linux-v5.15/drivers/s390/block/ | 
| D | dasd_ioctl.c | 49 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_enable() 70 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_disable() 103 	if (!capable (CAP_SYS_ADMIN))  in dasd_ioctl_quiesce() 124 	if (!capable (CAP_SYS_ADMIN))  in dasd_ioctl_resume() 147 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_abortio() 181 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_allowio() 261 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_format() 349 	if (!capable(CAP_SYS_ADMIN))  in dasd_ioctl_release_space()
  | 
| /Linux-v5.15/arch/mips/netlogic/xlp/ | 
| D | cop2-ex.c | 100 		if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO))  in nlm_cu2_call()
  | 
| /Linux-v5.15/mm/ | 
| D | hwpoison-inject.c | 21 	if (!capable(CAP_SYS_ADMIN))  in hwpoison_inject() 56 	if (!capable(CAP_SYS_ADMIN))  in hwpoison_unpoison()
  | 
| /Linux-v5.15/Documentation/userspace-api/ioctl/ | 
| D | cdrom.rst | 114 	  - ENOSYS	cd drive not audio-capable. 135 	  - ENOSYS	cd drive not audio-capable. 159 	  - ENOSYS	cd drive not audio-capable. 190 	  - ENOSYS	cd drive not audio-capable. 219 	  - ENOSYS	cd drive not audio-capable. 244 	  - ENOSYS	cd drive not audio-capable. 274 	  - ENOSYS	cd drive not audio-capable. 299 	  - ENOSYS	cd drive not audio-capable. 325 	  - ENOSYS	cd drive not capable of ejecting 352 	  - ENOSYS	cd drive not capable of closing the tray [all …] 
 | 
| /Linux-v5.15/arch/alpha/kernel/ | 
| D | pci-noop.c | 100 	if (!capable(CAP_SYS_ADMIN))  in SYSCALL_DEFINE5() 109 	if (!capable(CAP_SYS_ADMIN))  in SYSCALL_DEFINE5()
  | 
| /Linux-v5.15/net/atm/ | 
| D | resources.c | 271 		if (!capable(CAP_NET_ADMIN)) {  in atm_dev_ioctl() 284 		if (!capable(CAP_NET_ADMIN)) {  in atm_dev_ioctl() 310 		if (!capable(CAP_NET_ADMIN)) {  in atm_dev_ioctl() 323 		if (!capable(CAP_NET_ADMIN)) {  in atm_dev_ioctl() 367 		if (!capable(CAP_NET_ADMIN)) {  in atm_dev_ioctl()
  | 
| /Linux-v5.15/Documentation/driver-api/serial/ | 
| D | serial-iso7816.rst | 14   Some CPUs/UARTs (e.g., Microchip AT91) contain a built-in mode capable of 17   For these microcontrollers, the Linux driver should be made capable of 29   Any driver for devices capable of working both as RS232 and ISO7816 should
  | 
| /Linux-v5.15/fs/gfs2/ | 
| D | sys.c | 162 	if (!capable(CAP_SYS_ADMIN))  in freeze_store() 194 	if (!capable(CAP_SYS_ADMIN))  in withdraw_store() 215 	if (!capable(CAP_SYS_ADMIN))  in statfs_sync_store() 234 	if (!capable(CAP_SYS_ADMIN))  in quota_sync_store() 255 	if (!capable(CAP_SYS_ADMIN))  in quota_refresh_user_store() 277 	if (!capable(CAP_SYS_ADMIN))  in quota_refresh_group_store() 302 	if (!capable(CAP_SYS_ADMIN))  in demote_rq_store() 630 	if (!capable(CAP_SYS_ADMIN))  in quota_scale_store() 650 	if (!capable(CAP_SYS_ADMIN))  in tune_set()
  | 
| /Linux-v5.15/net/bluetooth/ | 
| D | hci_sock.c | 954 		if (!capable(CAP_NET_ADMIN))  in hci_sock_bound_ioctl() 965 		if (!capable(CAP_NET_ADMIN))  in hci_sock_bound_ioctl() 970 		if (!capable(CAP_NET_ADMIN))  in hci_sock_bound_ioctl() 1003 		if (capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1028 		if (!capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1033 		if (!capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1038 		if (!capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1043 		if (!capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1055 		if (!capable(CAP_NET_ADMIN))  in hci_sock_ioctl() 1162 		if (capable(CAP_NET_ADMIN))  in hci_sock_bind() [all …] 
 | 
| /Linux-v5.15/drivers/pci/ | 
| D | syscall.c | 26 	if (!capable(CAP_SYS_ADMIN))  in SYSCALL_DEFINE5() 95 	if (!capable(CAP_SYS_ADMIN) ||  in SYSCALL_DEFINE5()
  | 
| /Linux-v5.15/drivers/net/wireless/broadcom/b43/ | 
| D | sysfs.c | 44 	if (!capable(CAP_NET_ADMIN))  in b43_attr_interfmode_show() 87 	if (!capable(CAP_NET_ADMIN))  in b43_attr_interfmode_store()
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/usb/ | 
| D | hisilicon,histb-xhci.txt | 27   - usb3-lpm-capable: determines if platform is USB3 LPM capable
  |