Searched refs:tmpValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1062 UInt32 propType, tmpValue; local
1116 tmpValue = tmpNumber->unsigned32BitValue();
1117 if (tmpValue == 0xFFFFFFFF) {
1119 } else if (tmpValue < 1000) {
1120 snprintf((char *)buffer, *length - propNameLength, "%ld", tmpValue);
1122 snprintf((char *)buffer, *length - propNameLength, "0x%lx", tmpValue);

Completed in 22 milliseconds