hst               590 nfs/nfs_vfsops.c 	char pth[MNAMELEN], hst[MNAMELEN];
hst               642 nfs/nfs_vfsops.c 	error = copyinstr(args.hostname, hst, MNAMELEN-1, &len);
hst               645 nfs/nfs_vfsops.c 	bzero(&hst[len], MNAMELEN - len);
hst               651 nfs/nfs_vfsops.c 	error = mountnfs(&args, mp, nam, pth, hst);
hst               659 nfs/nfs_vfsops.c mountnfs(argp, mp, nam, pth, hst)
hst               663 nfs/nfs_vfsops.c 	char *pth, *hst;
hst               698 nfs/nfs_vfsops.c 	bcopy(hst, mp->mnt_stat.f_mntfromname, MNAMELEN);
hst               100 nfs/nfsmount.h 		struct mbuf *nam, char *pth, char *hst);