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

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h188 * The structure t_audit_data hangs off of the thread structure. It contains
194 struct t_audit_data { struct
212 typedef struct t_audit_data t_audit_data_t;
230 #define T2A(t) (t->t_audit_data)
231 #define U2A(u) (curthread->t_audit_data)
277 void (*au_start)(struct t_audit_data *);
279 void (*au_finish)(struct t_audit_data *, int, union rval *);
335 extern struct t_audit_data *tad0;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h173 struct t_audit_data *t_audit_data; /* per thread audit data */ member in struct:_kthread

Completed in 49 milliseconds