Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp756 void getOptions(tinyxml2::XMLElement* pKnob) in getOptions() argument
761 tinyxml2::XMLElement* pOptions = pKnob->FirstChildElement("options"); in getOptions()
785 void getKnob(tinyxml2::XMLElement* pKnob) in getKnob() argument
787 if (pKnob) in getKnob()
798 if (!pKnob->Attribute("name") || !pKnob->Attribute("CurrentVal")) in getKnob()
803 nameStr = pKnob->Attribute("name"); in getKnob()
804 currentValStr = pKnob->Attribute("CurrentVal"); in getKnob()
819 if (pKnob->Attribute("description")) in getKnob()
820 descriptionStr = pKnob->Attribute("description"); in getKnob()
822 if (pKnob->Attribute("default")) in getKnob()
[all …]