Searched refs:bootSourceIntf (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 40 constexpr auto bootSourceIntf = "xyz.openbmc_project.Control.Boot.Source"; 47 - bootSourceIntf, powerRestoreIntf}); 50 + bootSourceIntf, powerRestoreIntf});
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 3454 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 D | oemcommands.cpp | 204 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()
|