Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp875 auto stringConf = table::attribute::decodeStringEntry(attrEntry); in checkAttrValueToUpdate() local
878 if (value.size() < stringConf.minLength || in checkAttrValueToUpdate()
879 value.size() > stringConf.maxLength) in checkAttrValueToUpdate()
884 stringConf.minLength, "MAX_LEN", stringConf.maxLength); in checkAttrValueToUpdate()