Searched refs:acct (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man5/
H A DMakefile10 acct.5 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dacct.h66 * @(#)acct.h 8.4 (Berkeley) 1/9/95
80 struct acct { struct
H A DMakefile35 appleapiopts.h acct.h aio.h attr.h \
H A Dsysproto.h1749 int acct(struct proc *, struct acct_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_acct.c91 #include <sys/acct.h>
147 acct(proc_t p, struct acct_args *uap, __unused int *retval) function
217 * "acct.h" header file.)
222 struct acct an_acct;
H A Dpthread_support.c55 #include <sys/acct.h>
H A Dkern_symfile.c47 #include <sys/acct.h>
H A Dkern_core.c49 #include <sys/acct.h>
H A Dkern_authorization.c35 #include <sys/acct.h>
H A Dkern_fork.c93 #include <sys/acct.h>
H A Dkern_mman.c87 #include <sys/acct.h>
H A Dkern_exit.c105 #include <sys/acct.h> /* acct_process */
H A Dkern_prot.c86 #include <sys/acct.h>
H A Dinit_sysent.c111 {AC(acct_args), 0, 0, (sy_call_t *)acct, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 51 = acct */
H A Dkern_exec.c100 #include <sys/acct.h>
H A Dkern_proc.c83 #include <sys/acct.h>
H A Dpthread_synch.c55 #include <sys/acct.h>
H A Dkern_credential.c42 #include <sys/acct.h>
H A Dkern_sig.c82 #include <sys/acct.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile26 acct.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.h24 #include <sys/acct.h>
H A Dtests.c2839 * Test acct system call.
2847 struct acct * my_acctp;
2850 char my_buffer[ (sizeof(struct acct) + 32) ];
2874 my_err = acct( my_pathp );
2876 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2910 my_err = acct( NULL );
2912 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2925 my_count = read( my_fd, &my_buffer[0], sizeof(struct acct) );
2931 my_acctp = (struct acct *) &my_buffer[0];

Completed in 230 milliseconds