Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/qemu/tests/unit/
H A Dtest-cutils.c190 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 Dcutils.c235 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 Dsamsung-i2s.c174 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 D0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch9 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 Dgigadevice.c42 return -ERANGE; in gd5f1gq4u_ooblayout_ecc()
54 return -ERANGE; in gd5f1gq4u_ooblayout_free()
H A Dmicron.c43 return -ERANGE; in mt29f2g01abagd_ooblayout_ecc()
55 return -ERANGE; in mt29f2g01abagd_ooblayout_free()
H A Dwinbond.c40 return -ERANGE; in w25m02gv_ooblayout_ecc()
52 return -ERANGE; in w25m02gv_ooblayout_free()
H A Dmacronix.c33 return -ERANGE; in mx35lfxge4ab_ooblayout_ecc()
40 return -ERANGE; in mx35lfxge4ab_ooblayout_free()
/openbmc/u-boot/drivers/mtd/nand/
H A Dbbt.c85 return -ERANGE; in nanddev_bbt_get_block_status()
118 return -ERANGE; in nanddev_bbt_set_block_status()
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h177 #ifndef ERANGE
178 #define ERANGE 34 macro
H A Dyaffs_error.c31 { ERANGE , "ERANGE"},
H A Dyaffs_nameval.c162 return -ERANGE; in nval_get()
/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c46 errno = ERANGE; in mp_pacl_listxattr()
100 errno = ERANGE; in mp_dacl_listxattr()
H A D9p-xattr-user.c63 errno = ERANGE; in mp_user_listxattr()
/openbmc/u-boot/drivers/core/
H A Dregmap.c258 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 Dpbkdf-gnutls.c63 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
H A Dpbkdf-gcrypt.c67 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
H A Dpbkdf-nettle.c67 error_setg_errno(errp, ERANGE, in qcrypto_pbkdf2()
/openbmc/u-boot/include/linux/
H A Derrno.h37 #define ERANGE 34 /* Math result not representable */ macro
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c76 return -ERANGE; in pwm_config()
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l174 if (errno == ERANGE)
/openbmc/u-boot/lib/
H A Derrno_str.c48 ERRNO_MSG(ERANGE, "Math result not representable"),
/openbmc/qemu/include/qemu/
H A Drange.h123 return -ERANGE; in range_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch40 if (errno == ERANGE || strlen(x) >= k - 1) {
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch40 if (errno == ERANGE || strlen(x) >= k - 1) {

123