Searched refs:q_copy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c904 audit_q_t *q_copy; local
1007 * are complete before queueing q_copy.
1011 q_copy = qpool_withdraw(p);
1012 q_copy->aqq_sequence = p->plg_sequence++;
1013 q_copy->aqq_data = b_copy;
1015 p->plg_save_q_copy = q_copy; /* enqueue below */

Completed in 61 milliseconds