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

/darwin-on-arm/xnu/bsd/sys/
H A Dacct.h87 gid_t ac_gid; /* group id */ member in struct:acct
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c275 an_acct.ac_gid = kauth_cred_getrgid(safecred);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2959 if ( getuid( ) != my_acctp->ac_uid || getgid( ) != my_acctp->ac_gid ||
2963 printf( "my_acctp->ac_gid = %lu (should be: %lu)\n", (unsigned long) my_acctp->ac_gid, (unsigned long) getgid() );

Completed in 35 milliseconds