Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c810 int test_fun, in mtest_run() argument
899 res = (*mtest_table[test_fun].test_func)(&handle); in mtest_run()
1096 int test_fun = -1; in cfga_test() local
1148 if (test_fun != -1 && subopt != test_fun && in cfga_test()
1159 test_fun = subopt; in cfga_test()
1195 if (test_fun == -1) in cfga_test()
1196 test_fun = MTEST_DEFAULT_TEST; in cfga_test()
1212 ret = mtest_run(fd, test_fun, &bk, in cfga_test()