Searched refs:IOFindNameForValue (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 629 const char *IOFindNameForValue(int value,
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOLib.cpp | 1643 IOFindNameForValue(int value, const IONamedValue *regValueArray) in IOFindNameForValue() function
|
| H A D | IOPMrootDomain.cpp | 348 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 D | IOServicePM.cpp | 8426 return IOFindNameForValue(msg, msgNames); in getIOMessageString() 8442 return IOFindNameForValue(phase, phaseNames); in getNotificationPhaseString()
|
| H A D | IOService.cpp | 8049 return IOFindNameForValue(rtn, IOReturn_values); in stringFromReturn()
|