/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/ |
H A D | meson.build | 7 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig' 10 'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(), 12 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', 26 'xyz/openbmc_project/BIOSConfig/Common', 34 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(), 36 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', 50 'xyz/openbmc_project/BIOSConfig/Manager', 58 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(), 60 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', 74 'xyz/openbmc_project/BIOSConfig/Password', [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.hpp | 66 class BIOSConfig class 69 BIOSConfig() = delete; 70 BIOSConfig(const BIOSConfig&) = delete; 71 BIOSConfig(BIOSConfig&&) = delete; 72 BIOSConfig& operator=(const BIOSConfig&) = delete; 73 BIOSConfig& operator=(BIOSConfig&&) = delete; 74 ~BIOSConfig() = default; 88 explicit BIOSConfig(
|
H A D | bios_config.cpp | 10 #include <xyz/openbmc_project/BIOSConfig/Manager/server.hpp> 32 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager; 42 BIOSConfig::BIOSConfig( in BIOSConfig() function in pldm::responder::bios::BIOSConfig 65 void BIOSConfig::checkSystemTypeAvailability() in checkSystemTypeAvailability() 79 std::bind(&BIOSConfig::initBIOSAttributes, this, in checkSystemTypeAvailability() 85 void BIOSConfig::initBIOSAttributes(const std::string& systemType, in initBIOSAttributes() 108 void BIOSConfig::buildTables() in buildTables() 117 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable() 135 int BIOSConfig [all...] |
H A D | bios.hpp | 96 BIOSConfig biosConfig;
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Common' 6 'xyz/openbmc_project/BIOSConfig/Common__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', 22 'xyz/openbmc_project/BIOSConfig/Common',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Password' 6 'xyz/openbmc_project/BIOSConfig/Password__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', 28 'xyz/openbmc_project/BIOSConfig/Password',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Manager' 6 'xyz/openbmc_project/BIOSConfig/Manager__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', 28 'xyz/openbmc_project/BIOSConfig/Manager',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/SecureBoot/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/SecureBoot' 6 'xyz/openbmc_project/BIOSConfig/SecureBoot__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.interface.yaml', 28 'xyz/openbmc_project/BIOSConfig/SecureBoot',
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager_serialize.cpp | 47 archive(entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save() 49 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save() 89 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load() 92 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load()
|
H A D | password.cpp | 34 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error; 239 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password( in Password()
|
H A D | manager.cpp | 33 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error; 391 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager( in Manager()
|
/openbmc/openpower-proc-control/service_files/ |
H A D | op-clear-sys-dump-active@.service.in | 15 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \ 17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
|
H A D | op-enter-mpreboot@.service.in | 20 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \ 22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled" \
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_systemspecific_bios_test.cpp | 98 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() 271 BIOSConfig biosConfig("./system_type1/bios_jsons", tableDir.c_str(), in TEST_F() 339 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 365 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 383 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 411 BIOSConfig biosConfig("./bios_jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F()
|
H A D | libpldmresponder_bios_config_test.cpp | 91 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() 260 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 285 BIOSConfig biosConfig("./jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F() 302 BIOSConfig biosConfig("./jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F() 326 BIOSConfig biosConfig("./bios_jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F()
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 29 /xyz/openbmc_project/BIOSConfig/Manager 86 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String", 111 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer", 160 xyz.openbmc_project.BIOSConfig.Password 181 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac…
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | computer_system.hpp | 197 BIOSConfig, enumerator 404 {DecommissionType::BIOSConfig, "BIOSConfig"},
|
/openbmc/bios-settings-mgr/include/ |
H A D | password.hpp | 40 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password;
|
H A D | manager.hpp | 33 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager;
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | README.md | 31 ### Interface xyz.openbmc_project.BIOSConfig.Password
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ |
H A D | meson.build | 4 subdir('BIOSConfig') subdir
|
/openbmc/pldm/ |
H A D | README.md | 209 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac… 217 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac…
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |