Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp525 …err = part->callPlatformFunction(APFSMEDIA_GETHIBERKEY, false, &volUuid, volumeCryptKey, keySize, … in IOGetVolumeCryptKey()
529 …err = part->callPlatformFunction(APFSMEDIA_GETHIBERKEY, false, &volUuid, volumeCryptKey, keySize, … in IOGetVolumeCryptKey()
547 err = part->callPlatformFunction(PLATFORM_FUNCTION_GET_MEDIA_ENCRYPTION_KEY_UUID, false, in IOGetVolumeCryptKey()
561 err = sKeyStore->callPlatformFunction(gAKSGetKey, true, volumeKeyUUID, &vek, NULL, NULL); in IOGetVolumeCryptKey()
734 err = IOService::getPlatform()->callPlatformFunction( in IOPolledFileOpen()
H A DIOPlatformActions.cpp258 ret = service->callPlatformFunction(function, false, in IOServicePlatformAction()
H A DIONVRAM.cpp779 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
826 IODTNVRAMPlatformNotifier::callPlatformFunction( const OSSymbol * functionName, in callPlatformFunction() function in IODTNVRAMPlatformNotifier
838 return super::callPlatformFunction(functionName, waitForFunction, param1, param2, param3, param4); in callPlatformFunction()
H A DIOPlatformExpert.cpp1531 IOPlatformExpert::callPlatformFunction(const OSSymbol *functionName, in callPlatformFunction() function in IOPlatformExpert
1569 ret = service->callPlatformFunction(functionName, waitForFunction, in callPlatformFunction()
H A DIOService.cpp1493 IOService::callPlatformFunction( const OSSymbol * functionName, in callPlatformFunction() function in IOService
1530 result = provider->callPlatformFunction(functionName, waitForFunction, in callPlatformFunction()
1538 IOService::callPlatformFunction( const char * functionName, in callPlatformFunction() function in IOService
1547 result = callPlatformFunction(functionSymbol, waitForFunction, in callPlatformFunction()
8491 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false, in requireMaxCpuDelay()
8546 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false, in setLatencyHandler()
H A DIOPMrootDomain.cpp3721 getPlatform()->callPlatformFunction( in tellChangeUp()
3847 getPlatform()->callPlatformFunction( in sysPowerDownHandler()
7564 ret = getPlatform()->callPlatformFunction(
9471 IOPMrootDomain::callPlatformFunction( function in IOPMrootDomain
9527 return super::callPlatformFunction(
/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h291 virtual IOReturn callPlatformFunction(const OSSymbol *functionName,
H A DIOService.h1275 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
1280 virtual IOReturn callPlatformFunction( const char * functionName,
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp580 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
583 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h349 virtual IOReturn callPlatformFunction(
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1052 …result = pe->callPlatformFunction(functionName, false, (void *)rootName, (void *)NULL, (void *)NUL… in IOSecureBSDRoot()