Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c808 int test_fun, in mtest_run() argument
897 res = (*mtest_table[test_fun].test_func)(&handle); in mtest_run()
1094 int test_fun = -1; in cfga_test() local
1146 if (test_fun != -1 && subopt != test_fun && in cfga_test()
1157 test_fun = subopt; in cfga_test()
1193 if (test_fun == -1) in cfga_test()
1194 test_fun = MTEST_DEFAULT_TEST; in cfga_test()
1210 ret = mtest_run(fd, test_fun, &bk, in cfga_test()