Searched refs:bootModeIntf (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 37 constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; 46 - dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, 49 + std::vector<std::string>{bootMboxIntf, bootModeIntf, bootTypeIntf,
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 128 constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; variable 149 dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, in getObjects() 1602 getService(ctx, bootModeIntf, bootSettingsPath, service); in getBootMode() 1605 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in getBootMode() 1627 getService(ctx, bootModeIntf, bootSettingsPath, service); in setBootMode() 1630 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in setBootMode()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 201 static constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; variable 241 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in setBootOrder() 242 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in setBootOrder() 319 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in getBootOrder() 321 getDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in getBootOrder()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 3452 static constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; variable 3525 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemGetEfiBootOptions() 3526 variant = getDbusProperty(*dbus, service, bootObjPath, bootModeIntf, in ipmiOemGetEfiBootOptions() 3652 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemSetEfiBootOptions() 3653 setDbusProperty(*dbus, service, bootObjPath, bootModeIntf, bootModeProp, in ipmiOemSetEfiBootOptions()
|