Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp44 std::optional<std::string> sysType = getSysSpecificJsonDir(sysDirPath, in systemCompatibleCallback() local
46 if (sysType.has_value()) in systemCompatibleCallback()
48 systemType = sysType.value(); in systemCompatibleCallback()
109 std::optional<std::string> sysType = in getPlatformName() local
113 if (sysType.has_value()) in getPlatformName()
115 systemType = sysType.value(); in getPlatformName()
H A Dbios_config.cpp60 initBIOSAttributes(sysType, false); in BIOSConfig()
74 sysType = systemType.value(); in checkSystemTypeAvailability()
75 initBIOSAttributes(sysType, true); in checkSystemTypeAvailability()
89 sysType = systemType; in initBIOSAttributes()
90 fs::path dir{jsonDir / sysType}; in initBIOSAttributes()
541 (jsonDir / sysType / attributesJsonFile)); in constructAttributes()
542 load(jsonDir / sysType / attributesJsonFile, [this](const Json& entry) { in constructAttributes()
631 load(jsonDir / sysType / attributesJsonFile, [&strings](const Json& entry) { in buildAndStoreStringTable()
H A Dbios_config.hpp141 void initBIOSAttributes(const std::string& sysType, bool registerService);
197 std::string sysType; member in pldm::responder::bios::BIOSConfig