Searched refs:ac_comm (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dacct.h81 char ac_comm[10]; /* command name */ member in struct:acct
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_acct.c242 bcopy(p->p_comm, an_acct.ac_comm, sizeof an_acct.ac_comm);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c2932 /* first letters in ac_comm should match the name of the executable */
2934 my_acctp->ac_comm[0] != 't' || my_acctp->ac_comm[1] != 'r' ) {
2940 my_acctp->ac_comm[0] != 't' ||
2941 my_acctp->ac_comm[1] != 'r' ) {

Completed in 90 milliseconds