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

  /src/external/cddl/dtracetoolkit/dist/Bin/
tcptop 75 opt_def=1; opt_clear=1; opt_zone=0; opt_proj=0; interval=5; count=-1
82 j) opt_proj=1; opt_def=0 ;;
83 Z) opt_zone=1; opt_def=0 ;;
123 inline int OPT_def = '$opt_def';
340 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
425 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
447 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
463 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
545 OPT_def ? printf(" UID ") : 1
    [all...]
tcptop_snv 77 opt_def=1; opt_clear=1; opt_zone=0; opt_proj=0; interval=5; count=-1
84 j) opt_proj=1; opt_def=0 ;;
85 Z) opt_zone=1; opt_def=0 ;;
125 inline int OPT_def = '$opt_def';
342 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
427 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
449 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
465 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
547 OPT_def ? printf(" UID ") : 1
    [all...]
iotop 102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
113 j) opt_proj=1; opt_def=0 ;;
118 Z) opt_zone=1; opt_def=0 ;;
178 inline int OPT_def = '$opt_def';
321 OPT_def ? @out[this->suid, this->spid, this->sppid, self->scomm,
376 OPT_def ? printf(" UID ") : 1;
rwtop 73 opt_def=1; opt_bytes=1; filter=0; pname=.; pid=0
84 j) opt_proj=1; opt_def=0 ;;
86 Z) opt_zone=1; opt_def=0 ;;
139 inline int OPT_def = '$opt_def';
214 OPT_def ? @out[uid, pid, ppid, execname,
252 OPT_def ? printf(" UID ") : 1;
iopending 65 opt_def=1; filter=0; device=.; filename=.; mount=.
121 inline int OPT_def = '$opt_def';
  /src/external/cddl/dtracetoolkit/dist/Net/
tcptop 75 opt_def=1; opt_clear=1; opt_zone=0; opt_proj=0; interval=5; count=-1
82 j) opt_proj=1; opt_def=0 ;;
83 Z) opt_zone=1; opt_def=0 ;;
123 inline int OPT_def = '$opt_def';
340 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
425 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
447 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
463 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
545 OPT_def ? printf(" UID ") : 1
    [all...]
tcptop_snv 77 opt_def=1; opt_clear=1; opt_zone=0; opt_proj=0; interval=5; count=-1
84 j) opt_proj=1; opt_def=0 ;;
85 Z) opt_zone=1; opt_def=0 ;;
125 inline int OPT_def = '$opt_def';
342 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
427 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
449 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
465 OPT_def ? @out[self->uid, self->pid, self->laddr, self->lport,
547 OPT_def ? printf(" UID ") : 1
    [all...]
  /src/external/cddl/dtracetoolkit/dist/
iotop 102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
113 j) opt_proj=1; opt_def=0 ;;
118 Z) opt_zone=1; opt_def=0 ;;
178 inline int OPT_def = '$opt_def';
321 OPT_def ? @out[this->suid, this->spid, this->sppid, self->scomm,
376 OPT_def ? printf(" UID ") : 1;
rwtop 73 opt_def=1; opt_bytes=1; filter=0; pname=.; pid=0
84 j) opt_proj=1; opt_def=0 ;;
86 Z) opt_zone=1; opt_def=0 ;;
139 inline int OPT_def = '$opt_def';
214 OPT_def ? @out[uid, pid, ppid, execname,
252 OPT_def ? printf(" UID ") : 1;
  /src/external/cddl/dtracetoolkit/dist/Disk/
iopending 65 opt_def=1; filter=0; device=.; filename=.; mount=.
121 inline int OPT_def = '$opt_def';
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 62 my %opt_def = (
73 GetOptions (%opt_def,
148 GetOptions %opt_def;
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 62 my %opt_def = (
73 GetOptions (%opt_def,
148 GetOptions %opt_def;
  /src/external/mpl/dhcp/dist/keama/
confparse.c 472 struct element *opt_def; local
475 opt_def = mapGet(cfile->stack[1], "option-def");
476 if (opt_def == NULL)
478 TAILQ_FOREACH_SAFE(def, &opt_def->value.list_value, ndef) {
480 TAILQ_REMOVE(&opt_def->value.list_value, def);

Completed in 27 milliseconds