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