Home
last modified time | relevance | path

Searched refs:AUDIT_ANOM_ABEND (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dnl_audit_types.h556 #if defined(AUDIT_ANOM_ABEND) || (defined(HAVE_DECL_AUDIT_ANOM_ABEND) && HAVE_DECL_AUDIT_ANOM_ABEND)
558 static_assert((AUDIT_ANOM_ABEND) == (1701), "AUDIT_ANOM_ABEND != 1701");
561 # define AUDIT_ANOM_ABEND 1701
765 XLAT(AUDIT_ANOM_ABEND),
Dnl_audit_types.in101 AUDIT_ANOM_ABEND 1701
/external/kernel-headers/original/uapi/linux/
Daudit.h146 #define AUDIT_ANOM_ABEND 1701 /* Process ended abnormally */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c292 #ifdef AUDIT_ANOM_ABEND
293 { "AUDIT_ANOM_ABEND", (unsigned long) AUDIT_ANOM_ABEND },