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

/freebsd-13-stable/sys/security/audit/
H A Daudit.h143 void audit_sysclose(struct thread *td, int fd, struct file *fp);
414 * A Macro to wrap the audit_sysclose() function.
418 audit_sysclose(td, fd); \
H A Daudit_arg.c998 audit_sysclose(struct thread *td, int fd, struct file *fp) function
1003 KASSERT(td != NULL, ("audit_sysclose: td == NULL"));
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c1273 audit_sysclose(td, fd, fp);

Completed in 171 milliseconds