Searched refs:automount (Results 1 – 12 of 12) sorted by relevance
/original-bsd/usr.sbin/amd/fsinfo/ |
H A D | wr_atab.c | 25 automount *ap; 37 automount *ap2; 42 ITER(ap2, automount, ap->a_mount) 185 automount *ap; 192 ITER(ap, automount, q) { 232 ITER(ap, automount, q)
|
H A D | fsi_gram.y | 65 %type <a> automount 85 | list_of_hosts automount 156 automount : 259 { automount *a = new_automount($2); 269 { automount *a = new_automount($2); 279 { automount *a = new_automount($2);
|
H A D | fsi_data.h | 19 typedef struct automount automount; typedef 42 struct automount { struct
|
H A D | fsi_util.c | 281 automount *new_automount(name) in new_automount() 284 automount *ap = ALLOC(automount);
|
H A D | fsinfo.h | 72 extern automount *new_automount P((char*));
|
H A D | fsi_analyze.c | 563 automount *ap; in analyze_automount() 581 automount *ap; 583 ITER(ap, automount, q) {
|
/original-bsd/usr.sbin/amd/doc/ |
H A D | amdref.texinfo | 832 @samp{jsp.homes.automount}. 2260 existing automount point. Top-level automount points appear as system 2639 the automount point, 3511 The automount tree is usually defined last. A single automount 3513 @code{automount} declaration is needed for each @i{Amd} automount point. 3521 automount : "automount" opt(auto_opts@i{)} automount_tree ; 3549 automount /vol @{ @} 3556 automount /vol @{ 3576 automount /homes @{ 3584 automount /homes @{ [all …]
|
H A D | amdref.cps | 54 \entry {Direct automount filesystem}{37} 103 \entry {FSinfo automount definitions}{56} 149 \entry {How to start a direct automount point}{37} 150 \entry {How to start an indirect automount point}{36}
|
/original-bsd/usr.sbin/amd/amd/ |
H A D | mount_fs.c | 137 if (automount)
|
H A D | ChangeLog | 456 * (mount_fs.c) automount hack removed since afs_ops no longer 477 needed now that the modify times on the automount directories are 480 * (map.c) make sure that the automount directories modify times 503 * (mount_fs.c) automount points get marked type "nfs" instead of 574 timeout on the automount points. 628 deadlock if restart() ends up accessing one of the automount points. 669 parent does not exit until the automount points are mounted. This 729 * (mount_fs.c) automount entries in the mount table now have a 793 am_node (one for each automount node), mntfs (one for each mounted 966 timing out all the mount points including the automount
|
/original-bsd/usr.sbin/amd/text/ |
H A D | README | 4 automount(8) program. Though based on that program in spirit, it
|
H A D | INSTALL | 158 enter a deadlock inside the kernel. For example, attempting to automount a
|