Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOLib.h637 const char *IOFindNameForValue(int value,
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp1646 IOFindNameForValue(int value, const IONamedValue *regValueArray) in IOFindNameForValue() function
H A DIOPMrootDomain.cpp354 return IOFindNameForValue(state, powerStates); in getPowerStateString()
433 return IOFindNameForValue(type, aggressivenessTypes); in getAggressivenessTypeString()
500 return IOFindNameForValue(preventer, systemSleepPreventers); in getSystemSleepPreventerString()
5346 strlcat(currentFactorsBuf, IOFindNameForValue(factor, factorValues), sizeof(currentFactorsBuf));
H A DIOServicePM.cpp8712 return IOFindNameForValue(msg, msgNames); in getIOMessageString()
8728 return IOFindNameForValue(phase, phaseNames); in getNotificationPhaseString()
H A DIOService.cpp8218 return IOFindNameForValue(rtn, IOReturn_values); in stringFromReturn()