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.cpp129 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable
149 dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, in getObjects()
1652 getService(ctx, bootTypeIntf, bootSettingsPath, service); in getBootType()
1661 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in getBootType()
1684 getService(ctx, bootTypeIntf, bootSettingsPath, service); in setBootType()
1687 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in setBootType()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp204 static constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; variable
261 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder()
263 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in setBootOrder()
331 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in getBootOrder()
333 getDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in getBootOrder()