Searched defs:audit_fcb_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrt.h54 typedef struct audit_fcb audit_fcb_t; typedef in typeref:struct:audit_fcb
96 audit_fcb_t *pcb_first; /* ptr to first fcb_ */
97 audit_fcb_t *pcb_last; /* ptr to last fcb_ */
98 audit_fcb_t *pcb_cur; /* ptr to current fcb_ */
99 audit_fcb_t *pcb_dfirst; /* ptr to first fcb_ for deleting */
100 audit_fcb_t *pcb_dlast; /* ptr to last fcb_ for deleting */

Completed in 60 milliseconds