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];53 for (__capi = 0; __capi < _KERNEL_CAPABILITY_U32S; ++__capi)77 #if _KERNEL_CAPABILITY_U32S != 281 #define CAP_LAST_U32 ((_KERNEL_CAPABILITY_U32S) - 1)
614 unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; in proc_cap_handler()627 for (i = 0; i < _KERNEL_CAPABILITY_U32S; i++) { in proc_cap_handler()652 for (i = 0; i < _KERNEL_CAPABILITY_U32S; i++) in proc_cap_handler()674 .maxlen = _KERNEL_CAPABILITY_U32S * sizeof(unsigned long),681 .maxlen = _KERNEL_CAPABILITY_U32S * sizeof(unsigned long),
169 struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; in SYSCALL_DEFINE2()226 struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; in SYSCALL_DEFINE2()256 while (i < _KERNEL_CAPABILITY_U32S) { in SYSCALL_DEFINE2()