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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4489 unsigned long my_matches; local
4607 my_err = searchfs( my_pathp, &my_search_blk, &my_matches, 0, my_search_options, &my_search_state );
4610 if ( (my_err == 0 || my_err == EAGAIN) && my_matches > 0 ) {
4612 // printf("my_matches %d \n", my_matches);
4615 for ( i = 0; i < my_matches; ++i ) {

Completed in 20 milliseconds