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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c229 static select_fcn_t audit_pipe_poll; variable
240 .d_select = audit_pipe_poll,
1046 audit_pipe_poll(dev_t dev, int events, void *wql, struct proc *p) function
1053 KASSERT(ap != NULL, ("audit_pipe_poll: ap == NULL"));

Completed in 21 milliseconds