Home
last modified time | relevance | path

Searched refs:retValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-occ-control/test/
H A Docc_dbus_test.cpp39 double retValue = 0; in TEST() local
42 retValue = OccDBusSensors::getOccDBus().getValue(tmpPath); in TEST()
44 EXPECT_EQ(value, retValue); in TEST()
/openbmc/ipmitool/lib/
H A Dipmi_sdradd.c347 unsigned char retValue = 0; in ipmi_hex_to_dec() local
361 retValue += ((strchar[2]-'0') * 16); in ipmi_hex_to_dec()
365 retValue += (((strchar[2]-'a') + 10) * 16); in ipmi_hex_to_dec()
369 retValue += (((strchar[2]-'A') + 10) * 16); in ipmi_hex_to_dec()
378 retValue += ((strchar[3]-'0')); in ipmi_hex_to_dec()
382 retValue += (((strchar[3]-'a') + 10)); in ipmi_hex_to_dec()
386 retValue += (((strchar[3]-'A') + 10)); in ipmi_hex_to_dec()
396 * pDecValue = retValue; in ipmi_hex_to_dec()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp920 message::Payload retValue; in ipmiOEMGetPayload() local
970 retValue.pack(res.payloadVersion); in ipmiOEMGetPayload()
971 retValue.pack(payloadType); in ipmiOEMGetPayload()
972 retValue.pack(res.payloadTotalSize); in ipmiOEMGetPayload()
973 retValue.pack(res.payloadTotalChecksum); in ipmiOEMGetPayload()
974 retValue.pack(res.payloadflag); in ipmiOEMGetPayload()
975 retValue.pack(res.payloadStatus); in ipmiOEMGetPayload()
976 retValue.pack(res.payloadTimeStamp); in ipmiOEMGetPayload()
978 return ipmi::responseSuccess(std::move(retValue)); in ipmiOEMGetPayload()
1044 retValue.pack(payloadType); in ipmiOEMGetPayload()
[all …]
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1224retValue = str(json.dumps(events, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=F…
1225 return retValue