HomeSort by: relevance | last modified time | path
    Searched refs:automount (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/autofs/
Makefile 4 PROG= automount
5 SRCS= automount.c automountd.c autounmountd.c common.c \
10 MAN= automount.8 automountd.8 autounmountd.8 auto_master.5
15 LINKS= ${BINDIR}/automount ${BINDIR}/automountd
16 LINKS+= ${BINDIR}/automount ${BINDIR}/autounmountd
  /src/etc/rc.d/
automount 3 # $NetBSD: automount,v 1.2 2019/08/07 19:30:00 nakayama Exp $
6 # PROVIDE: automount
12 name="automount"
21 /usr/sbin/automount ${automount_flags}
Makefile 18 accounting altqd amd apmd automount automountd autounmountd \
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_gram.y 95 %type <a> automount
115 | list_of_hosts automount
182 * A new automount tree:
184 * automount /mountpoint { ... }
186 automount : label
278 * An automount tree:
284 * name { ... } name is an automount tree
291 { automount *a = new_automount($2);
301 { automount *a = new_automount($2);
312 { automount *a = new_automount($2)
    [all...]
fsi_data.h 46 typedef struct automount automount; typedef in typeref:struct:automount
59 * Automount tree
61 struct automount { struct
64 char *a_name; /* Automount key */
74 * List of automount trees
wr_atab.c 51 * Write a sequence of automount mount map entries
54 write_amount_info(FILE *af, automount *ap, u_int sk)
66 automount *ap2;
71 ITER(ap2, automount, ap->a_mount)
248 * Write a single automount configuration file
253 automount *ap;
260 ITER(ap, automount, q) {
306 ITER(ap, automount, q)
317 * Write all the needed automount configuration files
326 show_area_being_processed("write automount", 5)
    [all...]
fsinfo.h 44 extern automount *new_automount(char *);
fsi_util.c 298 * Determine where Amd would automount the host/volname pair
310 automount *
313 automount *ap = CALLOC(struct automount);
320 show_new("automount");
fsi_analyze.c 605 * Check an automount request
608 analyze_automount(automount *ap)
626 automount *ap;
628 ITER(ap, automount, q) {
637 fsi_log("automount point %s:", ap->a_name);
638 show_new("ana-automount");
651 fsi_log("\timplicit automount from %s", ap->a_volname);
663 show_area_being_processed("analyze automount", 5);

Completed in 28 milliseconds