Home
last modified time | relevance | path

Searched refs:theInfoArray (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h871 static void createExcludeListFromPrelinkInfo(OSArray * theInfoArray);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4866 OSKext::createExcludeListFromPrelinkInfo( OSArray * theInfoArray ) in createExcludeListFromPrelinkInfo() argument
4873 for (i = 0; i < theInfoArray->getCount(); i++) { in createExcludeListFromPrelinkInfo()
4874 myInfoDict = OSDynamicCast(OSDictionary, theInfoArray->getObject(i)); in createExcludeListFromPrelinkInfo()