Searched refs:AU_PRS_BOTH (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_flags.c | 85 sel = AU_PRS_BOTH; in getauditflagsbin() 152 if ((sel & AU_PRS_BOTH) == 0) { in getauditflagschar()
|
/freebsd/sys/security/audit/ |
H A D | audit.c | 638 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_syscall_enter() 657 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter()
|
H A D | audit_private.h | 370 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro
|
/freebsd/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.c | 404 if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH, in select_hdr32()
|
/freebsd/contrib/openbsm/bsm/ |
H A D | libbsm.h | 70 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro
|