Searched refs:opt_unmount (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | amfs_program.c | 93 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()
|
| HD | opts.c | 194 &fs_static.opt_unmount, 0, 0, FALSE }, 272 {&fs_static.opt_unmount, 0}, 294 {&fs_static.opt_unmount, 0},
|
| HD | amd.h | 386 char *opt_unmount; member
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 2369 both opt_unmount and opt_umount are missing, not when just one of
|