HomeSort by: relevance | last modified time | path
    Searched refs:nid_namelen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs.h 204 int nid_namelen; /* and its length */ member in struct:nfsd_idargs
216 int nid_namelen; /* and its length */ member in struct:nfsd_oidargs
nfs_commonport.c 471 nid.nid_namelen = onid.nid_namelen;
nfs_commonsubs.c 3200 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 15 milliseconds