Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnvedit_efi.c243 unsigned long hex_value; in append_value() local
260 if (strict_strtoul(data, 16, &hex_value) < 0) in append_value()
268 tmp_data.u8 = hex_value; in append_value()
271 tmp_data.u16 = hex_value; in append_value()
274 tmp_data.u32 = hex_value; in append_value()
277 tmp_data.u64 = hex_value; in append_value()
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot708 ${hex_value}= Evaluate hex(ord("${data}"))
710 Append To List ${hex1} ${hex_value}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot443 ${hex_value}= Evaluate hex(ord("${data}"))
448 Append To List ${fw_ver_hex_list} ${hex_value}