Searched refs:bootTypeIntf (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 39 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; 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 | 140 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable 160 dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, in getObjects() 1736 getService(ctx, bootTypeIntf, bootSettingsPath, service); in getBootType() 1745 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in getBootType() 1768 getService(ctx, bootTypeIntf, bootSettingsPath, service); in setBootType() 1771 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in setBootType()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 206 static constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable 263 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder() 265 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in setBootOrder() 333 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in getBootOrder() 335 getDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in getBootOrder()
|