Searched refs:opt_unmount (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | amfs_program.c | 91 if (fo->opt_unmount && fo->opt_umount) { in amfs_program_match() 99 if (!fo->opt_unmount && !fo->opt_umount) { in amfs_program_match() 100 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs); in amfs_program_match() 102 fo->opt_unmount); in amfs_program_match() 121 if (mf->mf_fo->opt_unmount != NULL) in amfs_program_init() 122 mf->mf_private = (opaque_t) xstrdup(mf->mf_fo->opt_unmount); in amfs_program_init()
|
| D | opts.c | 192 &fs_static.opt_unmount, 0, 0, FALSE }, 270 {&fs_static.opt_unmount, 0}, 292 {&fs_static.opt_unmount, 0}, 1408 _AM_OPT_COPY(opt_unmount); in copy_opts()
|
| D | amd.h | 391 char *opt_unmount; member
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | ChangeLog | 3435 both opt_unmount and opt_umount are missing, not when just one of
|