Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_mptest_driver.c120 static struct skywalk_mptest_check *sk_checks[] = { variable
130 for (i = 0; i < sizeof(sk_checks) / sizeof(sk_checks[0]); i++) { in skywalk_mptest_supported()
131 if (strcmp(name, sk_checks[i]->skt_testname) == 0) { in skywalk_mptest_supported()
132 return sk_checks[i]->skt_supported(); in skywalk_mptest_supported()