Searched refs:ndm_path (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_boot.c | 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() [all …]
|
| H A D | nfsdiskless.h | 79 char *ndm_path; /* path name for mount pt */ member
|