Searched refs:_KERNEL_CAPABILITY_U32S (Results 1 – 3 of 3) sorted by relevance
20 #define _KERNEL_CAPABILITY_U32S _LINUX_CAPABILITY_U32S_3 macro25 __u32 cap[_KERNEL_CAPABILITY_U32S];54 for (__capi = 0; __capi < _KERNEL_CAPABILITY_U32S; ++__capi)78 #if _KERNEL_CAPABILITY_U32S != 282 #define CAP_LAST_U32 ((_KERNEL_CAPABILITY_U32S) - 1)
492 unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; in proc_cap_handler()505 for (i = 0; i < _KERNEL_CAPABILITY_U32S; i++) { in proc_cap_handler()530 for (i = 0; i < _KERNEL_CAPABILITY_U32S; i++) in proc_cap_handler()552 .maxlen = _KERNEL_CAPABILITY_U32S * sizeof(unsigned long),559 .maxlen = _KERNEL_CAPABILITY_U32S * sizeof(unsigned long),
167 struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; in SYSCALL_DEFINE2()224 struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; in SYSCALL_DEFINE2()254 while (i < _KERNEL_CAPABILITY_U32S) { in SYSCALL_DEFINE2()