Home
last modified time | relevance | path

Searched refs:ndm_mntfrom (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_boot.c226 nd->nd_root.ndm_mntfrom = zalloc(ZV_NAMEI); in nfs_boot_init()
278 nd->nd_private.ndm_mntfrom = zalloc(ZV_NAMEI); in nfs_boot_init()
359 dp = ndmntp->ndm_mntfrom; in get_file_handle()
872 if (nd.nd_root.ndm_mntfrom) { in nfs_mountroot()
873 NFS_ZFREE(ZV_NAMEI, nd.nd_root.ndm_mntfrom); in nfs_mountroot()
878 if (nd.nd_private.ndm_mntfrom) { in nfs_mountroot()
879 NFS_ZFREE(ZV_NAMEI, nd.nd_private.ndm_mntfrom); in nfs_mountroot()
955 printf("root on %s\n", nd.nd_root.ndm_mntfrom); in nfs_mountroot()
968 printf("private on %s\n", nd.nd_private.ndm_mntfrom); in nfs_mountroot()
976 if (nd.nd_root.ndm_mntfrom) { in nfs_mountroot()
[all …]
H A Dnfsdiskless.h80 char *ndm_mntfrom; /* mntfromname for mount pt */ member