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

  /src/external/cddl/dtracetoolkit/dist/Bin/
dvmstat 66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
91 opt_command=1
111 inline int OPT_command = '$opt_command';
134 /(OPT_command && probename == "END") ||
135 (!(OPT_command && probename == "BEGIN") && lines++ > SCREEN)/
153 (OPT_command && pid == $target)/
159 (OPT_command && pid == $target)/
165 (OPT_command && pid == $target)/
171 (OPT_command && pid == $target)
    [all...]
dappprof 64 opt_command=0; command=""; opt_buf=0; buf="4m"
104 opt_command=1
139 inline int OPT_command = '$opt_command';
150 /! OPT_command/
233 if [ $opt_command -eq 1 ]; then
dapptrace 69 opt_command=0; command=""; opt_buf=0; buf="4m"
114 opt_command=1
145 inline int OPT_command = '$opt_command';
253 if [ $opt_command -eq 1 ]; then
procsystime 64 opt_command=0; command="";
100 opt_command=1
124 inline int OPT_command = '$opt_command';
135 /! OPT_command/
147 (OPT_command && pid == $target)/
190 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
205 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
220 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
228 if [ $opt_command -eq 1 ]; the
    [all...]
dtruss 69 opt_counts=0; opt_relative=0; opt_printid=0; opt_follow=0; opt_command=0
119 opt_command=1
156 inline int OPT_command = '$opt_command';
184 /((OPT_command || OPT_pid) && pid == $target) ||
443 /(OPT_command || OPT_pid) && pid == $target/
457 if [ $opt_command -eq 1 ]; then
  /src/external/cddl/dtracetoolkit/dist/
dvmstat 66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
91 opt_command=1
111 inline int OPT_command = '$opt_command';
134 /(OPT_command && probename == "END") ||
135 (!(OPT_command && probename == "BEGIN") && lines++ > SCREEN)/
153 (OPT_command && pid == $target)/
159 (OPT_command && pid == $target)/
165 (OPT_command && pid == $target)/
171 (OPT_command && pid == $target)
    [all...]
procsystime 64 opt_command=0; command="";
100 opt_command=1
124 inline int OPT_command = '$opt_command';
135 /! OPT_command/
147 (OPT_command && pid == $target)/
190 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
205 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
220 OPT_command ? printf("command %s,\n\n",COMMAND) : 1;
228 if [ $opt_command -eq 1 ]; the
    [all...]
dtruss 69 opt_counts=0; opt_relative=0; opt_printid=0; opt_follow=0; opt_command=0
119 opt_command=1
156 inline int OPT_command = '$opt_command';
184 /((OPT_command || OPT_pid) && pid == $target) ||
443 /(OPT_command || OPT_pid) && pid == $target/
457 if [ $opt_command -eq 1 ]; then
  /src/external/cddl/dtracetoolkit/dist/Proc/
dappprof 64 opt_command=0; command=""; opt_buf=0; buf="4m"
104 opt_command=1
139 inline int OPT_command = '$opt_command';
150 /! OPT_command/
233 if [ $opt_command -eq 1 ]; then
dapptrace 69 opt_command=0; command=""; opt_buf=0; buf="4m"
114 opt_command=1
145 inline int OPT_command = '$opt_command';
253 if [ $opt_command -eq 1 ]; then
  /src/sbin/ifconfig/
ifconfig.c 175 extern struct pbranch opt_command;
289 , {.b_nextparser = &opt_command.pb_parser}
311 struct pbranch opt_command = PBRANCH_INITIALIZER(&opt_command, variable in typeref:struct:pbranch
323 familykw, __arraycount(familykw), &opt_command.pb_parser);
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 3889 int opt_command = 0; local
3909 OPT_NOCASE, OPT_LINE, OPT_ALL, OPT_START, OPT_COMMAND, OPT_END
3957 case OPT_COMMAND:
3958 opt_command = 1;
3977 if (opt_command) {
4032 if (opt_command) {
4142 if (opt_command) {
18167 OPT_COMMAND, OPT_STRIDE, OPT_INDEX };
18217 case OPT_COMMAND:
18312 case OPT_COMMAND
    [all...]

Completed in 37 milliseconds