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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h168 @abstract Terminates all instances of a driver which match the contents of the matching dictionary. Does not unload module.
176 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
177 @param unload Flag to cause the actual unloading of the module.
179 IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true);
184 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
185 @param unload Flag to cause the actual unloading of the module.
187 IOReturn terminateDriversForModule( const char * moduleName, bool unload = true);
267 @param moduleName An OSString containing the name of the module to unload.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp628 bool unload)
635 * in such a case the unload would fail so let's not terminate any
639 * I think that's ok, our unload can fail if a kext comes in on top of
641 * if we fail the unload here and then lose a library, the autounload
672 if (unload && isLoaded && ret == kIOReturnSuccess) {
686 bool unload)
695 ret = terminateDriversForModule(name, unload);
626 terminateDriversForModule( OSString * moduleName, bool unload) argument
684 terminateDriversForModule( const char * moduleName, bool unload) argument
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h384 virtual OSReturn unload(void);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp804 * unload KLD directly.
3571 * to call back with an unload, we'll do that right here.
3575 aKext->getIdentifierCString(), /* unload */ false);
3586 result = aKext->unload();
5765 goto finish; // can't unload what's not loaded
5832 /* Note: If validateKextMapping fails on the stop & unload path,
5834 * we stop & unload the kext or not.
5866 "Kext %s is now stopped and ready to unload.",
5885 OSKext::unload(void) function in class:OSKext
5902 /* Refuse to unload i
[all...]

Completed in 91 milliseconds