Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_ioctl.h61 #define AUDITPIPE_SET_PRESELECT_FLAGS _IOW(AUDITPIPE_IOBASE, 7, au_mask_t) macro
H A Daudit_pipe.c782 case AUDITPIPE_SET_PRESELECT_FLAGS: in audit_pipe_ioctl()
/freebsd/tests/sys/audit/
H A Dutils.c104 if (ioctl(filedesc, AUDITPIPE_SET_PRESELECT_FLAGS, fmask) < 0) in set_preselect_mode()