Searched refs:remopts (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | mntfs.c | 86 char *auto_opts, char *mopts, char *remopts) in init_mntfs() argument 94 mf->mf_remopts = strdup(remopts); in init_mntfs() 119 char *auto_opts, char *mopts, char *remopts) in alloc_mntfs() argument 122 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts); in alloc_mntfs() 131 char *auto_opts, char *mopts, char *remopts) in find_mntfs() argument 163 mntfs *mf2 = alloc_mntfs(&ifs_ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 181 mf->mf_remopts = strealloc(mf->mf_remopts, remopts); in find_mntfs() 196 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 311 char *info, char *auto_opts, char *mopts, char *remopts) in realloc_mntfs() argument 334 mf2 = find_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in realloc_mntfs()
|
/openbsd/usr.sbin/amd/doc/ |
H A D | amdref.texinfo | 1075 @var{remopts}, @var{mount} and @var{unmount}. 1273 * remopts Option:: 1339 @node opts Option, remopts Option, fs Option, Map Options 1437 @node remopts Option, sublink Option, opts Option, Map Options 1439 @subsubsection remopts Option 1441 @cindex remopts, mount option 1442 @cindex Mount option; remopts 1448 small values in @var{remopts}. When a non-local host is accessed, the 1459 @node sublink Option, type Option, remopts Option, Map Options
|