Searched refs:bootSourceIntf (Results 1 – 4 of 4) 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/phosphor-host-ipmid/ |
| H A D | chassishandler.cpp | 141 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 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()
|