Home
last modified time | relevance | path

Searched refs:sublink (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dwr_atab.c174 char *sublink = ap->a_volname + mnlen + 1; in write_amount_info() local
175 fprintf(af, "/%s", sublink); in write_amount_info()
219 char sublink[1024]; in write_amount_info() local
220 sublink[0] = '\0'; in write_amount_info()
222 xstrlcat(sublink, mp->m_name + exp_namelen + 1, sizeof(sublink)); in write_amount_info()
224 xstrlcat(sublink, "/", sizeof(sublink)); in write_amount_info()
227 xstrlcat(sublink, ap->a_volname + mvolnlen + 1, sizeof(sublink)); in write_amount_info()
229 fprintf(af, ";sublink:=%s", sublink); in write_amount_info()
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Damd2sun.in46 if ($rest =~ /sublink:=([^;\s]+)[;\s]/ ) {
/netbsd-src/external/bsd/am-utils/dist/doc/
H A Dam-utils.texi479 @cindex sublink
491 volume, then a @dfn{sublink} is used to refer to the sub-directory
541 sublink) which can be used to name the physical location of any volume
544 When a target is referenced, @i{Amd} ignores the sublink element and
983 jsp.homes.automount HS TXT "rfs:=/home/charm;rhost:=charm;sublink:=jsp"
984 njw.homes.automount HS TXT "rfs:=/home/dylan/dk2;rhost:=dylan;sublink:=njw"
1007 `@i{domN}@t{.}@i{...}@t{.}@i{dom1}', and @code{$@{sublink@}} has the
1019 rfs:=/home/achilles;rhost:=achilles;sublink:=jsp
1031 rfs:=/home/sugar;rhost:=sugar.cc;sublink:=mhj
1327 the order given: @var{sublink}, @var{rfs}, @var{fs}, @var{opts},
[all …]
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog388 * Treat an empty sublink as an unset sublink; this allows us to
389 say sublink:=; in a spec to override the default. (This produces
3603 the real mount of an autofs-based sublink
3897 not processing the sublink option if the filesystem was already
4145 enough, we should lstat() the sublink if it's defined.
4151 for the prepend-the-dot hack for type link; also, the sublink is
4154 * amd/amfs_generic.c (amfs_lookup_one_mntfs): the sublink is
4157 * amd/am_ops.c (ops_match): normalize the sublink here, early into
6283 * NEWS: Solaris autofs readdir() support, Linux autofs sublink fix
6298 fstype is not link but we have a sublink (Linux autofs needs this)
[all …]
H A DNEWS672 * fixed sublink support in Linux autofs (broken in a4)