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

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsrvstate.h228 int lug_namelen; /* Name length */ member in struct:nfsusrgrp
H A Dnfs_commonsubs.c2536 for (i = 0; i < usrp->lug_namelen; i++) {
2543 i = usrp->lug_namelen;
2545 i = usrp->lug_namelen +
2557 NFSBCOPY(usrp->lug_name, cp, usrp->lug_namelen);
2559 cp += usrp->lug_namelen;
2671 if (usrp->lug_namelen == len &&
2746 for (i = 0; i < usrp->lug_namelen; i++) {
2753 i = usrp->lug_namelen;
2755 i = usrp->lug_namelen +
2767 NFSBCOPY(usrp->lug_name, cp, usrp->lug_namelen);
[all...]

Completed in 115 milliseconds