Home
last modified time | relevance | path

Searched refs:audit_q_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c111 static audit_q_t *qpool_withdraw(plugin_t *);
113 static void qpool_return(plugin_t *, audit_q_t *);
587 audit_q_t *node; in qpool_init()
600 node = malloc(sizeof (audit_q_t)); in qpool_init()
648 audit_q_t *q_node; in qpool_close()
671 static audit_q_t *
674 audit_q_t *node; in qpool_withdraw()
685 node = malloc(sizeof (audit_q_t)); in qpool_withdraw()
766 qpool_return(plugin_t *p, audit_q_t *node) in qpool_return()
913 audit_q_t *q_copy; in queue_buffer()
[all …]
H A Dqueue.h56 typedef struct aqq audit_q_t; /* plugin queued data */ typedef
H A Dplugin.h72 audit_q_t *plg_save_q_copy; /* tmp holding for a record */