Home
last modified time | relevance | path

Searched refs:transq_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c72 transq_hdr_t transq_hdr; variable
1116 cur_node = transq_hdr.head; in recv_record()
1150 transq_hdr.count)); in recv_record()
1334 if (transq_hdr.count > 0) { in do_reset()
1387 if (transq_hdr.count > 0) { in do_cleanup()
1443 transq_hdr.count--; in transq_dequeue()
1476 if (transq_hdr.head == NULL) { in transq_enqueue()
1477 transq_hdr.head = *node_ptr; in transq_enqueue()
1479 if (transq_hdr.end != NULL) { in transq_enqueue()
1483 transq_hdr.end = *node_ptr; in transq_enqueue()
[all …]
H A Daudit_remote.c84 extern struct transq_hdr_s transq_hdr;
583 if (transq_hdr.count == transq_count_max) { in auditd_plugin()
585 transq_hdr.count)); in auditd_plugin()