Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c271 bool retValue = false; in IsHTHalfNmodeAPs() local
280 retValue = true; in IsHTHalfNmodeAPs()
286 retValue = true; in IsHTHalfNmodeAPs()
288 retValue = true; in IsHTHalfNmodeAPs()
290 retValue = false; in IsHTHalfNmodeAPs()
292 return retValue; in IsHTHalfNmodeAPs()
362 bool retValue = false; in HTIOTActIsDisableMCS15() local
370 retValue = true; in HTIOTActIsDisableMCS15()
376 retValue = false; in HTIOTActIsDisableMCS15()
382 return retValue; in HTIOTActIsDisableMCS15()
[all …]
/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/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/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/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c144 bool retValue = false; in IsHTHalfNmodeAPs() local
153 retValue = true; in IsHTHalfNmodeAPs()
158 retValue = true; in IsHTHalfNmodeAPs()
160 retValue = true; in IsHTHalfNmodeAPs()
162 retValue = false; in IsHTHalfNmodeAPs()
164 return retValue; in IsHTHalfNmodeAPs()
234 u8 retValue = 0; in HTIOTActIsMgntUseCCK6M() local
237 retValue = 1; in HTIOTActIsMgntUseCCK6M()
239 return retValue; in HTIOTActIsMgntUseCCK6M()
244 u8 retValue = 0; in HTIOTActIsCCDFsync() local
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c96 u32 retValue = 0; in phy_RFSerialRead_8723B() local
139 retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBackPi|MaskforPhySet, bLSSIReadBackData); in phy_RFSerialRead_8723B()
142 retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBack|MaskforPhySet, bLSSIReadBackData); in phy_RFSerialRead_8723B()
144 return retValue; in phy_RFSerialRead_8723B()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1224retValue = str(json.dumps(events, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=F…
1225 return retValue