Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOCatalogue.h180 IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true);
188 IOReturn terminateDriversForModule( const char * moduleName, bool unload = true);
/xnu-8020.121.3/iokit/Kernel/
H A DIOCatalogue.cpp841 IOCatalogue::terminateDriversForModule( in terminateDriversForModule() function in IOCatalogue
909 IOCatalogue::terminateDriversForModule( in terminateDriversForModule() function in IOCatalogue
921 ret = terminateDriversForModule(name.get(), unload); in terminateDriversForModule()
H A DIOUserClient.cpp6009 kr = gIOCatalogue->terminateDriversForModule(name, in is_io_catalog_terminate()
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp4175 result = gIOCatalogue->terminateDriversForModule( in removeKext()