Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4627 if (!serviceArray) { in serviceAttach()
4628 serviceArray = OSArray::withCapacity(0); in serviceAttach()
4630 serviceArray = OSDynamicCast(OSArray, serviceArray->copyCollection()); in serviceAttach()
4631 assert(serviceArray != NULL); in serviceAttach()
4635 serviceArray->setObject(registryEntryNumber); in serviceAttach()
4638 OSSafeReleaseNULL(serviceArray); in serviceAttach()
5732 assert(serviceArray != NULL); in serviceStop()
5734 serviceArray = OSDynamicCast(OSArray, serviceArray->copyCollection()); in serviceStop()
5735 assert(serviceArray != NULL); in serviceStop()
5743 serviceArray->removeObject(idx); in serviceStop()
[all …]