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

/darwin-on-arm/xnu/bsd/sys/
H A Dacct.h86 uid_t ac_uid; /* user id */ member in struct:acct
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c274 an_acct.ac_uid = kauth_cred_getruid(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 ||
2962 printf( "my_acctp->ac_uid = %lu (should be: %lu)\n", (unsigned long) my_acctp->ac_uid, (unsigned long) getuid() );

Completed in 31 milliseconds