OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:audit_feature_valid
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
audit.h
338
#define
audit_feature_valid
(x) ((x) >= 0 && (x) <= AUDIT_LAST_FEATURE)
macro
/external/kernel-headers/original/uapi/linux/
audit.h
466
#define
audit_feature_valid
(x) ((x) >= 0 && (x) <= AUDIT_LAST_FEATURE)
macro
Completed in 57 milliseconds