Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/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.cpp6185 kr = gIOCatalogue->terminateDriversForModule(name, in is_io_catalog_terminate()
/xnu-10002.41.9/libkern/c++/
H A DOSKext.cpp4482 result = gIOCatalogue->terminateDriversForModule( in removeKext()
5422 result = gIOCatalogue->terminateDriversForModule( in removeDext()