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.cpp237 bootObjPath); in setBootOrder()
257 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder()
306 setBootOrder(bootObjPath, bootSeq, hostName); in getBootOrder()
315 bootObjPath); in getBootOrder()
316 Value variant = getDbusProperty(*dbus, service, bootObjPath, in getBootOrder()
328 variant = getDbusProperty(*dbus, service, bootObjPath, in getBootOrder()
337 variant = getDbusProperty(*dbus, service, bootObjPath, in getBootOrder()
1060 auto [bootObjPath, hostName] = ipmi::boot::objPath(*hostId); in ipmiOemSetBootOrder()
1062 ipmi::boot::setBootOrder(bootObjPath, bootSeq, hostName); in ipmiOemSetBootOrder()
1082 auto [bootObjPath, hostName] = ipmi::boot::objPath(*hostId); in ipmiOemGetBootOrder()
[all …]
H A Dusb-dbg.cpp49 void setBootOrder(std::string bootObjPath, const std::vector<uint8_t>& bootSeq,
51 void getBootOrder(std::string bootObjPath, std::vector<uint8_t>& bootSeq,
1119 auto [bootObjPath, hostName] = ipmi::boot::objPath(pos); in panel_boot_order()
1120 ipmi::boot::getBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order()
1135 ipmi::boot::setBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3527 auto bootObjPath = oneTimePath; in ipmiOemGetEfiBootOptions() local
3530 bootObjPath = persistentObjPath; in ipmiOemGetEfiBootOptions()
3533 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3534 variant = getDbusProperty(*dbus, service, bootObjPath, bootModeIntf, in ipmiOemGetEfiBootOptions()
3540 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemGetEfiBootOptions()
3541 variant = getDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemGetEfiBootOptions()
3651 auto bootObjPath = oneTimePath; in ipmiOemSetEfiBootOptions() local
3654 bootObjPath = persistentObjPath; in ipmiOemSetEfiBootOptions()
3660 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
3664 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemSetEfiBootOptions()
[all …]