Searched refs:theService (Results 1 – 3 of 3) sorted by relevance
709 IOPlatformExpert::RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDicti… in RegisterServiceInTree() argument720 if (theTreeNode->setObject("service", OSDynamicCast( OSObject, theService))) { in RegisterServiceInTree()731 theService->addPowerChild(aService); in RegisterServiceInTree()745 aService->addPowerChild(theService); in RegisterServiceInTree()
4596 IOService * theService; in is_io_connect_get_service() local4602 theService = client->getService(); in is_io_connect_get_service()4603 if (theService) { in is_io_connect_get_service()4604 theService->retain(); in is_io_connect_get_service()4609 *service = theService; in is_io_connect_get_service()4611 return theService ? kIOReturnSuccess : kIOReturnUnsupported; in is_io_connect_get_service()
246 …virtual bool RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDictionar…