Home
last modified time | relevance | path

Searched refs:IOFindNameForValue (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h629 const char *IOFindNameForValue(int value,
/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp1643 IOFindNameForValue(int value, const IONamedValue *regValueArray) in IOFindNameForValue() function
H A DIOPMrootDomain.cpp348 return IOFindNameForValue(state, powerStates); in getPowerStateString()
427 return IOFindNameForValue(type, aggressivenessTypes); in getAggressivenessTypeString()
492 return IOFindNameForValue(preventer, systemSleepPreventers); in getSystemSleepPreventerString()
5294 strlcat(currentFactorsBuf, IOFindNameForValue(factor, factorValues), sizeof(currentFactorsBuf)); in evaluateSystemSleepPolicy()
H A DIOServicePM.cpp8426 return IOFindNameForValue(msg, msgNames); in getIOMessageString()
8442 return IOFindNameForValue(phase, phaseNames); in getNotificationPhaseString()
H A DIOService.cpp8049 return IOFindNameForValue(rtn, IOReturn_values); in stringFromReturn()