Home
last modified time | relevance | path

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

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