Searched refs:getacct (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexacctsys.c29 #pragma weak _getacct = getacct
39 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) function
/illumos-gate/usr/src/man/man2/
H A DMakefile53 getacct.2 \
310 putacct.2 := LINKSRC = getacct.2
311 wracct.2 := LINKSRC = getacct.2
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h77 extern size_t getacct(idtype_t, id_t, void *, size_t);
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c44 * getacct(2), putacct(2), and wracct(2) system calls
48 * task or process. getacct() copies a packed exacct record reflecting the
146 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) function
337 return (getacct(idtype, id, buf, bufsize));
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1350 size_t getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize);

Completed in 55 milliseconds