Lines Matching refs:OSDictionary

75 void printDictionaryKeys(OSDictionary * inDictionary, char * inMsg);
110 static OSDictionary * gIOInterruptControllers;
159 gIOInterruptControllers = OSDictionary::withCapacity(1); in start()
201 OSDictionary * dict; in configure()
207 while ((dict = OSDynamicCast( OSDictionary, in configure()
226 IOPlatformExpert::createNub( OSDictionary * from ) in createNub()
472 OSDictionary *matching = serviceMatching("IOInterruptController"); in setCPUInterruptProperties()
605 …ckSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) in CheckSubTree()
609 OSDictionary * entry; in CheckSubTree()
610 OSDictionary * matchingDictionary; in CheckSubTree()
611 OSDictionary * providerDictionary; in CheckSubTree()
612 OSDictionary * deviceDictionary; in CheckSubTree()
613 OSDictionary * nubDictionary; in CheckSubTree()
630 entry = (OSDictionary *) inSubTree->getObject(i); in CheckSubTree()
632 matchingDictionary = (OSDictionary *) entry->getObject("device"); in CheckSubTree()
633 providerDictionary = (OSDictionary *) entry->getObject("provider"); in CheckSubTree()
709 …rmExpert::RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDictionary *… in RegisterServiceInTree()
715 OSDictionary * child; in RegisterServiceInTree()
729 if (NULL != (child = (OSDictionary *) children->getObject(i))) { in RegisterServiceInTree()
763 printDictionaryKeys(OSDictionary * inDictionary, char * inMsg) in printDictionaryKeys()
1960 OSDictionary *
2116 UInt32 type, OSDictionary * properties, in newUserClient()