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

/darwin-on-arm/xnu/bsd/man/man5/
H A DMakefile10 acct.5 \
/darwin-on-arm/xnu/bsd/sys/
H A Dacct.h66 * @(#)acct.h 8.4 (Berkeley) 1/9/95
80 struct acct { struct
H A DMakefile19 appleapiopts.h acct.h aio.h attr.h \
/darwin-on-arm/xnu/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 Dkern_core.c49 #include <sys/acct.h>
H A Dkern_symfile.c47 #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_prot.c89 #include <sys/acct.h>
H A Dkern_exit.c106 #include <sys/acct.h> /* acct_process */
H A Dkern_credential.c41 #include <sys/acct.h>
H A Dkern_exec.c101 #include <sys/acct.h>
H A Dkern_proc.c83 #include <sys/acct.h>
H A Dkern_sig.c82 #include <sys/acct.h>
H A Dpthread_synch.c55 #include <sys/acct.h>
H A Dpthread_support.c44 #include <sys/acct.h>
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile25 acct.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h24 #include <sys/acct.h>
H A Dtests.c2857 * Test acct system call.
2865 struct acct * my_acctp;
2868 char my_buffer[ (sizeof(struct acct) + 32) ];
2894 my_err = acct( my_pathp );
2896 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2935 my_err = acct( NULL );
2937 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2950 my_count = read( my_fd, &my_buffer[0], sizeof(struct acct) );
2956 my_acctp = (struct acct *) &my_buffer[0];
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c95 #include <sys/acct.h>

Completed in 453 milliseconds