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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextutil_main.c869 CFIndex kextCount, idCount, kextIndex, idIndex; local
938 for (idIndex = 0; idIndex < idCount; idIndex++) {
940 RANGE_ALL(toolArgs->kextIDs), addressKeys[idIndex])) {
942 CFArrayAppendValue(toolArgs->kextIDs, addressKeys[idIndex]);
952 for (idIndex = 0; idIndex < idCount; idIndex++) {
954 CFArrayGetValueAtIndex(toolArgs->kextIDs, idIndex);
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp8051 uint32_t idIndex = 0; local
8095 for (idIndex = 0; idIndex < idCount; idIndex++) {
8097 kextIdentifiers->getObject(idIndex));

Completed in 196 milliseconds