Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/ !
H A DIOUserServer.cpp4538 OSArray * serviceArray = OSDynamicCast(OSArray, serviceArrayObj); in serviceAttach() local
4539 if (!serviceArray) { in serviceAttach()
4540 serviceArray = OSArray::withCapacity(0); in serviceAttach()
4542 serviceArray = OSDynamicCast(OSArray, serviceArray->copyCollection()); in serviceAttach()
4543 assert(serviceArray != NULL); in serviceAttach()
4547 serviceArray->setObject(registryEntryNumber); in serviceAttach()
4548 setProperty(gIOAssociatedServicesKey, serviceArray); in serviceAttach()
4550 OSSafeReleaseNULL(serviceArray); in serviceAttach()
5609 OSArray * serviceArray = OSDynamicCast(OSArray, serviceArrayObj); in serviceStop() local
5610 assert(serviceArray != NULL); in serviceStop()
[all …]