Home
last modified time | relevance | path

Searched refs:bootObjPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp215 std::string bootObjPath = in objPath() local
217 return std::make_tuple(std::move(bootObjPath), std::move(hostName)); in objPath()
221 void setBootOrder(std::string bootObjPath, const std::vector<uint8_t>& bootSeq, in setBootOrder() argument
243 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in setBootOrder()
244 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in setBootOrder()
252 service = getService(*dbus, ipmi::boot::bootSourceIntf, bootObjPath); in setBootOrder()
253 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootSourceIntf, in setBootOrder()
263 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder()
265 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in setBootOrder()
269 service = getService(*dbus, ipmi::boot::bootEnableIntf, bootObjPath); in setBootOrder()
[all …]
H A Dusb-dbg.cpp50 void setBootOrder(std::string bootObjPath, const std::vector<uint8_t>& bootSeq,
52 void getBootOrder(std::string bootObjPath, std::vector<uint8_t>& bootSeq,
926 auto [bootObjPath, hostName] = ipmi::boot::objPath(pos); in panel_boot_order()
927 ipmi::boot::getBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order()
942 ipmi::boot::setBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3520 auto bootObjPath = oneTimePath; in ipmiOemGetEfiBootOptions() local
3523 bootObjPath = persistentObjPath; in ipmiOemGetEfiBootOptions()
3526 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3527 variant = getDbusProperty(*dbus, service, bootObjPath, bootModeIntf, in ipmiOemGetEfiBootOptions()
3533 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3534 variant = getDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemGetEfiBootOptions()
3644 auto bootObjPath = oneTimePath; in ipmiOemSetEfiBootOptions() local
3647 bootObjPath = persistentObjPath; in ipmiOemSetEfiBootOptions()
3653 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
3654 setDbusProperty(*dbus, service, bootObjPath, bootModeIntf, bootModeProp, in ipmiOemSetEfiBootOptions()
[all …]