Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_pipe.c222 static d_open_t audit_pipe_open; variable
230 .d_open = audit_pipe_open,
669 audit_pipe_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in audit_pipe_open() function