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

/darwin-on-arm/xnu/bsd/sys/
H A Dacct.h81 char ac_comm[10]; /* command name */ member in struct:acct
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c242 bcopy(p->p_comm, an_acct.ac_comm, sizeof an_acct.ac_comm);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2958 /* first letters in ac_comm should match the name of the executable */
2960 my_acctp->ac_comm[0] != 't' || my_acctp->ac_comm[1] != 'r' ) {
2965 print_acct_debug_strings(my_acctp->ac_comm);
2998 my_cmd_str[10] = '\0'; /* In case ac_comm was bogus */
3001 printf( "my_acctp->ac_comm = \"%s\" (should begin with: \"tr\")\n", my_cmd_str);
3002 printf( "my_acctp->ac_comm = \"%s\"\n", my_hex_str);

Completed in 26 milliseconds