Lines Matching refs:ndm_path
225 nd->nd_root.ndm_path = zalloc(ZV_NAMEI); in nfs_boot_init()
234 nd->nd_root.ndm_path, MAXPATHLEN) == TRUE) { in nfs_boot_init()
268 nd->nd_root.ndm_host, nd->nd_root.ndm_path); in nfs_boot_init()
277 nd->nd_private.ndm_path = zalloc(ZV_NAMEI); in nfs_boot_init()
282 nd->nd_private.ndm_path); in nfs_boot_init()
287 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root.ndm_path); in nfs_boot_init()
290 && (strncmp(check_path, nd->nd_private.ndm_path, MAXPATHLEN) == 0)) { in nfs_boot_init()
352 error = md_mount(&ndmntp->ndm_saddr, ndmntp->ndm_path, ndmntp->ndm_nfsv3, in get_file_handle()
367 for (sp = ndmntp->ndm_path; *sp && dp < endp;) { in get_file_handle()
875 if (nd.nd_root.ndm_path) { in nfs_mountroot()
876 NFS_ZFREE(ZV_NAMEI, nd.nd_root.ndm_path); in nfs_mountroot()
881 if (nd.nd_private.ndm_path) { in nfs_mountroot()
882 NFS_ZFREE(ZV_NAMEI, nd.nd_private.ndm_path); in nfs_mountroot()
979 if (nd.nd_root.ndm_path) { in nfs_mountroot()
980 NFS_ZFREE(ZV_NAMEI, nd.nd_root.ndm_path); in nfs_mountroot()
985 if (nd.nd_private.ndm_path) { in nfs_mountroot()
986 NFS_ZFREE(ZV_NAMEI, nd.nd_private.ndm_path); in nfs_mountroot()