Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditd/
H A Dqueue.h52 #define AUDIT_REC_HEADER offsetof(audit_rec_t, abq_buffer[0]) macro
H A Ddoorway.c616 node = malloc(AUDIT_REC_HEADER + DEFAULT_BUF_SZ); in bpool_init()
711 node = realloc(node, AUDIT_REC_HEADER + new_length); in bpool_withdraw()
729 node = malloc(AUDIT_REC_HEADER + new_length); in bpool_withdraw()