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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexacctsys.c30 #pragma weak _putacct = putacct
52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) function
/illumos-gate/usr/src/man/man2/
H A DMakefile227 putacct.2 \
310 putacct.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
68 * putacct contents option: the contents of the buffer passed to putacct may be
78 extern int putacct(idtype_t, id_t, void *, size_t, int);
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c44 * 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/lib/libc/port/
H A Dllib-lc1351 int putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags);

Completed in 58 milliseconds