| /xnu-11215/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 525 …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 D | IOPlatformActions.cpp | 258 ret = service->callPlatformFunction(function, false, in IOServicePlatformAction()
|
| H A D | IONVRAM.cpp | 779 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 D | IOPlatformExpert.cpp | 1531 IOPlatformExpert::callPlatformFunction(const OSSymbol *functionName, in callPlatformFunction() function in IOPlatformExpert 1569 ret = service->callPlatformFunction(functionName, waitForFunction, in callPlatformFunction()
|
| H A D | IOService.cpp | 1493 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 D | IOPMrootDomain.cpp | 3721 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 D | IOPlatformExpert.h | 291 virtual IOReturn callPlatformFunction(const OSSymbol *functionName,
|
| H A D | IOService.h | 1275 virtual IOReturn callPlatformFunction( const OSSymbol * functionName, 1280 virtual IOReturn callPlatformFunction( const char * functionName,
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 580 …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 D | RootDomain.h | 349 virtual IOReturn callPlatformFunction(
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1052 …result = pe->callPlatformFunction(functionName, false, (void *)rootName, (void *)NULL, (void *)NUL… in IOSecureBSDRoot()
|