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 | 132 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 D | oemcommands.cpp | 3453 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 D | oemcommands.cpp | 202 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()
|