Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h192 …IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true, bool asynchronous =…
201 …IOReturn terminateDriversForModule( const char * moduleName, bool unload = true, bool asynchronous…
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp949 IOCatalogue::terminateDriversForModule( in terminateDriversForModule() function in IOCatalogue
1018 IOCatalogue::terminateDriversForModule( in terminateDriversForModule() function in IOCatalogue
1031 ret = terminateDriversForModule(name.get(), unload, asynchronous); in terminateDriversForModule()
H A DIOUserClient.cpp6226 kr = gIOCatalogue->terminateDriversForModule(name, in is_io_catalog_terminate()
/xnu-11215/libkern/c++/
H A DOSKext.cpp4610 result = gIOCatalogue->terminateDriversForModule( in removeKext()
5556 result = gIOCatalogue->terminateDriversForModule( in removeDext()