Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_audit_types.h139 #if defined(AUDIT_GET_FEATURE) || (defined(HAVE_DECL_AUDIT_GET_FEATURE) && HAVE_DECL_AUDIT_GET_FEAT…
141 static_assert((AUDIT_GET_FEATURE) == (1019), "AUDIT_GET_FEATURE != 1019");
144 # define AUDIT_GET_FEATURE 1019
684 XLAT(AUDIT_GET_FEATURE),
Dnl_audit_types.in20 AUDIT_GET_FEATURE 1019
/external/kernel-headers/original/uapi/linux/
Daudit.h73 #define AUDIT_GET_FEATURE 1019 /* Get which features are enabled */ macro