Searched refs:automount (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/usr.sbin/autofs/
H A DMakefile4 SRCS= automount.c
17 MAN= automount.8 automountd.8 autounmountd.8 auto_master.5
28 LINKS= ${BINDIR}/automountd ${BINDIR}/automount
/freebsd-10.2-release/etc/rc.d/
H A Dautomount3 # $FreeBSD: releng/10.2/etc/rc.d/automount 276504 2015-01-01 15:48:12Z trasz $
6 # PROVIDE: automount
12 name="automount"
21 /usr/sbin/automount ${automount_flags}
H A DMakefile162 FILES+= automount
/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dfsi_gram.y97 %type <a> automount
117 | list_of_hosts automount
184 * A new automount tree:
186 * automount /mountpoint { ... }
188 automount : label
280 * An automount tree:
286 * name { ... } name is an automount tree
293 { automount *a = new_automount($2);
303 { automount *a = new_automount($2);
314 { automount *
[all...]
H A Dfsi_data.h48 typedef struct automount automount; typedef in typeref:struct:automount
63 struct automount { struct
76 * List of automount trees
H A Dwr_atab.c53 * Write a sequence of automount mount map entries
56 write_amount_info(FILE *af, automount *ap, u_int sk)
68 automount *ap2;
73 ITER(ap2, automount, ap->a_mount)
250 * Write a single automount configuration file
255 automount *ap;
262 ITER(ap, automount, q) {
308 ITER(ap, automount, q)
319 * Write all the needed automount configuration files
328 show_area_being_processed("write automount",
[all...]
H A Dfsinfo.h46 extern automount *new_automount(char *);
H A Dfsi_util.c300 * Determine where Amd would automount the host/volname pair
312 automount *
315 automount *ap = CALLOC(struct automount);
322 show_new("automount");
H A Dfsi_analyze.c607 * Check an automount request
610 analyze_automount(automount *ap)
628 automount *ap;
630 ITER(ap, automount, q) {
639 fsi_log("automount point %s:", ap->a_name);
640 show_new("ana-automount");
653 fsi_log("\timplicit automount from %s", ap->a_volname);
665 show_area_being_processed("analyze automount", 5);

Completed in 184 milliseconds