Searched refs:g_is_under_rosetta (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c125 int g_is_under_rosetta = 0; variable
251 g_is_under_rosetta = 0;
253 g_is_under_rosetta = val ? 0 : 1;
279 if (g_is_under_rosetta) {
H A Dtests.c22 extern int g_is_under_rosetta;
2095 if (do_spawn_test(CPU_TYPE_I386, (g_is_under_rosetta ? 0 : 1)))
2935 if (g_is_under_rosetta) {

Completed in 28 milliseconds