Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_audit_types.h640 #if defined(AUDIT_FIRST_USER_MSG2) || (defined(HAVE_DECL_AUDIT_FIRST_USER_MSG2) && HAVE_DECL_AUDIT_…
642 static_assert((AUDIT_FIRST_USER_MSG2) == (2100), "AUDIT_FIRST_USER_MSG2 != 2100");
645 # define AUDIT_FIRST_USER_MSG2 2100
780 XLAT(AUDIT_FIRST_USER_MSG2),
Dnl_audit_types.in116 AUDIT_FIRST_USER_MSG2 2100
/external/kernel-headers/original/uapi/linux/
Daudit.h79 #define AUDIT_FIRST_USER_MSG2 2100 /* More user space messages */ macro