Home
last modified time | relevance | path

Searched refs:opt_mount (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Diopattern77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
86 m) opt_mount=1; mount=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
129 inline int OPT_mount = '$opt_mount';
H A Diopending64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
75 m) opt_mount=1; mount=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
124 inline int OPT_mount = '$opt_mount';
H A Diotop101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
114 m) opt_mount=1; mount=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
187 inline int OPT_mount = '$opt_mount';
H A Diosnoop106 opt_mount=0; opt_start=0 opt_end=0; opt_endstr=0; opt_ins=0; opt_nums=0
126 m) opt_mount=1; mount=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
186 inline int OPT_mount = '$opt_mount';
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Diopattern77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
86 m) opt_mount=1; mount=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
129 inline int OPT_mount = '$opt_mount';
H A Diotop101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
114 m) opt_mount=1; mount=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
187 inline int OPT_mount = '$opt_mount';
H A Diosnoop106 opt_mount=0; opt_start=0 opt_end=0; opt_endstr=0; opt_ins=0; opt_nums=0
126 m) opt_mount=1; mount=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
186 inline int OPT_mount = '$opt_mount';
/netbsd-src/external/cddl/dtracetoolkit/dist/Disk/
H A Diopending64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
75 m) opt_mount=1; mount=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
124 inline int OPT_mount = '$opt_mount';
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_program.c95 if (!fo->opt_mount) { in amfs_program_match()
104 prog = strchr(fo->opt_mount, ' '); in amfs_program_match()
106 return xstrdup(prog ? prog + 1 : fo->opt_mount); in amfs_program_match()
202 return amfs_program_exec(mf->mf_fo->opt_mount); in amfs_program_mount()
H A Dopts.c190 &fs_static.opt_mount, 0, 0, FALSE },
269 {&fs_static.opt_mount, 0},
291 {&fs_static.opt_mount, 0},
1398 _AM_OPT_COPY(opt_mount); in copy_opts()
H A Damd.h381 char *opt_mount; member