Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1531 IOPlatformExpert::callPlatformFunction(const OSSymbol *functionName, in callPlatformFunction() argument
1540 if (functionName == gIOPlatformQuiesceActionKey || in callPlatformFunction()
1541 functionName == gIOPlatformActiveActionKey || in callPlatformFunction()
1542 functionName == gIOPlatformPanicActionKey) { in callPlatformFunction()
1549 getMetaClass()->getClassName(), functionName->getCStringNoCopy()); in callPlatformFunction()
1554 _resources = waitForService(resourceMatching(functionName)); in callPlatformFunction()
1562 prop = _resources->copyProperty(functionName); in callPlatformFunction()
1569 ret = service->callPlatformFunction(functionName, waitForFunction, in callPlatformFunction()
H A DIONVRAM.cpp779 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
826 IODTNVRAMPlatformNotifier::callPlatformFunction( const OSSymbol * functionName, in callPlatformFunction() argument
831 if ((functionName == gIOPlatformWakeActionKey) && in callPlatformFunction()
838 return super::callPlatformFunction(functionName, waitForFunction, param1, param2, param3, param4); in callPlatformFunction()
H A DIOService.cpp1493 IOService::callPlatformFunction( const OSSymbol * functionName, in callPlatformFunction() argument
1501 if (functionName == gIOPlatformQuiesceActionKey || in callPlatformFunction()
1502 functionName == gIOPlatformActiveActionKey || in callPlatformFunction()
1503 functionName == gIOPlatformPanicActionKey) { in callPlatformFunction()
1510 getMetaClass()->getClassName(), functionName->getCStringNoCopy()); in callPlatformFunction()
1514 if (gIOPlatformFunctionHandlerSet == functionName) { in callPlatformFunction()
1530 result = provider->callPlatformFunction(functionName, waitForFunction, in callPlatformFunction()
1538 IOService::callPlatformFunction( const char * functionName, in callPlatformFunction() argument
1544 const OSSymbol *functionSymbol = OSSymbol::withCString(functionName); in callPlatformFunction()
H A DIOPMrootDomain.cpp9472 const OSSymbol * functionName, argument
9477 if (pmTracer && functionName &&
9478 functionName->isEqualTo(kIOPMRegisterNVRAMTracePointHandlerKey) &&
9512 else if (functionName &&
9513 functionName->isEqualTo(kIOPMInstallSystemSleepPolicyHandlerKey)) {
9528 functionName, waitForFunction, param1, param2, param3, param4);
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1043 const OSSymbol *functionName = OSSymbol::withCStringNoCopy("SecureRootName"); in IOSecureBSDRoot() local
1052 …result = pe->callPlatformFunction(functionName, false, (void *)rootName, (void *)NULL, (void *)NUL… in IOSecureBSDRoot()
1053 functionName->release(); in IOSecureBSDRoot()
/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/IOKit/pwr_mgt/
H A DRootDomain.h350 const OSSymbol *functionName,