OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUDIT_FEATURE_TO_MASK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
audit.h
339
#define
AUDIT_FEATURE_TO_MASK
(x) (1 << ((x) & 31))
/external/kernel-headers/original/uapi/linux/
audit.h
467
#define
AUDIT_FEATURE_TO_MASK
(x) (1 << ((x) & 31)) /* mask for __u32 */
Completed in 284 milliseconds