Searched refs:audit_sysclose (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit.h119 void audit_sysclose(struct thread *td, int fd);
332 * A Macro to wrap the audit_sysclose() function.
336 audit_sysclose(td, fd); \
H A Daudit_arg.c896 audit_sysclose(struct thread *td, int fd) function
903 KASSERT(td != NULL, ("audit_sysclose: td == NULL"));

Completed in 168 milliseconds