Searched refs:AUDIT_SUBCALL_ENTER (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/security/audit/ |
| H A D | audit.h | 359 #define AUDIT_SUBCALL_ENTER(event, proc, uthread) do { \ macro 409 #define AUDIT_SUBCALL_ENTER(event, proc, uthread) do { \ macro
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 2355 AUDIT_SUBCALL_ENTER(OPEN, p, uthread); in exec_handle_file_actions() 2384 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2394 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2401 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2437 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2445 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2452 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2496 AUDIT_SUBCALL_ENTER(CHDIR, p, uthread); in exec_handle_file_actions() 2512 AUDIT_SUBCALL_ENTER(FCHDIR, p, uthread); in exec_handle_file_actions()
|