/src/sys/fs/nfs/common/ |
nfsdiskless.h | 68 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member in struct:nfsv3_diskless 102 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member in struct:nfs_diskless
|
nfs_diskless.c | 287 strncpy(nd3->root_hostnam, cp, MNAMELEN - 1); 321 strncpy(nd->root_hostnam, cp, MNAMELEN - 1);
|
bootp_subr.c | 1518 nd->root_hostnam, p, &ifctx->reply.siaddr)) { 1773 error = md_mount(&nd->root_saddr, nd->root_hostnam,
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 173 nfsv3_diskless.root_hostnam, 0, "Path to nfs root"); 270 bcopy(nfs_diskless.root_hostnam, nfsv3_diskless.root_hostnam, MNAMELEN); 497 (l >> 8) & 0xff, (l >> 0) & 0xff, nd->root_hostnam);
|