Searched refs:AUDIT_SUBCALL_ENTER (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/security/audit/ |
| H A D | audit.h | 356 #define AUDIT_SUBCALL_ENTER(event, proc, uthread) do { \ macro 406 #define AUDIT_SUBCALL_ENTER(event, proc, uthread) do { \ macro
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_exec.c | 3441 AUDIT_SUBCALL_ENTER(OPEN, p, uthread); in exec_handle_file_actions() 3470 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 3480 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 3487 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 3522 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 3530 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 3537 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 3581 AUDIT_SUBCALL_ENTER(CHDIR, p, uthread); in exec_handle_file_actions() 3593 AUDIT_SUBCALL_ENTER(FCHDIR, p, uthread); in exec_handle_file_actions()
|