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.cpp131 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type";
151 dbus, std::vector<std::string>{bootModeIntf, bootTypeIntf, in getObjects()
1681 getService(ctx, bootTypeIntf, bootSettingsPath, service); in setBootType()
1690 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in setBootType()
1713 getService(ctx, bootTypeIntf, bootSettingsPath, service); in getBootEnable()
1716 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootTypeIntf, in getBootEnable()
129 constexpr auto bootTypeIntf = "xyz.openbmc_project.Control.Boot.Type"; global() variable
/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()