Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c164 context->outbuf_last = context->outbuf_p; in checkpoint_progress()
217 context->outbuf_last = context->outbuf_start = in print_audit_buf()
238 *out_buf_len = context->outbuf_last - context->outbuf_start; in print_audit_buf()
241 *(context->outbuf_last) = '\0'; in print_audit_buf()
H A Dpraudit.h159 char *outbuf_last; /* ptr to byte after latest completed */ member