Home
last modified time | relevance | path

Searched refs:isLoaded (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp957 bool isLoaded = false; in terminateDriversForModule() local
971 isLoaded = true; in terminateDriversForModule()
1007 if (unload && isLoaded && ret == kIOReturnSuccess) { in terminateDriversForModule()
1403 myResult = myKext->isLoaded(); in isModuleLoadedNoOSKextLock()
/xnu-11215/libkern/
H A DOSKextLib.cpp68 if (theKext && theKext->isLoaded()) { in OSKextGetLoadTagForIdentifier()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h926 virtual bool isLoaded(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp2705 existingIsLoaded = existingKext->isLoaded(); in registerIdentifier()
3319 if (isLoaded()) { in free()
4514 if (foundKext && foundKext->isLoaded()) { in isKextWithIdentifierLoaded()
5177 OSKext::isLoaded(void) in isLoaded() function in OSKext
6492 if (isLoaded()) { in load()
8377 if (!isLoaded()) {
8505 if (aKext->isLoaded()) {
8534 if (!isLoaded()) {
8667 if (!isLoaded()) {
9905 if (!isLoaded() || forceFlag) {
[all …]