Searched refs:ndm_host (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsdiskless.h117 char ndm_host[MNAMELEN]; /* Host name for mount pt */ member in struct:nfs_dlmount
H A Dnfs_boot.c223 if (netboot_rootpath(&sin_p->sin_addr, nd->nd_root.ndm_host,
224 sizeof(nd->nd_root.ndm_host),
258 nd->nd_root.ndm_host, nd->nd_root.ndm_path);
275 nd->nd_private.ndm_host,
360 dp = ndmntp->ndm_host;
H A Dnfs_vfsops.c939 printf("root on %s\n", (char *)&nd.nd_root.ndm_host);
952 printf("private on %s\n", (char *)&nd.nd_private.ndm_host);
988 if ((error = vfs_rootmountalloc("nfs", ndmntp->ndm_host, &mp))) {
1004 args.hostname = CAST_USER_ADDR_T(ndmntp->ndm_host);
1159 (void) copystr(ndmntp->ndm_host, mp->mnt_vfsstat.f_mntfromname, MNAMELEN - 1, 0);
1172 args.hostname = CAST_USER_ADDR_T(ndmntp->ndm_host);

Completed in 29 milliseconds