Home
last modified time | relevance | path

Searched refs:opt_rhost (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_lustre.c91 if (!fo->opt_rhost) { in lustre_match()
99 rhost = xstrdup(fo->opt_rhost); in lustre_match()
143 XFREE(fo->opt_rhost); in lustre_match()
144 fo->opt_rhost = remhost; in lustre_match()
146 l = strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2; in lustre_match()
148 xsnprintf(xmtab, l, "%s:%s", fo->opt_rhost, fo->opt_rfs); in lustre_match()
150 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in lustre_match()
H A Drestart.c60 mo.opt_rhost = NULL; in restart_fake_mntfs()
65 mo.opt_rhost = xstrdup(me->mnt_fsname); in restart_fake_mntfs()
73 mo.opt_rhost = xstrdup(me->mnt_fsname); in restart_fake_mntfs()
75 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart_fake_mntfs()
110 XFREE(mo.opt_rhost); in restart_fake_mntfs()
H A Dopts.c142 &fs_static.opt_rhost, 0, 0, TRUE },
254 {&fs_static.opt_rhost, "${host}"},
288 {&fs_static.opt_rhost, 0},
1404 _AM_OPT_COPY(opt_rhost); in copy_opts()
1531 if (ok && fs_static.opt_rhost && *fs_static.opt_rhost) in eval_fs_opts()
1532 host_normalize(&fs_static.opt_rhost); in eval_fs_opts()
H A Damfs_nfsl.c98 char *ho = fo->opt_rhost; in amfs_nfsl_match()
222 ho = mf->mf_fo->opt_rhost; in amfs_nfsl_ffserver()
H A Damfs_nfsx.c113 if (!fo->opt_rhost) { in amfs_nfsx_match()
150 xmtab = str3cat((char *) NULL, fo->opt_rhost, ":", fo->opt_rfs); in amfs_nfsx_match()
152 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in amfs_nfsx_match()
H A Dops_nfs.c709 if (!fo->opt_rhost) { in nfs_match()
717 l = strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2; in nfs_match()
719 xsnprintf(xmtab, l, "%s:%s", fo->opt_rhost, fo->opt_rfs); in nfs_match()
721 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in nfs_match()
H A Damd.h387 char *opt_rhost; member
H A Dsrvr_nfs.c707 host = mf->mf_fo->opt_rhost; in find_nfs_srvr()