Searched refs:opt_rhost (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | restart.c | 62 mo.opt_rhost = 0; in restart_fake_mntfs() 67 mo.opt_rhost = strdup(me->mnt_fsname); in restart_fake_mntfs() 75 mo.opt_rhost = strdup(me->mnt_fsname); in restart_fake_mntfs() 77 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart_fake_mntfs() 113 if (mo.opt_rhost) in restart_fake_mntfs() 114 XFREE(mo.opt_rhost); in restart_fake_mntfs()
|
| HD | amfs_nfsl.c | 100 char *ho = fo->opt_rhost; in amfs_nfsl_match() 217 char *ho = mf->mf_fo->opt_rhost; in amfs_nfsl_ffserver()
|
| HD | opts.c | 144 &fs_static.opt_rhost, 0, 0, TRUE }, 256 {&fs_static.opt_rhost, "${host}"}, 290 {&fs_static.opt_rhost, 0}, 1488 if (ok && fs_static.opt_rhost && *fs_static.opt_rhost) in eval_fs_opts() 1489 host_normalize(&fs_static.opt_rhost); in eval_fs_opts()
|
| HD | amfs_nfsx.c | 115 if (!fo->opt_rhost) { in amfs_nfsx_match() 152 xmtab = str3cat((char *) 0, fo->opt_rhost, ":", fo->opt_rfs); in amfs_nfsx_match() 154 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in amfs_nfsx_match()
|
| HD | ops_nfs.c | 699 if (!fo->opt_rhost) { in nfs_match() 707 l = strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2; in nfs_match() 709 xsnprintf(xmtab, l, "%s:%s", fo->opt_rhost, fo->opt_rfs); in nfs_match() 711 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in nfs_match()
|
| HD | amd.h | 382 char *opt_rhost; member
|
| HD | srvr_nfs.c | 676 char *host = mf->mf_fo->opt_rhost; in find_nfs_srvr()
|