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

/macosx-10.9.5/xnu-2422.115.4/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.cpp2645 IOService * theService; local
2649 theService = client->getService();
2650 if( theService)
2651 theService->retain();
2653 *service = theService;
2655 return( theService ? kIOReturnSuccess : kIOReturnUnsupported );
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dctx.c1660 CFNetServiceRef theService = _CFNetServiceCreateFromURL(NULL, ctx->ct_url); local
1673 if (theService == NULL)
1687 serviceNameType = CFNetServiceGetType(theService);
1688 displayServiceName = CFNetServiceGetName(theService);
1696 } else if (CFNetServiceResolveWithTimeout(theService, 30, &debug_error) == TRUE) {
1697 retAddresses = CFNetServiceGetAddressing(theService);
1776 if (theService)
1777 CFRelease(theService);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h125 virtual bool RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider);

Completed in 163 milliseconds