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

/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfsmount.h75 uid_t nm_uid; /* Uid for SetClientID etc. */ member in struct:nfsmount
H A Dnfs_clvfsops.c1275 * nm_uid is used to get KerberosV credentials for
1283 nmp->nm_uid = td->td_ucred->cr_uid;
1288 nmp->nm_uid = (uid_t)-1;
/freebsd-10.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c556 } else if (nmp->nm_uid != (uid_t)-1) {
563 nmp->nm_uid != (uid_t)-1 && cred->cr_uid == (uid_t)0) {

Completed in 52 milliseconds