OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUDIT_FEATURE_CHANGE
(Results
1 - 3
of
3
) sorted by null
/external/strace/xlat/
nl_audit_types.h
386
# undef
AUDIT_FEATURE_CHANGE
388
#if defined(
AUDIT_FEATURE_CHANGE
) || (defined(HAVE_DECL_AUDIT_FEATURE_CHANGE) && HAVE_DECL_AUDIT_FEATURE_CHANGE)
390
static_assert((
AUDIT_FEATURE_CHANGE
) == (1328), "
AUDIT_FEATURE_CHANGE
!= 1328");
393
# define
AUDIT_FEATURE_CHANGE
1328
727
* of
AUDIT_FEATURE_CHANGE
constant introduced by commit v3.13-rc1~19^2~20
731
* of
AUDIT_FEATURE_CHANGE
was ignored by userspace because of the established
734
* the old value of
AUDIT_FEATURE_CHANGE
didn't exist.
736
# undef
AUDIT_FEATURE_CHANGE
738
XLAT(
AUDIT_FEATURE_CHANGE
),
[
all
...]
/bionic/libc/kernel/uapi/linux/
audit.h
78
#define
AUDIT_FEATURE_CHANGE
1328
/external/kernel-headers/original/uapi/linux/
audit.h
113
#define
AUDIT_FEATURE_CHANGE
1328 /* audit log listing feature changes */
Completed in 542 milliseconds