Lines Matching refs:ndm
106 static int nfs_boot_getfh(struct nfs_dlmount *ndm, struct lwp *);
583 * ndm output
586 nfs_boot_getfh(struct nfs_dlmount *ndm, struct lwp *l)
594 args = &ndm->ndm_args;
598 args->addr = &ndm->ndm_saddr;
605 args->fh = ndm->ndm_fh;
606 args->hostname = ndm->ndm_host;
628 * string left in ndm->ndm_host by nfs_boot_init.
630 pathname = strchr(ndm->ndm_host, ':');
640 sin = (struct sockaddr_in *)&ndm->ndm_saddr;
644 ndm->ndm_host, error);