Searched refs:test_stop (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c817 ac_mem_test_stop_t test_stop; local
857 (void) memset((void *)&test_stop, 0,
858 sizeof (test_stop));
859 test_stop.handle = test_start.handle;
860 test_stop.condition = SYSC_CFGA_COND_UNKNOWN;
861 mema_cmd_init(&cmd, &test_stop, outputstr, 0);
862 dump_ioctl(AC_MEM_TEST_STOP, &test_stop);
865 dump_ioctl_res(AC_MEM_TEST_STOP, &test_stop,
928 (void) memset((void *)&test_stop, 0, sizeof (test_stop));
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c89 static volatile int test_stop; variable
119 if (test_stop)
204 test_stop = 0;
238 test_stop = 1;
514 test_stop = 1;
583 test_stop = 1;
590 if (test_stop)
609 test_stop = 1;
696 if (test_stop == 1) goto done;
717 test_stop
[all...]

Completed in 154 milliseconds