Searched refs:AU_PRS_BOTH (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/security/audit/ |
| H A D | audit.c | 665 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_syscall_enter() 686 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter() 779 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_subcall_enter() 800 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_subcall_enter() 867 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_mach_syscall_enter() 869 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_mach_syscall_enter()
|
| H A D | audit_private.h | 372 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro
|