Home
last modified time | relevance | path

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

/openbmc/ipmi-fru-parser/
H A Dfrup.cpp602 char bin_byte[3] = {0}; in _append_to_dict() local
627 snprintf(bin_byte, 3, "%02x", vpd_key_val[val]); in _append_to_dict()
636 strncat(bin_copy, bin_byte, 2); in _append_to_dict()