Searched refs:test_stop (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 815 ac_mem_test_stop_t test_stop; in mtest_run() local 855 (void) memset((void *)&test_stop, 0, in mtest_run() 856 sizeof (test_stop)); in mtest_run() 857 test_stop.handle = test_start.handle; in mtest_run() 858 test_stop.condition = SYSC_CFGA_COND_UNKNOWN; in mtest_run() 859 mema_cmd_init(&cmd, &test_stop, outputstr, 0); in mtest_run() 860 dump_ioctl(AC_MEM_TEST_STOP, &test_stop); in mtest_run() 863 dump_ioctl_res(AC_MEM_TEST_STOP, &test_stop, in mtest_run() 926 (void) memset((void *)&test_stop, 0, sizeof (test_stop)); in mtest_run() 927 test_stop.handle = test_start.handle; in mtest_run() [all …]
|