Home
last modified time | relevance | path

Searched refs:capable (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/Linux-v5.15/net/dcb/
DKconfig7 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/
Dasymmetric-32bit.rst16 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/
Dxattr_trusted.c15 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/
Dmv-xor.txt20 - 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/
Dcapability.h210 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()
Dpm_wakeup.h111 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/
Dxenbus_dev_backend.c24 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/
Dioctl.c23 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 …]
Dioprio.c45 !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/
Daxp20x.txt127 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/
Dsysfs.c71 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/
Delfnote.rst18 - 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/
Dcapability.c368 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/
Ddasd_ioctl.c49 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/
Dcop2-ex.c100 if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO)) in nlm_cu2_call()
/Linux-v5.15/mm/
Dhwpoison-inject.c21 if (!capable(CAP_SYS_ADMIN)) in hwpoison_inject()
56 if (!capable(CAP_SYS_ADMIN)) in hwpoison_unpoison()
/Linux-v5.15/Documentation/userspace-api/ioctl/
Dcdrom.rst114 - 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/
Dpci-noop.c100 if (!capable(CAP_SYS_ADMIN)) in SYSCALL_DEFINE5()
109 if (!capable(CAP_SYS_ADMIN)) in SYSCALL_DEFINE5()
/Linux-v5.15/net/atm/
Dresources.c271 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/
Dserial-iso7816.rst14 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/
Dsys.c162 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/
Dhci_sock.c954 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/
Dsyscall.c26 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/
Dsysfs.c44 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/
Dhisilicon,histb-xhci.txt27 - usb3-lpm-capable: determines if platform is USB3 LPM capable

12345678910>>...33