Searched refs:AUDIT_SUBCALL_ENTER (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/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-10063.101.15/bsd/kern/ |
| H A D | kern_exec.c | 2850 AUDIT_SUBCALL_ENTER(OPEN, p, uthread); in exec_handle_file_actions() 2879 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2889 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2896 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2932 AUDIT_SUBCALL_ENTER(DUP2, p, uthread); in exec_handle_file_actions() 2940 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2947 AUDIT_SUBCALL_ENTER(CLOSE, p, uthread); in exec_handle_file_actions() 2991 AUDIT_SUBCALL_ENTER(CHDIR, p, uthread); in exec_handle_file_actions() 3003 AUDIT_SUBCALL_ENTER(FCHDIR, p, uthread); in exec_handle_file_actions()
|