Home
last modified time | relevance | path

Searched refs:AU_PRS_BOTH (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/openbsm/libbsm/
HDbsm_flags.c85 sel = AU_PRS_BOTH; in getauditflagsbin()
152 if ((sel & AU_PRS_BOTH) == 0) { in getauditflagschar()
/freebsd-14-stable/sys/security/audit/
HDaudit.c639 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_syscall_enter()
658 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter()
HDaudit_private.h370 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro
/freebsd-14-stable/contrib/openbsm/bin/auditreduce/
HDauditreduce.c404 if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH, in select_hdr32()
/freebsd-14-stable/contrib/openbsm/bsm/
HDlibbsm.h70 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro