Searched refs:exacct_create_header (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h178 extern void *exacct_create_header(size_t *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c232 * Create an exacct header here because exacct_create_header() may
237 hdr = exacct_create_header(&hdrsize);
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c215 * void *exacct_create_header(size_t *)
218 * exacct_create_header() constructs an exacct file header identifying the
219 * accounting file as the output of the kernel. exacct_create_header() and
232 exacct_create_header(size_t *sizep) function

Completed in 67 milliseconds