Home
last modified time | relevance | path

Searched refs:tad_defer_head (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/c2/
H A Daudit_start.c256 attr = tad->tad_defer_head; in audit_finish()
266 tad->tad_defer_head = tad->tad_defer_tail = NULL; in audit_finish()
H A Daudit_kernel.h206 au_defer_info_t *tad_defer_head; /* queue of records to defer */ member
H A Daudit_io.c183 if (tad->tad_defer_head) in au_close_defer()
186 tad->tad_defer_head = attr; in au_close_defer()
/titanic_50/usr/src/uts/common/os/
H A Daudit_core.c367 attr = tad->tad_defer_head; in audit_thread_free()