Searched refs:RESULT (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib41 RESULT=$(strings $cachefile | grep -w $1)
42 if [ -z "$RESULT" ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_detach_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_remove_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-spare1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_upgrade_001_neg.ksh59 RESULT=$(zpool upgrade | grep v1-pool)
60 if [ -z "$RESULT" ]
H A Dzpool_export_001_neg.ksh47 RESULT=$(zpool list | grep $TESTPOOL.virt )
48 if [ -z "$RESULT" ]
H A Dzpool_status_001_neg.ksh48 RESULT=$(grep "pool:" /tmp/pool-status.$$)
49 if [ -z "$RESULT" ]
H A Dzpool_attach_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
49 if [ -n "$RESULT" ]
H A Dzpool_import_001_neg.ksh48 RESULT=$(zpool list -H -o name | grep $TESTPOOL.exported)
49 if [ -n "$RESULT" ]
H A Dzpool_offline_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-1.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_online_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_replace_001_neg.ksh49 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
50 if [ -n "$RESULT" ]
/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/cmd/rpcgen/
H A Drpc_clntout.c53 static char RESULT[] = "clnt_res"; variable
88 printarglist(proc, RESULT, "clnt", "CLIENT *");
92 printarglist(proc, RESULT, "clnt", "CLIENT *");
253 f_print(fout, "%s;\n", RESULT);
257 ampr(proc->res_type), RESULT, RESULT);
277 RESULT);
306 RESULT);
328 RESULT);
342 RESULT);
[all...]
H A Drpc_svcout.c52 static char RESULT[] = "result"; variable
385 f_print(fout, "*%s,\n", RESULT);
393 RESULT, RQSTP);
407 f_print(fout, "\tvoid *%s;\n", RESULT);
432 f_print(fout, "%s, ", RESULT);
508 f_print(fout, "\t} %s;\n", RESULT);
512 f_print(fout, "\tchar *%s;\n", RESULT);
516 ARG, RESULT);
528 ARG, RESULT);
568 f_print(fout, "\t\t_xdr_%s = NULL;\n", RESULT);
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h54 #define RESULT "result" macro
H A Ddoor.c1108 XMLSTRING_CAST "%s\"%s\"]", "//*[name()=", RESULT);
1158 n_obj = xmlNewChild(root, NULL, (xmlChar *)RESULT, NULL);

Completed in 572 milliseconds