Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.h76 void audit_syscall_enter(unsigned short code, struct thread *td);
397 audit_syscall_enter(code, td); \
H A Daudit.c595 audit_syscall_enter(unsigned short code, struct thread *td) in audit_syscall_enter() function