Searched refs:fiter (Results 1 - 3 of 3) sorted by path

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_commands.c408 fat_iterator fiter = NULL; local
413 fiter = createFatIteratorForKext(theKext);
414 if (!fiter) {
418 while ((farch = fat_iterator_next_arch(fiter, NULL))) {
432 if (fiter) fat_iterator_close(fiter);
H A Dkextfind_query.c1294 fat_iterator fiter = NULL; // must close local
1299 fiter = createFatIteratorForKext(theKext);
1300 if (!fiter) {
1319 while ((farch = (struct mach_header *)fat_iterator_next_arch(fiter, NULL))) {
1381 if (fiter) fat_iterator_close(fiter);
1422 fat_iterator fiter = NULL; // must close local
1438 fiter = createFatIteratorForKext(theKext);
1439 if (!fiter) {
1452 while ((farch = fat_iterator_next_arch(fiter,
[all...]
H A Dkextfind_report.c502 fat_iterator fiter = NULL; // must close local
522 fiter = createFatIteratorForKext(theKext);
523 if (!fiter) {
527 while ((farch = fat_iterator_next_arch(fiter, &farch_end))) {

Completed in 266 milliseconds