Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_ioctl.h50 #define AUDITPIPE_PRESELECT_MODE_LOCAL 2 /* Local audit trail. */ macro
H A Daudit_pipe.c402 case AUDITPIPE_PRESELECT_MODE_LOCAL: in audit_pipe_preselect_check()
839 case AUDITPIPE_PRESELECT_MODE_LOCAL: in audit_pipe_ioctl()
/freebsd/tests/sys/audit/
H A Dutils.c97 int fmode = AUDITPIPE_PRESELECT_MODE_LOCAL; in set_preselect_mode()