Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp709 IOPlatformExpert::RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDicti… in RegisterServiceInTree() argument
720 if (theTreeNode->setObject("service", OSDynamicCast( OSObject, theService))) { in RegisterServiceInTree()
731 theService->addPowerChild(aService); in RegisterServiceInTree()
745 aService->addPowerChild(theService); in RegisterServiceInTree()
H A DIOUserClient.cpp4596 IOService * theService; in is_io_connect_get_service() local
4602 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()
/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h246 …virtual bool RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDictionar…