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.hpp785 void getKnob(tinyxml2::XMLElement* pKnob) in getKnob() argument
787 if (pKnob) in getKnob()
798 if (!pKnob->Attribute("name") || !pKnob->Attribute("CurrentVal")) in getKnob()
822 if (pKnob->Attribute("default")) in getKnob()
825 if (pKnob->Attribute("depex")) in getKnob()
828 if (pKnob->Attribute("prompt")) in getKnob()
831 if (pKnob->Attribute("setupType")) in getKnob()
838 getOptions(pKnob); in getKnob()
865 pKnob; pKnob = pKnob->NextSiblingElement("knob")) in getKnobs()
875 pKnob; pKnob = pKnob->NextSiblingElement("knob")) in getKnobs()
[all …]