Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_ioctl.h81 #define AUDITPIPE_GET_TRUNCATES _IOR(AUDITPIPE_IOBASE, 103, u_int64_t) macro
H A Daudit_pipe.c881 case AUDITPIPE_GET_TRUNCATES: in audit_pipe_ioctl()
/freebsd/tools/regression/audit/audit_pipe_ioctl/
H A Daudit_pipe_ioctl.c135 if (ioctl(fd, AUDITPIPE_GET_TRUNCATES, &astat) < 0) in main()