Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithNames38 * RESULT: Silent output without any probes listed.
42 * RESULT: Silent output without any probes listed.
46 * RESULT: Silent output without any probes listed.
50 * RESULT: list of one probe with name BEGIN.
54 * RESULT: Silent output without any probes listed.
58 * RESULT: Silent output without any probes listed.
67 * RESULT: Silent output without any probes listed.
96 * RESULT: List of only read probes.
100 * RESULT: List of only write probes.
104 * RESULT: Silent output of only the header.
[all …]
H A Dman.TraceNames37 * RESULT: invalid probe specifier
41 * RESULT: invalid probe specifier
45 * RESULT: invalid probe specifier
49 * RESULT: trace of one probe with name BEGIN.
53 * RESULT: invalid probe specifier
57 * RESULT: invalid probe specifier
65 * RESULT: invalid probe specifier
78 * RESULT: invalid probe specifier
100 * RESULT: invalid probe specifier
104 * RESULT: trace of the specified probe.
[all …]
H A Dman.TraceFunctions37 * RESULT: invalid probe specifier
41 * RESULT: invalid probe specifier
45 * RESULT: tracing of matching list of probes with function read.
49 * RESULT: invalid probe specifier
57 * RESULT: invalid probe specifier
74 * RESULT: invalid probe specifier
78 * RESULT: invalid probe specifier.
82 * RESULT: tracing of both read and write probes.
91 * RESULT: invalid probe specifier.
95 * RESULT: invalid probe specifier.
[all …]
H A Dman.TraceModule37 * RESULT: invalid probe specifier
41 * RESULT: trace of all probes with module genunix.
49 * RESULT: invalid probe specifier
53 * RESULT: trace of all probes with module genunix.
57 * RESULT: invalid probe specifier
61 * RESULT: not a valid probe description.
74 * RESULT: invalid probe specifier for foounix.
78 * RESULT: invalid probe description.
97 * RESULT: invalid probe specifier.
101 * RESULT: invalid probe specifier.
[all …]
H A Dman.ListProbesWithFunctions38 * RESULT: Silent output without any probes listed.
42 * RESULT: Silent output without any probes listed.
60 * RESULT: Silent output without any probes listed.
64 * RESULT: Silent output without any probes listed.
68 * RESULT: not a valid probe description.
76 * RESULT: List of only read probes.
80 * RESULT: List of only write probes.
84 * RESULT: not a valid probe description.
88 * RESULT: Silent output without any probes listed.
92 * RESULT: List of only read probes.
[all …]
H A Dman.ListProbesWithModules38 * RESULT: Silent output without any probes listed.
51 * RESULT: not a valid probe description
55 * RESULT: not a valid probe description.
59 * RESULT: matching list of both genunix and unix probes.
63 * RESULT: List of only genunix probes.
67 * RESULT: List of only unix probes.
71 * RESULT: not a valid probe description.
75 * RESULT: Silent output without any probes listed.
79 * RESULT: Silent output without any probes listed.
83 * RESULT: List of only unix probes.
[all …]
H A Dman.ListProbesWithProviders38 * RESULT: List of only profile probes.
42 * RESULT: Silent output without any probes listed.
46 * RESULT: not a valid probe description
50 * RESULT: not a valid probe description.
54 * RESULT: matching list of both profile and syscall probes.
58 * RESULT: List of only profile probes.
62 * RESULT: List of only profile probes.
66 * RESULT: not a valid probe description.
70 * RESULT: Silent output without any probes listed.
74 * RESULT: List of only profile probes.
[all …]
H A Dman.TraceProvider38 * RESULT: Trace of all profile probes.
42 * RESULT: invalid probe specifier
46 * RESULT: invalid probe specifier
50 * RESULT: invalid probe specifier
54 * RESULT: matching traces of both profile and syscall probes.
58 * RESULT: Count of profile probes that matched and invalid
63 * RESULT: invalid probe specifier
67 * RESULT: Traces of all the matching profile probes with the
72 * RESULT: invalid probe specifier
77 * RESULT: Traces of the matching profile probe with the
H A Dman.ListProbesWithIDs38 * RESULT: List of all available probes.
42 * RESULT: invalid probe identifier 0.
46 * RESULT: not a valid id range
50 * RESULT: List of probes including 1 and 2 or error.
54 * RESULT: not a valid id range
58 * RESULT: not a valid id range
62 * RESULT: only the first probe id is listed and other extraneous
67 * RESULT: only the first probe id is listed and other extraneous
72 * RESULT: Probe descriptions listed for all ids specified. Once
H A Dman.TraceIDs38 * RESULT: invalid probe specifier.
42 * RESULT: not a valid id range
46 * RESULT: not a valid id range
50 * RESULT: not a valid id range
54 * RESULT: not a valid id range
58 * RESULT: invalid probe specifier.
62 * RESULT: invalid probe specifier.
66 * RESULT: Only the BEGIN probe is traced and the others are not.
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c53 static char RESULT[] = "clnt_res"; variable
253 f_print(fout, "%s;\n", RESULT); in printbody()
257 ampr(proc->res_type), RESULT, RESULT); in printbody()
277 RESULT); in printbody()
306 RESULT); in printbody()
328 RESULT); in printbody()
342 RESULT); in printbody()
360 f_print(fout, "%s;\n", RESULT); in printbody()
364 RESULT, RESULT); in printbody()
414 RESULT, in printbody()
[all …]
H A Drpc_svcout.c52 static char RESULT[] = "result"; variable
386 f_print(fout, "*%s,\n", RESULT); in write_real_program()
394 RESULT, RQSTP); in write_real_program()
433 f_print(fout, "%s, ", RESULT); in write_real_program()
517 ARG, RESULT); in write_program()
529 ARG, RESULT); in write_program()
624 RESULT, ROUTINE, ARG, RQSTP); in write_program()
645 RESULT, RETVAL, TRANSP, RESULT, RESULT); in write_program()
650 RESULT, RESULT, TRANSP, RESULT, RESULT); in write_program()
666 TRANSP, RESULT); in write_program()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh74 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
75 if [[ $RESULT != ${vals[$i]} ]]
90 RESULT=$(get_pool_prop delegation $TESTPOOL)
91 if [[ $RESULT != off ]]
97 RESULT=$(get_pool_prop cachefile $TESTPOOL)
98 if [[ $RESULT != $CPATH ]]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.recache11 RESULT=0
15 RESULT=1
50 exit $RESULT
H A DT.exprconv11 RESULT=0
15 RESULT=1
38 exit $RESULT
H A DT.system11 RESULT=0
15 RESULT=1
32 exit $RESULT
H A DT.delete12 RESULT=0
16 RESULT=1
39 exit $RESULT
H A DT.chem13 RESULT=0
17 RESULT=1
28 exit $RESULT
H A DT.flags10 RESULT=0
14 RESULT=1
37 exit $RESULT
H A DT.builtin12 RESULT=0
16 RESULT=1
82 exit $RESULT
H A DT.close12 RESULT=0
16 RESULT=1
54 exit $RESULT
H A DT.main12 RESULT=0
16 RESULT=1
55 exit $RESULT
H A DT.lilly13 RESULT=0
17 RESULT=1
54 exit $RESULT
H A DT.-f-f8 RESULT=0
12 RESULT=1
56 exit $RESULT
H A DT.nextfile11 RESULT=0
15 RESULT=1
103 exit $RESULT

123