Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/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.cpp6148 kr = gIOCatalogue->terminateDriversForModule(name, in is_io_catalog_terminate()
/xnu-8792.61.2/libkern/c++/
H A DOSKext.cpp4416 result = gIOCatalogue->terminateDriversForModule( in removeKext()
5332 result = gIOCatalogue->terminateDriversForModule( in removeDext()