Searched refs:root_hostnam (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/nfs/
H A Dnfsdiskless.h66 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member in struct:nfsv3_diskless
100 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member in struct:nfs_diskless
H A Dnfs_diskless.c271 strncpy(nd3->root_hostnam, cp, MNAMELEN - 1);
305 strncpy(nd->root_hostnam, cp, MNAMELEN - 1);
H A Dbootp_subr.c1473 nd->root_hostnam, p, &ifctx->reply.siaddr)) {
1727 error = md_mount(&nd->root_saddr, nd->root_hostnam,
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c166 nfsv3_diskless.root_hostnam, 0, "Path to nfs root");
263 bcopy(nfs_diskless.root_hostnam, nfsv3_diskless.root_hostnam, MNAMELEN);
490 (l >> 8) & 0xff, (l >> 0) & 0xff, nd->root_hostnam);
/freebsd-10.3-release/sys/nfsclient/
H A Dnfs_vfsops.c186 nfsv3_diskless.root_hostnam, 0, "Path to nfs root");
258 bcopy(nfs_diskless.root_hostnam, nfsv3_diskless.root_hostnam, MNAMELEN);
530 (l >> 8) & 0xff, (l >> 0) & 0xff, nd->root_hostnam);

Completed in 62 milliseconds