Searched refs:theInfoArray (Results 1 – 2 of 2) sorted by relevance
871 static void createExcludeListFromPrelinkInfo(OSArray * theInfoArray);
4866 OSKext::createExcludeListFromPrelinkInfo( OSArray * theInfoArray ) in createExcludeListFromPrelinkInfo() argument4873 for (i = 0; i < theInfoArray->getCount(); i++) { in createExcludeListFromPrelinkInfo()4874 myInfoDict = OSDynamicCast(OSDictionary, theInfoArray->getObject(i)); in createExcludeListFromPrelinkInfo()