| /openbmc/qemu/tests/unit/ |
| H A D | test-cutils.c | 190 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_overflow() 198 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_overflow() 206 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_overflow() 222 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_negative() 230 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_negative() 244 g_assert_cmpint(r, ==, -ERANGE); in test_parse_uint_negzero() 275 /* EINVAL has priority over ERANGE */ in test_parse_uint_full_erange_junk() 494 g_assert_cmpint(err, ==, -ERANGE); in test_qemu_strtoi_overflow() 502 g_assert_cmpint(err, ==, -ERANGE); in test_qemu_strtoi_overflow() 510 g_assert_cmpint(err, ==, -ERANGE); in test_qemu_strtoi_overflow() [all...] |
| /openbmc/qemu/util/ |
| H A D | cutils.c | 235 if (retval == -ERANGE || !nptr) { in do_strtosz() 285 retval = -ERANGE; in do_strtosz() 293 retval = -ERANGE; in do_strtosz() 297 } else if (retval == -ERANGE) { in do_strtosz() 343 retval = -ERANGE; in do_strtosz() 467 errno = ERANGE; in qemu_strtoi() 470 errno = ERANGE; in qemu_strtoi() 524 if (errno == ERANGE) { in qemu_strtoui() 540 errno = ERANGE; in qemu_strtoui() 635 if (errno == ERANGE) { in qemu_strtoul() [all …]
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | samsung-i2s.c | 174 return -ERANGE; in i2s_set_fmt() 193 return -ERANGE; in i2s_set_fmt() 211 return -ERANGE; in i2s_set_fmt() 252 return -ERANGE; in i2s_set_samplesize() 316 return -ERANGE; in i2s_tx_init()
|
| /openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
| H A D | 0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch | 9 loop in `__acl_get_uid()`, which causes the loop to act as if ERANGE was 23 an ERANGE error being reported. The same break statement correctly 40 if (err == ERANGE)
|
| /openbmc/u-boot/drivers/mtd/nand/spi/ |
| H A D | gigadevice.c | 42 return -ERANGE; in gd5f1gq4u_ooblayout_ecc() 54 return -ERANGE; in gd5f1gq4u_ooblayout_free()
|
| H A D | micron.c | 43 return -ERANGE; in mt29f2g01abagd_ooblayout_ecc() 55 return -ERANGE; in mt29f2g01abagd_ooblayout_free()
|
| H A D | winbond.c | 40 return -ERANGE; in w25m02gv_ooblayout_ecc() 52 return -ERANGE; in w25m02gv_ooblayout_free()
|
| H A D | macronix.c | 33 return -ERANGE; in mx35lfxge4ab_ooblayout_ecc() 40 return -ERANGE; in mx35lfxge4ab_ooblayout_free()
|
| /openbmc/u-boot/drivers/mtd/nand/ |
| H A D | bbt.c | 85 return -ERANGE; in nanddev_bbt_get_block_status() 118 return -ERANGE; in nanddev_bbt_set_block_status()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 177 #ifndef ERANGE 178 #define ERANGE 34 macro
|
| H A D | yaffs_error.c | 31 { ERANGE , "ERANGE"},
|
| H A D | yaffs_nameval.c | 162 return -ERANGE; in nval_get()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-posix-acl.c | 46 errno = ERANGE; in mp_pacl_listxattr() 100 errno = ERANGE; in mp_dacl_listxattr()
|
| H A D | 9p-xattr-user.c | 63 errno = ERANGE; in mp_user_listxattr()
|
| /openbmc/u-boot/drivers/core/ |
| H A D | regmap.c | 258 return -ERANGE; in regmap_raw_read_range() 266 return -ERANGE; in regmap_raw_read_range() 367 return -ERANGE; in regmap_raw_write_range() 375 return -ERANGE; in regmap_raw_write_range()
|
| /openbmc/qemu/crypto/ |
| H A D | pbkdf-gnutls.c | 63 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
|
| H A D | pbkdf-gcrypt.c | 67 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
|
| H A D | pbkdf-nettle.c | 67 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
|
| /openbmc/u-boot/include/linux/ |
| H A D | errno.h | 37 #define ERANGE 34 /* Math result not representable */ macro
|
| /openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
| H A D | pwm.c | 76 return -ERANGE; in pwm_config()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.l | 174 if (errno == ERANGE)
|
| /openbmc/u-boot/lib/ |
| H A D | errno_str.c | 48 ERRNO_MSG(ERANGE, "Math result not representable"),
|
| /openbmc/qemu/include/qemu/ |
| H A D | range.h | 123 return -ERANGE; in range_init()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 40 if (errno == ERANGE || strlen(x) >= k - 1) {
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 40 if (errno == ERANGE || strlen(x) >= k - 1) {
|