Searched refs:wracct (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/wracct/
H A DMakefile28 # cmd/wracct/Makefile
30 PROG= wracct
H A Dwracct.c30 * wracct - write system accounting records
42 #define CMDNAME "wracct"
44 gettext("Usage: wracct -i id_list [-t partial | interval ] " \
136 if (wracct(ent_flag, id, rec_flag) < 0) {
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexacctsys.c31 #pragma weak _wracct = wracct
58 wracct(idtype_t idtype, id_t id, int flags) function
/illumos-gate/usr/src/man/man2/
H A DMakefile257 wracct.2 \
311 wracct.2 := LINKSRC = getacct.2
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h57 * wracct and putacct record type options: the properties of the partial and
79 extern int wracct(idtype_t, id_t, int);
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c44 * getacct(2), putacct(2), and wracct(2) system calls
49 * resource usage out to the buffer provided by the user. wracct() writes a
290 wracct(idtype_t idtype, id_t id, int flags) function
341 return (wracct(idtype, id, flags));
/illumos-gate/usr/src/cmd/
H A DMakefile452 wracct \
729 wracct \
/illumos-gate/usr/src/man/man1m/
H A DMakefile560 wracct.1m \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1352 int wracct(idtype_t idtype, id_t id, int flags);

Completed in 155 milliseconds