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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c113 static int my_crashcount; local
158 if ((my_crashcount = crashcount(my_namebuf1, my_namebuf2)) != 0) {
160 printf( "%d existing crashes including %s \n", my_crashcount, my_namebuf2);
411 my_crashcount = crashcount(my_namebuf1, my_namebuf2);
412 if (!(my_crashcount == 1 || my_crashcount == 2)) {
414 printf( "saw %d crashes including %s \n", my_crashcount, my_namebuf1);

Completed in 17 milliseconds