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