Home
last modified time | relevance | path

Searched refs:bootTypeIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch39 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 Dchassishandler.cpp136 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable
156 dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, in getObjects()
1674 boost::system::error_code ec = getService(ctx, bootTypeIntf, in getBootType()
1684 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in getBootType()
1707 boost::system::error_code ec = getService(ctx, bootTypeIntf, in setBootType()
1711 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in setBootType()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp200 static constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable
257 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder()
259 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in setBootOrder()
327 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in getBootOrder()
329 ipmi::boot::bootTypeIntf, in getBootOrder()