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

/macosx-10.10/kext_tools-384.1.4/
H A Dkextutil_main.c897 CFIndex kextCount, idCount, kextIndex, idIndex; local
966 for (idIndex = 0; idIndex < idCount; idIndex++) {
968 RANGE_ALL(toolArgs->kextIDs), addressKeys[idIndex])) {
970 CFArrayAppendValue(toolArgs->kextIDs, addressKeys[idIndex]);
980 for (idIndex = 0; idIndex < idCount; idIndex++) {
982 CFArrayGetValueAtIndex(toolArgs->kextIDs, idIndex);
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7679 uint32_t idIndex = 0; local
7723 for (idIndex = 0; idIndex < idCount; idIndex++) {
7725 kextIdentifiers->getObject(idIndex));

Completed in 299 milliseconds