Home
last modified time | relevance | path

Searched refs:BIOSConfig (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/
H A Dmeson.build7 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 Dbios_config.hpp66 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 Dbios_config.cpp10 #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 Dbios.hpp96 BIOSConfig biosConfig;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/
H A Dmeson.build3 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 Dmeson.build3 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 Dmeson.build3 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 Dmeson.build3 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 Dmanager_serialize.cpp47 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 Dpassword.cpp34 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error;
239 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password( in Password()
H A Dmanager.cpp33 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 Dop-clear-sys-dump-active@.service.in15 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \
17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
H A Dop-enter-mpreboot@.service.in20 /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 Dlibpldmresponder_systemspecific_bios_test.cpp98 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 Dlibpldmresponder_bios_config_test.cpp91 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 DREADME.md29 /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 Dcomputer_system.hpp197 BIOSConfig, enumerator
404 {DecommissionType::BIOSConfig, "BIOSConfig"},
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp40 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password;
H A Dmanager.hpp33 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DREADME.md31 ### Interface xyz.openbmc_project.BIOSConfig.Password
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build4 subdir('BIOSConfig') subdir
/openbmc/pldm/
H A DREADME.md209 …/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/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok0.0.log[all...]

12