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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h265 @function unloadModule
269 IOReturn unloadModule( OSString * moduleName ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp526 IOReturn IOCatalogue::unloadModule(OSString * moduleName) const function in class:IOCatalogue
638 * so it might lose or gain dependents by the time we call unloadModule();
673 ret = unloadModule(moduleName);

Completed in 18 milliseconds