Home
last modified time | relevance | path

Searched refs:audit_syscall_enter (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit.h74 void audit_syscall_enter(unsigned short code, struct thread *td);
397 audit_syscall_enter(code, td); \
H A Daudit.c593 audit_syscall_enter(unsigned short code, struct thread *td) in audit_syscall_enter() function