Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_ioctl.h63 #define AUDITPIPE_SET_PRESELECT_NAFLAGS _IOW(AUDITPIPE_IOBASE, 9, au_mask_t) macro
H A Daudit_pipe.c798 case AUDITPIPE_SET_PRESELECT_NAFLAGS: in audit_pipe_ioctl()
/freebsd/tests/sys/audit/
H A Dutils.c108 if (ioctl(filedesc, AUDITPIPE_SET_PRESELECT_NAFLAGS, fmask) < 0) in set_preselect_mode()