Home
last modified time | relevance | path

Searched refs:opt_unmount (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/amd/amd/
HDamfs_program.c93 if (fo->opt_unmount && fo->opt_umount) { in amfs_program_match()
101 if (!fo->opt_unmount && !fo->opt_umount) { in amfs_program_match()
102 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs); in amfs_program_match()
104 fo->opt_unmount); in amfs_program_match()
120 if (mf->mf_fo->opt_unmount != NULL) in amfs_program_init()
121 mf->mf_private = (opaque_t) strdup(mf->mf_fo->opt_unmount); in amfs_program_init()
HDopts.c194 &fs_static.opt_unmount, 0, 0, FALSE },
272 {&fs_static.opt_unmount, 0},
294 {&fs_static.opt_unmount, 0},
HDamd.h386 char *opt_unmount; member
/NextBSD/contrib/amd/
HDChangeLog2369 both opt_unmount and opt_umount are missing, not when just one of