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

  /src/external/cddl/dtracetoolkit/dist/Bin/
iopattern 77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
84 d) opt_device=1; device=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
128 inline int OPT_device = '$opt_device';
169 OPT_device ? printf("%-9s ", "DEVICE") : 1;
189 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? self->ok = 1 : 1;
247 OPT_device ? printf("%-9s ", DEVICE) : 1;
iopending 64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
73 d) opt_device=1; device=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
123 inline int OPT_device = '$opt_device';
163 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? this->ok = 1 : 1;
iotop 101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
111 d) opt_device=1; device=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
186 inline int OPT_device = '$opt_device';
230 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? this->ok = 1 : 1;
iosnoop 105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
116 d) opt_device=1; device=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
178 inline int OPT_device = '$opt_device';
239 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/
iopattern 77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
84 d) opt_device=1; device=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
128 inline int OPT_device = '$opt_device';
169 OPT_device ? printf("%-9s ", "DEVICE") : 1;
189 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? self->ok = 1 : 1;
247 OPT_device ? printf("%-9s ", DEVICE) : 1;
iotop 101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
111 d) opt_device=1; device=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
186 inline int OPT_device = '$opt_device';
230 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? this->ok = 1 : 1;
iosnoop 105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
116 d) opt_device=1; device=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
178 inline int OPT_device = '$opt_device';
242 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/Disk/
iopending 64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
73 d) opt_device=1; device=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
123 inline int OPT_device = '$opt_device';
163 (OPT_device == 1 && DEVICE == args[1]->dev_statname)? this->ok = 1 : 1;

Completed in 18 milliseconds