Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h125 bool removeDrivers( OSDictionary * matching, bool doNubMatching = true );
128 bool removeDrivers(bool doNubMatching, bool (^shouldRemove)(OSDictionary *personality));
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp505 IOCatalogue::removeDrivers(bool doNubMatching, bool (^shouldRemove)(OSDictionary *personality))
553 IOCatalogue::removeDrivers( in removeDrivers() function in IOCatalogue
560 return removeDrivers(doNubMatching, ^(OSDictionary *dict) { in removeDrivers()
941 removeDrivers(false, ^(OSDictionary *dict) { in resetAfterUserspaceReboot()
997 removeDrivers(dict.get(), true); in terminateDriversForModule()
H A DIOUserClient.cpp6168 if (!gIOCatalogue->removeDrivers( dict, in is_io_catalog_send_data()
/xnu-11215/libkern/c++/
H A DOSKext.cpp15082 gIOCatalogue->removeDrivers(personality.get(), /* startMatching */ true);