Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_pipe.c238 static int audit_pipe_kqread(struct knote *note, long hint);
245 .f_event = audit_pipe_kqread,
1028 audit_pipe_kqread(struct knote *kn, long hint) in audit_pipe_kqread() function