HomeSort by relevance Sort by last modified time
    Searched refs:__CAP_BLKS (Results 1 - 3 of 3) sorted by null

  /external/libcap/libcap/
libcap.h 111 #define __CAP_BLKS (_LIBCAP_CAPABILITY_U32S)
112 #define CAP_SET_SIZE (__CAP_BLKS * sizeof(__u32))
124 #define __CAP_MAXBITS (__CAP_BLKS * 32)
cap_file.c 30 #if VFS_CAP_U32 != __CAP_BLKS
88 while (i < __CAP_BLKS) {
144 while (i < __CAP_BLKS) {
cap_text.c 143 __u32 list[__CAP_BLKS];
147 forceall(list, 0, __CAP_BLKS);

Completed in 66 milliseconds