Searched defs:CAP_LAST_CAP (Results 1 - 5 of 5) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.h34 #ifndef CAP_LAST_CAP
35 #define CAP_LAST_CAP CAP_AUDIT_CONTROL macro
H A Dlookup_table.c29 #ifndef CAP_LAST_CAP
30 #define CAP_LAST_CAP CAP_AUDIT_CONTROL macro
33 #define cap_valid(x) ((x) <= CAP_LAST_CAP)
/external/kernel-headers/original/uapi/linux/
H A Dcapability.h346 #define CAP_LAST_CAP CAP_BLOCK_SUSPEND macro
348 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
/external/qemu/distrib/ext4_utils/include/private/
H A Dandroid_filesystem_capability.h108 #define CAP_LAST_CAP CAP_WAKE_ALARM macro
109 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py106 CAP_LAST_CAP = _capng.CAP_LAST_CAP variable

Completed in 1259 milliseconds