Searched defs:putacct (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | exacctsys.c | 30 #pragma weak _putacct = putacct 52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) function
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 44 * getacct(2), putacct(2), and wracct(2) system calls 50 * record to the appropriate extended accounting file. putacct() takes the 171 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) function 339 return (putacct(idtype, id, buf, bufsize, flags));
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 227 putacct.2 \ 310 putacct.2 := LINKSRC = getacct.2
|
Completed in 55 milliseconds