/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithNames | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: Silent output without any probes listed. 52 * RESULT: list of one probe with name BEGIN. 56 * RESULT: Silent output without any probes listed. 60 * RESULT: Silent output without any probes listed. 64 * RESULT: matching list of probes with module genunix and 69 * RESULT: Silent output without any probes listed. 73 * RESULT: matching list of probes with provider sysinfo, module 77 * RESULT: matching list of probes with module genunix [all …]
|
H A D | man.TraceNames | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: invalid probe specifier 51 * RESULT: trace of one probe with name BEGIN. 55 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 63 * RESULT: trace of probes with module genunix and function read. 67 * RESULT: invalid probe specifier 71 * RESULT: tracing of probes with provider sysinfo, module genunix 76 * RESULT: tracing of probes with module genunix [all …]
|
H A D | man.TraceFunctions | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: tracing of matching list of probes with function read. 51 * RESULT: invalid probe specifier 55 * RESULT: tracing of matching list of probes with function read. 59 * RESULT: invalid probe specifier 63 * RESULT: tracing of probes with module genunix and function read. 67 * RESULT: tracing of probes with provider sysinfo, module genunix 72 * RESULT: tracing of probes with provider sysinfo and function read. 76 * RESULT: invalid probe specifier [all …]
|
H A D | man.TraceModule | 39 * RESULT: invalid probe specifier 43 * RESULT: trace of all probes with module genunix. 47 * RESULT: trace of probes with provider vtrace and module genunix. 51 * RESULT: invalid probe specifier 55 * RESULT: trace of all probes with module genunix. 59 * RESULT: invalid probe specifier 63 * RESULT: not a valid probe description. 67 * RESULT: tracing of both genunix and unix probes. 71 * RESULT: Number of probes matching the description genunix 76 * RESULT: invalid probe specifier for foounix. [all …]
|
H A D | man.ListProbesWithFunctions | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: matching list of probes with function read. 52 * RESULT: matching list of probes with module genunix and 57 * RESULT: matching list of probes with provider sysinfo, module 62 * RESULT: Silent output without any probes listed. 66 * RESULT: Silent output without any probes listed. 70 * RESULT: not a valid probe description. 74 * RESULT: matching list of both read and write probes. 78 * RESULT: List of only read probes. [all …]
|
H A D | man.ListProbesWithModules | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: matching list of probes with module name genunix. 48 * RESULT: matching list of probes with provider vtrace and module 53 * RESULT: not a valid probe description 57 * RESULT: not a valid probe description. 61 * RESULT: matching list of both genunix and unix probes. 65 * RESULT: List of only genunix probes. 69 * RESULT: List of only unix probes. 73 * RESULT: not a valid probe description. 77 * RESULT: Silent output without any probes listed. [all …]
|
H A D | man.ListProbesWithProviders | 40 * RESULT: List of only profile probes. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: not a valid probe description 52 * RESULT: not a valid probe description. 56 * RESULT: matching list of both profile and syscall probes. 60 * RESULT: List of only profile probes. 64 * RESULT: List of only profile probes. 68 * RESULT: not a valid probe description. 72 * RESULT: Silent output without any probes listed. 76 * RESULT: List of only profile probes. [all …]
|
H A D | man.TraceProvider | 40 * RESULT: Trace of all profile probes. 44 * RESULT: invalid probe specifier 48 * RESULT: invalid probe specifier 52 * RESULT: invalid probe specifier 56 * RESULT: matching traces of both profile and syscall probes. 60 * RESULT: Count of profile probes that matched and invalid 65 * RESULT: invalid probe specifier 69 * RESULT: Traces of all the matching profile probes with the 74 * RESULT: invalid probe specifier 79 * RESULT: Traces of the matching profile probe with the
|
H A D | man.ListProbesWithIDs | 40 * RESULT: List of all available probes. 44 * RESULT: invalid probe identifier 0. 48 * RESULT: not a valid id range 52 * RESULT: List of probes including 1 and 2 or error. 56 * RESULT: not a valid id range 60 * RESULT: not a valid id range 64 * RESULT: only the first probe id is listed and other extraneous 69 * RESULT: only the first probe id is listed and other extraneous 74 * RESULT: Probe descriptions listed for all ids specified. Once
|
H A D | man.TraceIDs | 40 * RESULT: invalid probe specifier. 44 * RESULT: not a valid id range 48 * RESULT: not a valid id range 52 * RESULT: not a valid id range 56 * RESULT: not a valid id range 60 * RESULT: invalid probe specifier. 64 * RESULT: invalid probe specifier. 68 * RESULT: Only the BEGIN probe is traced and the others are not.
|
/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_clntout.c | 53 static char RESULT[] = "clnt_res"; variable 88 printarglist(proc, RESULT, "clnt", "CLIENT *"); in write_program() 92 printarglist(proc, RESULT, "clnt", "CLIENT *"); in write_program() 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() 350 ampr(proc->res_type), RESULT); in printbody() [all …]
|
H A D | rpc_svcout.c | 52 static char RESULT[] = "result"; variable 385 f_print(fout, "*%s,\n", RESULT); in write_real_program() 393 RESULT, RQSTP); in write_real_program() 407 f_print(fout, "\tvoid *%s;\n", RESULT); in write_real_program() 432 f_print(fout, "%s, ", RESULT); in write_real_program() 508 f_print(fout, "\t} %s;\n", RESULT); in write_program() 512 f_print(fout, "\tchar *%s;\n", RESULT); in write_program() 516 ARG, RESULT); in write_program() 528 ARG, RESULT); in write_program() 568 f_print(fout, "\t\t_xdr_%s = NULL;\n", RESULT); in write_program() [all …]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_018_pos.ksh | 74 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 ]]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cachefile/ |
H A D | cachefile.kshlib | 41 RESULT=$($STRINGS $cachefile | $GREP -w $1) 42 if [ -z "$RESULT" ]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_detach_001_neg.ksh | 52 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk1.dat) 53 if [ -z "$RESULT" ]
|
H A D | zpool_export_001_neg.ksh | 47 RESULT=$($ZPOOL list | $GREP $TESTPOOL.virt ) 48 if [ -z "$RESULT" ]
|
H A D | zpool_remove_001_neg.ksh | 52 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-spare1.dat) 53 if [ -z "$RESULT" ]
|
H A D | zpool_upgrade_001_neg.ksh | 59 RESULT=$($ZPOOL upgrade | $GREP v1-pool) 60 if [ -z "$RESULT" ]
|
H A D | zpool_import_001_neg.ksh | 48 RESULT=$($ZPOOL list -H -o name | $GREP $TESTPOOL.exported) 49 if [ -n "$RESULT" ]
|
H A D | zpool_offline_001_neg.ksh | 48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-1.dat \ 50 if [ -n "$RESULT" ]
|
H A D | zpool_status_001_neg.ksh | 48 RESULT=$($GREP "pool:" /tmp/pool-status.$$) 49 if [ -z "$RESULT" ]
|
H A D | zpool_online_001_neg.ksh | 48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-offline.dat \ 50 if [ -n "$RESULT" ]
|
H A D | zpool_attach_001_neg.ksh | 48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat) 49 if [ -n "$RESULT" ]
|
H A D | zpool_replace_001_neg.ksh | 49 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat) 50 if [ -n "$RESULT" ]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | isns_mgmt.h | 54 #define RESULT "result" macro
|