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

  /src/external/cddl/dtracetoolkit/dist/Bin/
iopattern 77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
85 f) opt_file=1; filename=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
130 inline int OPT_file = '$opt_file';
171 OPT_file ? printf("%-12s ", "FILE") : 1;
190 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? self->ok = 1 : 1;
249 OPT_file ? printf("%-12s ", FILENAME) : 1;
iopending 64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
74 f) opt_file=1; filename=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
125 inline int OPT_file = '$opt_file';
164 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? this->ok = 1 : 1;
iotop 101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
112 f) opt_file=1; filename=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
188 inline int OPT_file = '$opt_file';
231 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? this->ok = 1 : 1;
opensnoop 79 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
92 f) opt_file=1; pathname=$OPTARG ;;
141 inline int OPT_file = '$opt_file';
203 /* OPT_file is checked on return to ensure pathp is mapped */
208 ((OPT_file == 0) || (OPT_file == 1 && PATHNAME == copyinstr(self->pathp)))/
statsnoop 77 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
90 f) opt_file=1; pathname=$OPTARG ;;
144 inline int OPT_file = '$opt_file';
247 ((OPT_file == 0) || (OPT_file == 1 && PATHNAME == copyinstr(self->pathp)))/
iosnoop 105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
119 f) opt_file=1; filename=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
181 inline int OPT_file = '$opt_file';
240 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/
iopattern 77 opt_device=0; opt_file=0; opt_mount=0; opt_time=0
85 f) opt_file=1; filename=$OPTARG ;;
115 if (( opt_device || opt_mount || opt_file )); then
130 inline int OPT_file = '$opt_file';
171 OPT_file ? printf("%-12s ", "FILE") : 1;
190 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? self->ok = 1 : 1;
249 OPT_file ? printf("%-12s ", FILENAME) : 1;
iotop 101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0
112 f) opt_file=1; filename=$OPTARG ;;
160 if (( opt_device || opt_mount || opt_file )); then
188 inline int OPT_file = '$opt_file';
231 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? this->ok = 1 : 1;
opensnoop 79 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
92 f) opt_file=1; pathname=$OPTARG ;;
141 inline int OPT_file = '$opt_file';
203 /* OPT_file is checked on return to ensure pathp is mapped */
208 ((OPT_file == 0) || (OPT_file == 1 && PATHNAME == copyinstr(self->pathp)))/
statsnoop 77 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
90 f) opt_file=1; pathname=$OPTARG ;;
144 inline int OPT_file = '$opt_file';
232 ((OPT_file == 0) || (OPT_file == 1 && PATHNAME == copyinstr(self->pathp)))/
iosnoop 105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
119 f) opt_file=1; filename=$OPTARG ;;
164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \
181 inline int OPT_file = '$opt_file';
243 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? self->ok = 1 : 1;
  /src/external/cddl/dtracetoolkit/dist/Disk/
iopending 64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0;
74 f) opt_file=1; filename=$OPTARG ;;
103 if (( opt_device || opt_mount || opt_file )); then
125 inline int OPT_file = '$opt_file';
164 (OPT_file == 1 && FILENAME == args[2]->fi_pathname) ? this->ok = 1 : 1;

Completed in 29 milliseconds