Home
last modified time | relevance | path

Searched refs:bootSourceIntf (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch40 constexpr auto bootSourceIntf = "xyz.openbmc_project.Control.Boot.Source";
47 - bootSourceIntf, powerRestoreIntf});
50 + bootSourceIntf, powerRestoreIntf});
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp141 constexpr auto bootSourceIntf = "xyz.openbmc_project.Control.Boot.Source"; variable
161 bootSourceIntf, powerRestoreIntf}); in getObjects()
1634 getService(ctx, bootSourceIntf, bootSettingsPath, service); in getBootSource()
1638 bootSourceIntf, "BootSource", result); in getBootSource()
1660 getService(ctx, bootSourceIntf, bootSettingsPath, service); in setBootSource()
1664 bootSourceIntf, "BootSource", in setBootSource()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3454 static constexpr auto bootSourceIntf = variable
3533 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3534 variant = getDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemGetEfiBootOptions()
3657 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
3658 setDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemSetEfiBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp204 static constexpr auto bootSourceIntf = variable
252 service = getService(*dbus, ipmi::boot::bootSourceIntf, bootObjPath); in setBootOrder()
253 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootSourceIntf, in setBootOrder()