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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h402 virtual OSReturn validateKextMapping(bool startFlag);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp5778 OSKext::validateKextMapping(bool startFlag) function in class:OSKext
5963 result = validateKextMapping(/* start? */ true);
6155 /* Note: If validateKextMapping fails on the stop & unload path,
6159 result = validateKextMapping(/* start? */ false);

Completed in 126 milliseconds