Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp1503 IOService *service, *_resources; in callPlatformFunction() local
1521 _resources = waitForService(resourceMatching(functionName)); in callPlatformFunction()
1523 _resources = getResourceService(); in callPlatformFunction()
1525 if (_resources == NULL) { in callPlatformFunction()
1529 prop = _resources->copyProperty(functionName); in callPlatformFunction()