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

/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h107 } cr_posix; member in struct:ucred
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3897 limit = MIN(*countp, cred->cr_posix.cr_ngroups);
3901 memcpy(grouplist, cred->cr_posix.cr_groups, sizeof(gid_t) * limit);
5023 hash_key = kauth_cred_hash((uint8_t *)&cred->cr_posix,
5433 temp_cred.cr_posix = *pcred;
5467 * This function currently returns the address of the cr_posix
5475 return(&cred->cr_posix);
5503 cred->cr_posix = *pcred; /* structure assign for now */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c6301 vcp->vp, cred->cr_posix.cr_uid, vap->va_uid, dvap->va_uid);

Completed in 98 milliseconds