Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2145 OSArray * copyArray = NULL; in applyToInterestNotifiers() local
2154 copyArray = OSArray::withCapacity(1); in applyToInterestNotifiers()
2161 copyArray->setObject(notify); in applyToInterestNotifiers()
2166 if (copyArray) { in applyToInterestNotifiers()
2170 for (index = 0; (next = copyArray->getObject( index )); index++) { in applyToInterestNotifiers()
2173 copyArray->release(); in applyToInterestNotifiers()