Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Exclaves/
H A DExclaves.h49 extern const OSSymbol * gDARTMapperFunctionSetActive;
H A DExclaves.cpp51 const OSSymbol *gDARTMapperFunctionSetActive; variable
581 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
584 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
/xnu-12377.41.6/iokit/Kernel/
H A DIOService.cpp704 gDARTMapperFunctionSetActive = OSSymbol::withCStringNoCopy("setActive"); in initialize()