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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c275 boolean_t found_some; local
277 found_some = FALSE;
280 found_some = TRUE;
284 found_some = TRUE;
288 found_some = TRUE;
292 found_some = TRUE;
296 found_some = TRUE;
298 if (found_some)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c606 boolean_t found_some; local
608 found_some = FALSE;
611 found_some = TRUE;
615 found_some = TRUE;
619 found_some = TRUE;
624 found_some = TRUE;
629 found_some = TRUE;
631 if (found_some)

Completed in 24 milliseconds