Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dwr_atab.c58 if (ap->a_mount) { in write_amount_info()
71 ITER(ap2, automount, ap->a_mount) in write_amount_info()
270 if (!ap->a_mount) { in write_amount()
307 if (!ap->a_mount) in write_amount()
H A Dfsi_analyze.c631 if (lvl > 0 || ap->a_mount) in analyze_automount_tree()
640 if (ap->a_mount) { in analyze_automount_tree()
641 analyze_automount_tree(ap->a_mount, ap->a_name, lvl + 1); in analyze_automount_tree()
H A Dfsi_data.h69 qelem *a_mount; /* Tree representation */ member
H A Dfsi_gram.y323 a->a_mount = $5;
H A Dfsi_util.c318 ap->a_mount = NULL; in new_automount()