Searched refs:nxna_cred (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2436 temp_pcred.cr_uid = nxna.nxna_cred.cr_uid;
2437 temp_pcred.cr_ngroups = nxna.nxna_cred.cr_ngroups;
2438 for (i=0; i < nxna.nxna_cred.cr_ngroups && i < NGROUPS; i++)
2439 temp_pcred.cr_groups[i] = nxna.nxna_cred.cr_groups[i];
H A Dnfs.h424 struct xucred nxna_cred; /* mapped credential for root/all user */ member in struct:nfs_export_net_args

Completed in 21 milliseconds