Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_parse.js344 let g_ipmi_parse_buf = ''; variable
352 g_ipmi_parse_buf = '';
355 g_ipmi_parse_buf += x;
361 let idx = g_ipmi_parse_buf.indexOf('\n');
363 let l = g_ipmi_parse_buf.substr(0, idx);
365 g_ipmi_parse_buf = g_ipmi_parse_buf.substr(idx + 1);