Home
last modified time | relevance | path

Searched refs:__CAP_BLKS (Results 1 – 3 of 3) sorted by relevance

/external/libcap/libcap/
Dlibcap.h111 #define __CAP_BLKS (_LIBCAP_CAPABILITY_U32S) macro
112 #define CAP_SET_SIZE (__CAP_BLKS * sizeof(__u32))
125 #define __CAP_MAXBITS (__CAP_BLKS * 32)
Dcap_file.c50 #if VFS_CAP_U32 != __CAP_BLKS
110 while (i < __CAP_BLKS) { in _fcaps_load()
167 while (i < __CAP_BLKS) { in _fcaps_save()
Dcap_text.c170 __u32 list[__CAP_BLKS]; in cap_from_text()
174 memset(list, 0, sizeof(__u32)*__CAP_BLKS); in cap_from_text()