HomeSort by: relevance | last modified time | path
    Searched refs:opt_mount (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
iopattern 77 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';
170 OPT_mount ? printf("%-12s ", "MOUNT") : 1;
191 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? self->ok = 1 : 1;
248 OPT_mount ? printf("%-12s ", MOUNT) : 1;
iopending 64 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';
165 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? this->ok = 1 : 1;
iotop 101 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';
232 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? this->ok = 1 : 1;
iosnoop 106 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';
241 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/
iopattern 77 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';
170 OPT_mount ? printf("%-12s ", "MOUNT") : 1;
191 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? self->ok = 1 : 1;
248 OPT_mount ? printf("%-12s ", MOUNT) : 1;
iotop 101 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';
232 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? this->ok = 1 : 1;
iosnoop 106 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';
244 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/Disk/
iopending 64 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';
165 (OPT_mount == 1 && MOUNT == args[2]->fi_mount) ? this->ok = 1 : 1;
  /src/external/bsd/am-utils/dist/amd/
amfs_program.c 95 if (!fo->opt_mount) {
104 prog = strchr(fo->opt_mount, ' ');
106 return xstrdup(prog ? prog + 1 : fo->opt_mount);
202 return amfs_program_exec(mf->mf_fo->opt_mount);
opts.c 190 &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);
amd.h 381 char *opt_mount; member in struct:am_opts

Completed in 20 milliseconds