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

/netbsd-current/sys/fs/nfs/common/
H A Dnfs.h204 int nid_namelen; /* and its length */ member in struct:nfsd_idargs
216 int nid_namelen; /* and its length */ member in struct:nfsd_oidargs
H A Dnfs_commonport.c471 nid.nid_namelen = onid.nid_namelen;
H A Dnfs_commonsubs.c3200 if (nidp->nid_namelen <= 0 || nidp->nid_namelen > MAXHOSTNAMELEN) {
3205 cp = malloc(nidp->nid_namelen + 1, M_NFSSTRING, M_WAITOK);
3207 nidp->nid_namelen);
3293 atomic_store_rel_int(&nfsrv_dnsnamelen, nidp->nid_namelen);
3301 newusrp = malloc(sizeof(struct nfsusrgrp) + nidp->nid_namelen,
3304 nidp->nid_namelen);
3333 newusrp->lug_namelen = nidp->nid_namelen;

Completed in 121 milliseconds