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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp632 bool isLoaded = false; local
646 isLoaded = true;
672 if (unload && isLoaded && ret == kIOReturnSuccess) {
/darwin-on-arm/xnu/libkern/
H A DOSKextLib.cpp64 if (theKext && theKext->isLoaded()) {
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h600 virtual bool isLoaded(void);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1766 existingIsLoaded = existingKext->isLoaded();
2237 if (isLoaded()) {
3527 if (foundKext && foundKext->isLoaded()) {
3566 if (aKext->isLoaded()) {
3917 bool OSKext::isLoaded(void) function in class:OSKext
4322 if (isLoaded()) {
5620 if (!isLoaded()) {
5768 if (aKext->isLoaded()) {
5797 if (!isLoaded()) {
5928 if (!isLoaded()) {
[all...]

Completed in 84 milliseconds