Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h872 static boolean_t updateExcludeList(OSDictionary * infoDict);
/xnu-11215/libkern/c++/
H A DOSKext.cpp2399 boolean_t updated = updateExcludeList(infoDict.get()); in initWithCodelessInfo()
4848 boolean_t updated = updateExcludeList(theInfoDict); in createExcludeListFromBooterData()
4883 boolean_t updated = updateExcludeList(myInfoDict); in createExcludeListFromPrelinkInfo()
4897 OSKext::updateExcludeList(OSDictionary *infoDict) in updateExcludeList() function in OSKext
6575 boolean_t updated = updateExcludeList(infoDict.get()); in load()