Searched refs:ToHexString (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_timeline_vis.js | 657 function ToHexString(bytes, prefix, sep) { function 690 ToHexString(req[4], '0x', ' ') + '\n'; 701 ToHexString([req[0]].concat([req[1]]).concat(req[4]), '0x', ' ') + '\n'; 715 ToHexString(req[4], '0x', ' ') + '\n'; 729 ToHexString(req[4], '0x', ' ');
|
H A D | timeline_view.js | 1746 labels.push('Hex : ' + ToHexString(req, '', ' ')); 1752 labels.push('Hex : ' + ToHexString(resp, '', ' '));
|
/openbmc/linux/Documentation/wmi/devices/ |
H A D | dell-wmi-ddv.rst | 266 this are differences in the handling of the ToHexString() ACPI opcode between
|