Searched refs:isLoadableInSafeBoot (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h585 virtual bool isLoadableInSafeBoot(void);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3752 OSKext::isLoadableInSafeBoot(void) function in class:OSKext
4382 if (sSafeBoot && !isLoadableInSafeBoot()) {
8954 if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
9098 if (sSafeBoot && !isLoadableInSafeBoot()) {
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c190 unsigned int isLoadableInSafeBoot:1; member in struct:__OSKext::__anon2261
5132 return aKext->flags.isLoadableInSafeBoot ? true : false;
13003 aKext->flags.isLoadableInSafeBoot = 1;

Completed in 232 milliseconds