Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/Exclaves/
H A DExclaves.h47 extern const OSSymbol * gDARTMapperFunctionSetActive;
H A DExclaves.cpp50 const OSSymbol *gDARTMapperFunctionSetActive; variable
555 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
558 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
/xnu-11215.41.3/iokit/Kernel/
H A DIOService.cpp693 gDARTMapperFunctionSetActive = OSSymbol::withCStringNoCopy("setActive"); in initialize()