Searched defs:getacct (Results 1 - 2 of 2) 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/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));

Completed in 44 milliseconds