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.cpp132 constexpr auto bootSourceIntf = "xyz.openbmc_project.Control.Boot.Source"; variable
152 bootSourceIntf, powerRestoreIntf}); in getObjects()
1579 getService(ctx, bootSourceIntf, bootSettingsPath, service); in getBootSource()
1583 bootSourceIntf, "BootSource", result); in getBootSource()
1605 getService(ctx, bootSourceIntf, bootSettingsPath, service); in setBootSource()
1609 bootSourceIntf, "BootSource", in setBootSource()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3453 static constexpr auto bootSourceIntf = variable
3532 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3533 variant = getDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemGetEfiBootOptions()
3656 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
3657 setDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemSetEfiBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp202 static constexpr auto bootSourceIntf = variable
250 service = getService(*dbus, ipmi::boot::bootSourceIntf, bootObjPath); in setBootOrder()
251 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootSourceIntf, in setBootOrder()