Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c423 int retVal = 0; in yaffsfs_CheckNameLength() local
429 retVal = -1; in yaffsfs_CheckNameLength()
432 retVal = -1; in yaffsfs_CheckNameLength()
435 return retVal; in yaffsfs_CheckNameLength()
1004 int retVal = -1; in yaffs_Dofsync() local
1017 retVal = 0; in yaffs_Dofsync()
1022 return retVal; in yaffs_Dofsync()
1044 int retVal = -1; in yaffs_close() local
1057 retVal = 0; in yaffs_close()
1062 return retVal; in yaffs_close()
[all …]
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/
H A Dampere_mctp_i2c_binding.sh7 retVal=1
16 retVal=0
25 retVal=0
30 echo "$retVal"
34 retVal="1"
37 retVal="0"
39 echo "$retVal"
43 retVal="1"
48 retVal="0"
51 echo "$retVal"
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py308 retVal = "[ "
310 retVal += "[ "
313 retVal += ('%r' % col)
314 retVal += "\n , "
319 retVal += ('(cspan=%s, rspan=%s, %r)'
321 retVal += "]\n , "
322 retVal = retVal[:-2]
323 retVal += "]\n , "
324 retVal = retVal[:-2]
325 return retVal + "]"
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py296 retVal = "[ "
298 retVal += "[ "
301 retVal += ('%r' % col)
302 retVal += "\n , "
307 retVal += ('(cspan=%s, rspan=%s, %r)'
309 retVal += "]\n , "
310 retVal = retVal[:-2]
311 retVal += "]\n , "
312 retVal = retVal[:-2]
313 return retVal + "]"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound/
H A Drun-ptest4 retVal=0
14 retVal=1
17 exit $retVal
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition.cpp39 auto retVal = Host::FirmwareCondition::Unknown; in currentFirmwareCondition() local
59 retVal = (0 == gpioVal) ? Host::FirmwareCondition::Off in currentFirmwareCondition()
68 return retVal; in currentFirmwareCondition()
/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp55 int retVal = select(nextFileDescriptor, nullptr, &writeFileDescriptor, in writeOnUnixSocket() local
57 if (retVal <= 0) in writeOnUnixSocket()
64 if ((retVal > 0) && (FD_ISSET(socket, &writeFileDescriptor))) in writeOnUnixSocket()
160 int retVal = select(numOfFDs, &readFD, nullptr, nullptr, &timeVal); in requestOffload() local
161 if (retVal <= 0) in requestOffload()
168 else if ((retVal > 0) && (FD_ISSET(unixSocket(), &readFD))) in requestOffload()
H A Ddump_utils.hpp109 T retVal{}; in readDBusProperty() local
118 result.read(retVal); in readDBusProperty()
129 return retVal; in readDBusProperty()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.hpp138 T retVal{}; in readDBusProperty() local
148 result.read(retVal); in readDBusProperty()
154 return retVal; in readDBusProperty()
169 T retVal{}; in getAllDBusProperty() local
179 result.read(retVal); in getAllDBusProperty()
185 return retVal; in getAllDBusProperty()
/openbmc/phosphor-power/
H A Dtemporary_subdirectory.cpp39 char* retVal = mkdtemp(templatePath.data()); in TemporarySubDirectory() local
40 if (retVal == nullptr) in TemporarySubDirectory()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp443 auto retVal = server::Host::requestedHostTransition(value); in requestedHostTransition() local
446 return retVal; in requestedHostTransition()
451 auto retVal = bootprogress::Progress::bootProgress(value); in bootProgress() local
453 return retVal; in bootProgress()
458 auto retVal = osstatus::Status::operatingSystemState(value); in operatingSystemState() local
460 return retVal; in operatingSystemState()
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c408 int retVal; in WriteSplitData() local
415 if ((retVal = WriteCD(intf->fd, Sector, in WriteSplitData()
418 return retVal; in WriteSplitData()
484 int retVal; in SendDataToUSBDriver() local
515 if ((retVal = WriteSplitData(intf, ReqBuffer, in SendDataToUSBDriver()
/openbmc/linux/drivers/mtd/maps/
H A Desb2rom.c418 int retVal; in init_esb2rom() local
431 retVal = esb2rom_init_one(pdev, &esb2rom_pci_tbl[0]); in init_esb2rom()
433 printk(KERN_DEBUG "retVal = %d\n", retVal); in init_esb2rom()
434 return retVal; in init_esb2rom()
H A Dck804xrom.c356 int retVal; in init_ck804xrom() local
365 retVal = ck804xrom_init_one(pdev, id); in init_ck804xrom()
367 return retVal; in init_ck804xrom()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp223 uint8_t retVal; in drain() local
232 retVal = static_cast<uint8_t>(bitStream); in drain()
233 raw.push_back(retVal); in drain()
/openbmc/linux/sound/pci/korg1212/
H A Dkorg1212.c474 union swap_u32 retVal, swapper; in LowerWordSwap() local
477 retVal.c[2] = swapper.c[3]; in LowerWordSwap()
478 retVal.c[3] = swapper.c[2]; in LowerWordSwap()
479 retVal.c[1] = swapper.c[1]; in LowerWordSwap()
480 retVal.c[0] = swapper.c[0]; in LowerWordSwap()
482 return retVal.i; in LowerWordSwap()
491 union swap_u32 retVal, swapper; in UpperWordSwap() local
494 retVal.c[2] = swapper.c[2]; in UpperWordSwap()
495 retVal.c[3] = swapper.c[3]; in UpperWordSwap()
496 retVal.c[1] = swapper.c[0]; in UpperWordSwap()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c215 u32 retVal; in halbtcoutsrc_GetWifiLinkStatus() local
223 retVal = _halbtcoutsrc_GetWifiLinkStatus(padapter); in halbtcoutsrc_GetWifiLinkStatus()
224 if (retVal) { in halbtcoutsrc_GetWifiLinkStatus()
225 portConnectedStatus |= retVal; in halbtcoutsrc_GetWifiLinkStatus()
229 retVal = (numOfConnectedPort << 16) | portConnectedStatus; in halbtcoutsrc_GetWifiLinkStatus()
231 return retVal; in halbtcoutsrc_GetWifiLinkStatus()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch50 - const gchar *retVal = g_strdup(object_path);
54 - return retVal;
69 - gchar *retVal = g_strdup(object_path);
73 - return retVal;
208 return retVal;
235 - const gchar *retVal = g_strdup(object_path);
239 - return retVal;
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c84 { retVal = rrr; goto save_state_and_return; };
152 Int32 retVal; in BZ2_decompress() local
236 retVal = BZ_OK; in BZ2_decompress()
668 return retVal; in BZ2_decompress()
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c672 int retVal; in sq_poll() local
675 if ((retVal = sq_setup(&write_sq)) < 0) in sq_poll()
676 return retVal; in sq_poll()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1972 my $retVal = system("$touch $nodisclaim_file");
1973 if( $retVal != 0 ) {
/openbmc/linux/sound/isa/
H A Des18xx.c985 unsigned char retVal = 0; in snd_es18xx_put_mux() local
994 retVal = snd_es18xx_mixer_bits(chip, 0x7a, 0x08, 0x08) != 0x08; in snd_es18xx_put_mux()
997 retVal = snd_es18xx_mixer_bits(chip, 0x7a, 0x08, 0x00) != 0x00; in snd_es18xx_put_mux()
1015 return (snd_es18xx_mixer_bits(chip, 0x1c, 0x07, val) != val) || retVal; in snd_es18xx_put_mux()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.map1 …Arraylike","arr","results","Object","inArray","second","l","grep","inv","retVal","arg","guid","pro…