Searched refs:bootObjPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 213 std::string bootObjPath = in objPath() local 215 return std::make_tuple(std::move(bootObjPath), std::move(hostName)); in objPath() 219 void setBootOrder(std::string bootObjPath, const std::vector<uint8_t>& bootSeq, in setBootOrder() argument 241 getService(*dbus, ipmi::boot::bootModeIntf, bootObjPath); in setBootOrder() 242 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootModeIntf, in setBootOrder() 250 service = getService(*dbus, ipmi::boot::bootSourceIntf, bootObjPath); in setBootOrder() 251 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootSourceIntf, in setBootOrder() 261 service = getService(*dbus, ipmi::boot::bootTypeIntf, bootObjPath); in setBootOrder() 263 setDbusProperty(*dbus, service, bootObjPath, ipmi::boot::bootTypeIntf, in setBootOrder() 267 service = getService(*dbus, ipmi::boot::bootEnableIntf, bootObjPath); in setBootOrder() [all …]
|
H A D | usb-dbg.cpp | 50 void setBootOrder(std::string bootObjPath, const std::vector<uint8_t>& bootSeq, 52 void getBootOrder(std::string bootObjPath, std::vector<uint8_t>& bootSeq, 912 auto [bootObjPath, hostName] = ipmi::boot::objPath(pos); in panel_boot_order() 913 ipmi::boot::getBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order() 928 ipmi::boot::setBootOrder(bootObjPath, bootSeq, hostName); in panel_boot_order()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 3519 auto bootObjPath = oneTimePath; in ipmiOemGetEfiBootOptions() local 3522 bootObjPath = persistentObjPath; in ipmiOemGetEfiBootOptions() 3525 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemGetEfiBootOptions() 3526 variant = getDbusProperty(*dbus, service, bootObjPath, bootModeIntf, in ipmiOemGetEfiBootOptions() 3532 service = getService(*dbus, bootSourceIntf, bootObjPath); in ipmiOemGetEfiBootOptions() 3533 variant = getDbusProperty(*dbus, service, bootObjPath, bootSourceIntf, in ipmiOemGetEfiBootOptions() 3643 auto bootObjPath = oneTimePath; in ipmiOemSetEfiBootOptions() local 3646 bootObjPath = persistentObjPath; in ipmiOemSetEfiBootOptions() 3652 service = getService(*dbus, bootModeIntf, bootObjPath); in ipmiOemSetEfiBootOptions() 3653 setDbusProperty(*dbus, service, bootObjPath, bootModeIntf, bootModeProp, in ipmiOemSetEfiBootOptions() [all …]
|