Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp1640 static char noValue[80]; // that's pretty variable
1650 snprintf(noValue, sizeof(noValue), "0x%x (UNDEFINED)", value); in IOFindNameForValue()
1651 return (const char *)noValue; in IOFindNameForValue()