Searched refs:EOVERFLOW (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h93 #define EOVERFLOW 112 /* Value too large for defined data type */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h54 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h68 #define EOVERFLOW 92 /* Value too large for defined data type */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h93 #define EOVERFLOW 112 /* Value too large for defined data type */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h54 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h68 #define EOVERFLOW 92 /* Value too large for defined data type */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/linux-master/lib/
H A Dbitmap-str.c254 return ERR_PTR(-EOVERFLOW);
372 * - ``-EOVERFLOW``: integer overflow in the input parameters
451 return ERR_PTR(-EOVERFLOW);
468 * than 32 bits (%-EOVERFLOW), and if a chunk specifies a smaller value
488 return -EOVERFLOW;
506 return -EOVERFLOW;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h43 #define EOVERFLOW 72 /* Value too large for defined data type */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h43 #define EOVERFLOW 72 /* Value too large for defined data type */ macro
/linux-master/fs/
H A Dstatfs.c138 return -EOVERFLOW;
145 return -EOVERFLOW;
148 return -EOVERFLOW;
273 return -EOVERFLOW;
278 return -EOVERFLOW;
281 return -EOVERFLOW;
328 return -EOVERFLOW;
H A Dstat.c334 return -EOVERFLOW;
338 return -EOVERFLOW;
344 return -EOVERFLOW;
403 return -EOVERFLOW;
405 return -EOVERFLOW;
408 return -EOVERFLOW;
415 return -EOVERFLOW;
419 return -EOVERFLOW;
558 return -EOVERFLOW;
720 return -EOVERFLOW;
[all...]
H A Dattr.c473 return -EOVERFLOW;
477 return -EOVERFLOW;
484 return -EOVERFLOW;
487 return -EOVERFLOW;
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa_i2c.c31 return -EOVERFLOW;
H A Dmprls0025pa_spi.c46 return -EOVERFLOW;
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c55 err = -EOVERFLOW;
143 err = -EOVERFLOW;
229 err = -EOVERFLOW;
253 err = -EOVERFLOW;
344 err = -EOVERFLOW;
/linux-master/io_uring/
H A Dmsg_ring.c116 ret = -EOVERFLOW;
146 ret = -EOVERFLOW;
200 * completes with -EOVERFLOW, then the sender must ensure that a
204 ret = -EOVERFLOW;
/linux-master/include/linux/usb/
H A Dgadget_configfs.h74 ret = -EOVERFLOW; \
/linux-master/drivers/power/reset/
H A Dkeystone-reset.c132 if (ret == -EOVERFLOW && !i) {
/linux-master/net/netfilter/
H A Dnft_limit.c74 return -EOVERFLOW;
83 return -EOVERFLOW;
89 return -EOVERFLOW;
98 return -EOVERFLOW;
H A Dnft_numgen.c67 return -EOVERFLOW;
166 return -EOVERFLOW;
/linux-master/fs/verity/
H A Dmeasure.c47 return -EOVERFLOW;
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.c21 return -EOVERFLOW;
48 return -EOVERFLOW;
/linux-master/drivers/power/supply/
H A Dpower_supply_hwmon.c238 return -EOVERFLOW;
274 return -EOVERFLOW;

Completed in 504 milliseconds

1234567891011>>