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

/xnu-2422.115.4/bsd/man/man5/
H A DMakefile10 acct.5 \
/xnu-2422.115.4/bsd/sys/
H A Dacct.h66 * @(#)acct.h 8.4 (Berkeley) 1/9/95
80 struct acct { struct
H A DMakefile21 appleapiopts.h acct.h aio.h attr.h \
/xnu-2422.115.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 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_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 Dkern_credential.c41 #include <sys/acct.h>
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile25 acct.2 \
/xnu-2422.115.4/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) ];
2896 my_err = acct( my_pathp );
2898 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2937 my_err = acct( NULL );
2939 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2957 my_count = read( my_fd, &my_buffer[0], sizeof(struct acct) );
2964 if ( my_count < sizeof(struct acct)) {
2970 my_acctp = (struct acct *)
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c95 #include <sys/acct.h>

Completed in 111 milliseconds