Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp1549 IOService *service, *_resources; in callPlatformFunction() local
1567 _resources = waitForService(resourceMatching(functionName)); in callPlatformFunction()
1569 _resources = getResourceService(); in callPlatformFunction()
1571 if (_resources == NULL) { in callPlatformFunction()
1575 prop = _resources->copyProperty(functionName); in callPlatformFunction()