Searched refs:addDrivers (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h105 @function addDrivers
111 bool addDrivers( OSArray * array, bool doNubMatching = true );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp290 bool IOCatalogue::addDrivers( function in class:IOCatalogue
330 IOLog("IOCatalogue::addDrivers() encountered non-dictionary; bailing.\n");
H A DIOUserClient.cpp3988 if ( !gIOCatalogue->addDrivers( array ,
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp996 gIOCatalogue->addDrivers(allPersonalities, false);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9036 gIOCatalogue->addDrivers(personalities, startMatching);
9182 gIOCatalogue->addDrivers(personalitiesToSend, startMatching);

Completed in 107 milliseconds