Home
last modified time | relevance | path

Searched refs:bootModeIntf (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.patch37 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/fb-ipmi-oem/src/
H A Doemcommands.cpp203 static constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; variable
243 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in setBootOrder()
244 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in setBootOrder()
321 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in getBootOrder()
323 getDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in getBootOrder()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3453 static constexpr auto bootModeIntf = "xyz.openbmc_project.Control.Boot.Mode"; variable
3526 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3527 variant = getDbusProperty(*dbus, service, bootObjPath, bootModeIntf, in ipmiOemGetEfiBootOptions()
3653 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
3654 setDbusProperty(*dbus, service, bootObjPath, bootModeIntf, bootModeProp, in ipmiOemSetEfiBootOptions()