Home
last modified time | relevance | path

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

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