Home
last modified time | relevance | path

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

/openbmc/ipmi-fru-parser/
H A Dfrup.cpp197 uint8_t type_code; in _parse_type_length() local
219 type_code = (type_length & IPMI_FRU_TYPE_LENGTH_TYPE_CODE_MASK) >> in _parse_type_length()
227 if (type_code == IPMI_FRU_TYPE_LENGTH_TYPE_CODE_LANGUAGE_CODE && in _parse_type_length()
598 int type_code = (type_length & IPMI_FRU_TYPE_LENGTH_TYPE_CODE_MASK) >> in _append_to_dict() local
620 switch (type_code) in _append_to_dict()