Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_audit_types.h146 #if defined(AUDIT_FIRST_USER_MSG) || (defined(HAVE_DECL_AUDIT_FIRST_USER_MSG) && HAVE_DECL_AUDIT_FI…
148 static_assert((AUDIT_FIRST_USER_MSG) == (1100), "AUDIT_FIRST_USER_MSG != 1100");
151 # define AUDIT_FIRST_USER_MSG 1100
686 XLAT(AUDIT_FIRST_USER_MSG),
Dnl_audit_types.in22 AUDIT_FIRST_USER_MSG 1100
/external/kernel-headers/original/uapi/linux/
Daudit.h75 #define AUDIT_FIRST_USER_MSG 1100 /* Userspace messages mostly uninteresting to kernel */ macro