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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h174 @function terminateDriversForModule
179 IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true);
182 @function terminateDriversForModule
187 IOReturn terminateDriversForModule( const char * moduleName, bool unload = true);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp626 IOReturn IOCatalogue::terminateDriversForModule( function in class:IOCatalogue
684 IOReturn IOCatalogue::terminateDriversForModule( function in class:IOCatalogue
695 ret = terminateDriversForModule(name, unload);
H A DIOUserClient.cpp4120 kr = gIOCatalogue->terminateDriversForModule(name,
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3574 result = gIOCatalogue->terminateDriversForModule(
3593 * kext as IOCatalogue::terminateDriversForModule() removes driver

Completed in 121 milliseconds