Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp737 void getOption(tinyxml2::XMLElement* pOption) in getOption() argument
739 if (pOption) in getOption()
744 if (pOption->Attribute("text")) in getOption()
745 valueStr = pOption->Attribute("text"); in getOption()
747 if (pOption->Attribute("value")) in getOption()
748 textStr = pOption->Attribute("value"); in getOption()
765 for (tinyxml2::XMLElement* pOption = in getOptions() local
767 pOption; pOption = pOption->NextSiblingElement("option")) in getOptions()
775 for (tinyxml2::XMLElement* pOption = in getOptions() local
777 pOption; pOption = pOption->NextSiblingElement("option")) in getOptions()
[all …]