Lines Matching refs:getObject
452 object = gIOInterruptControllers->getObject(name); in lookUpInterruptController()
630 entry = (OSDictionary *) inSubTree->getObject(i); in CheckSubTree()
632 matchingDictionary = (OSDictionary *) entry->getObject("device"); in CheckSubTree()
633 providerDictionary = (OSDictionary *) entry->getObject("provider"); in CheckSubTree()
656 OSNumber * aNumber = (OSNumber *) entry->getObject("multiple-parent"); in CheckSubTree()
681 multipleParentKeyValue = (OSNumber *) entry->getObject("multiple-parent"); in CheckSubTree()
689 if (continueSearch && (NULL != (children = (OSArray *) entry->getObject("children")))) { in CheckSubTree()
719 if (NULL == theTreeNode->getObject("service")) { in RegisterServiceInTree()
726 if (NULL != (children = (OSArray *) theTreeNode->getObject("children"))) { in RegisterServiceInTree()
729 if (NULL != (child = (OSDictionary *) children->getObject(i))) { in RegisterServiceInTree()
730 if (NULL != (aService = (IOService *) child->getObject("service"))) { in RegisterServiceInTree()
743 if (NULL != (aService = (IOService *) theTreeParentNode->getObject("service"))) { in RegisterServiceInTree()
780 ioClass = (OSString *) inDictionary->getObject("IOClass"); in printDictionaryKeys()
789 ioClass = (OSString *) inDictionary->getObject("IOProviderClass"); in printDictionaryKeys()
797 ioClass = (OSString *) inDictionary->getObject("IONameMatch"); in printDictionaryKeys()
806 ioClass = (OSString *) inDictionary->getObject("IONameMatched"); in printDictionaryKeys()
817 cstr = getCStringForObject(inDictionary->getObject("AAPL,clock-id")); in printDictionaryKeys()
829 getCStringForObject(inDictionary->getObject("name"), nameStr, in printDictionaryKeys()