Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_audit_types.h111 #if defined(AUDIT_MAKE_EQUIV) || (defined(HAVE_DECL_AUDIT_MAKE_EQUIV) && HAVE_DECL_AUDIT_MAKE_EQUIV)
113 static_assert((AUDIT_MAKE_EQUIV) == (1015), "AUDIT_MAKE_EQUIV != 1015");
116 # define AUDIT_MAKE_EQUIV 1015
680 XLAT(AUDIT_MAKE_EQUIV),
Dnl_audit_types.in16 AUDIT_MAKE_EQUIV 1015
/external/kernel-headers/original/uapi/linux/
Daudit.h69 #define AUDIT_MAKE_EQUIV 1015 /* Append to watched tree */ macro