Home
last modified time | relevance | path

Searched refs:initArray (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h83 bool init( OSArray * initArray );
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp168 IOCatalogue::init(OSArray * initArray) in init() argument
181 for (unsigned int idx = 0; (obj = initArray->getObject(idx)); idx++) { in init()