Home
last modified time | relevance | path

Searched refs:au_buff_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_mem.c50 au_buff_t *buffer; in au_get_buff()
80 au_free_rec(au_buff_t *buf) in au_free_rec()
82 au_buff_t *next; in au_free_rec()
123 au_append_rec(au_buff_t *rec, au_buff_t *buf, int pack) in au_append_rec()
150 au_append_buf(const char *data, int len, au_buff_t *buf) in au_append_buf()
152 au_buff_t *new_buf; in au_append_buf()
183 sizeof (au_buff_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in au_mem_init()
H A Daudit_record.h263 typedef au_buff_t token_t;
270 void au_free_rec(au_buff_t *);
273 #define au_toss_token(tok) (au_free_rec((au_buff_t *)(tok)))
318 void au_free_rec(au_buff_t *);
322 void au_enqueue(au_kcontext_t *, au_buff_t *, adr_t *, adr_t *, int, int);
326 int au_append_rec(au_buff_t *, au_buff_t *, int);
327 int au_append_buf(const char *, int, au_buff_t *);
H A Daudit_kernel.h249 typedef struct au_buff au_buff_t; typedef
255 au_buff_t *head; /* head of queue */
256 au_buff_t *tail; /* tail of queue */
382 au_buff_t *au_get_buff(void), *au_free_buff(au_buff_t *);
H A Daudit_path.c76 au_buff_t *head;
77 au_buff_t *tail;
78 au_buff_t *m;
H A Daudit_io.c56 static void au_dequeue(au_kcontext_t *, au_buff_t *);
96 (void) au_append_rec((au_buff_t *)*d, m, AU_PACK); in au_write()
366 au_enqueue(au_kcontext_t *kctx, au_buff_t *m, adr_t *hadrp, adr_t *sadrp, in au_enqueue()
415 au_dequeue(au_kcontext_t *kctx, au_buff_t *freeto) in au_dequeue()
417 au_buff_t *m, *l, *lastl; in au_dequeue()
757 au_toss_token((au_buff_t *)*rpp); in audit_async_done()