Home
last modified time | relevance | path

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

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