Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/ !
H A DIOUserServer.cpp4630 OSArray * serviceArray = OSDynamicCast(OSArray, serviceArrayObj); in serviceAttach() local
4631 if (!serviceArray) { in serviceAttach()
4632 serviceArray = OSArray::withCapacity(0); in serviceAttach()
4634 serviceArray = OSDynamicCast(OSArray, serviceArray->copyCollection()); in serviceAttach()
4635 assert(serviceArray != NULL); in serviceAttach()
4639 serviceArray->setObject(registryEntryNumber); in serviceAttach()
4640 setProperty(gIOAssociatedServicesKey, serviceArray); in serviceAttach()
4642 OSSafeReleaseNULL(serviceArray); in serviceAttach()
5983 OSArray * serviceArray = OSDynamicCast(OSArray, serviceArrayObj); in serviceStop() local
5984 assert(serviceArray != NULL); in serviceStop()
[all …]