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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp559 bool IOPlatformExpert::RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider) argument
571 if ( theTreeNode->setObject ("service", OSDynamicCast ( OSObject, theService)) ) {
583 theService->addPowerChild (aService);
596 aService->addPowerChild (theService);
H A DIOUserClient.cpp2606 IOService * theService; local
2610 theService = client->getService();
2611 if( theService)
2612 theService->retain();
2614 *service = theService;
2616 return( theService ? kIOReturnSuccess : kIOReturnUnsupported );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h123 virtual bool RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider);

Completed in 24 milliseconds