Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit.h141 void audit_sysclose(struct thread *td, int fd, struct file *fp);
418 audit_sysclose(td, fd); \
H A Daudit_arg.c996 audit_sysclose(struct thread *td, int fd, struct file *fp) in audit_sysclose() function
/freebsd/sys/kern/
H A Dkern_descrip.c1312 audit_sysclose(td, fd, fp); in closefp_impl()