Searched refs:sysInfoParamStore (Results 1 – 1 of 1) sorted by relevance
1340 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore; variable1414 if (sysInfoParamStore == nullptr) in ipmiAppGetSystemInfo()1416 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()1417 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppGetSystemInfo()1425 sysInfoParamStore->lookup(IPMI_SYSINFO_SYSTEM_FW_VERSION); in ipmiAppGetSystemInfo()1434 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_FW_VERSION, in ipmiAppGetSystemInfo()1441 sysInfoParamStore->lookup(paramSelector); in ipmiAppGetSystemInfo()1525 if (!sysInfoParamStore) in ipmiAppSetSystemInfo()1527 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()1528 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppSetSystemInfo()[all …]