Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c815 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()
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()
930 test_stop.condition = SYSC_CFGA_COND_OK; in mtest_run()
936 test_stop.condition = SYSC_CFGA_COND_FAILED; in mtest_run()
[all …]