Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_ioctl.h78 #define AUDITPIPE_GET_INSERTS _IOR(AUDITPIPE_IOBASE, 100, u_int64_t) macro
H A Daudit_pipe.c866 case AUDITPIPE_GET_INSERTS: in audit_pipe_ioctl()
/freebsd/tools/regression/audit/audit_pipe_ioctl/
H A Daudit_pipe_ioctl.c117 if (ioctl(fd, AUDITPIPE_GET_INSERTS, &astat) < 0) in main()