Searched refs:root_hostnam (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/nfs/ |
H A D | nfsdiskless.h | 65 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member 99 char root_hostnam[MNAMELEN]; /* Host name for mount pt */ member
|
H A D | nfs_diskless.c | 285 strncpy(nd3->root_hostnam, cp, MNAMELEN - 1); in nfs_setup_diskless() 319 strncpy(nd->root_hostnam, cp, MNAMELEN - 1); in nfs_setup_diskless()
|
H A D | bootp_subr.c | 1425 nd->root_hostnam, p, &ifctx->reply.siaddr)) { in bootpc_decode_reply() 1710 error = md_mount(&nd->root_saddr, nd->root_hostnam, in bootpc_init()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 177 nfsv3_diskless.root_hostnam, 0, "Path to nfs root"); 273 bcopy(nfs_diskless.root_hostnam, nfsv3_diskless.root_hostnam, MNAMELEN); in nfs_convert_diskless() 538 (l >> 8) & 0xff, (l >> 0) & 0xff, nd->root_hostnam); in nfs_mountroot()
|