Searched refs:ERANGE (Results 1 - 25 of 721) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dread_vsyscall.c18 { .name = "probe_read_kernel", .ret = -ERANGE },
19 { .name = "probe_read_kernel_str", .ret = -ERANGE },
20 { .name = "probe_read", .ret = -ERANGE },
21 { .name = "probe_read_str", .ret = -ERANGE },
H A Dempty_skb.c60 .ret = -ERANGE,
61 .lwt_egress_ret = -ERANGE,
74 .ret = -ERANGE,
75 .lwt_egress_ret = -ERANGE,
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h38 #define ERANGE 34 /* Math result not representable */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h38 #define ERANGE 34 /* Math result not representable */ macro
/linux-master/lib/
H A Dkstrtox.c104 return -ERANGE;
128 * Returns 0 on success, -ERANGE on overflow and -EINVAL on parsing error.
152 * Returns 0 on success, -ERANGE on overflow and -EINVAL on parsing error.
166 return -ERANGE;
173 return -ERANGE;
190 return -ERANGE;
206 return -ERANGE;
224 * Returns 0 on success, -ERANGE on overflow and -EINVAL on parsing error.
237 return -ERANGE;
255 * Returns 0 on success, -ERANGE o
[all...]
H A Dparser.c136 * string and returns 0. Returns -EINVAL or -ERANGE on failure.
146 return -ERANGE;
152 ret = -ERANGE;
168 * string and returns 0. Returns -EINVAL or -ERANGE on failure.
177 return -ERANGE;
192 * and returns 0. Returns -EINVAL or -ERANGE on failure.
208 * and returns 0. Returns -EINVAL or -ERANGE on failure.
215 return -ERANGE;
231 * and returns 0. Returns -EINVAL or -ERANGE on failure.
247 * and returns 0. Returns -EINVAL or -ERANGE o
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_btf.c35 case -ERANGE:
/linux-master/drivers/mtd/nand/spi/
H A Dato.c34 return -ERANGE;
45 return -ERANGE;
H A Dforesee.c31 return -ERANGE;
38 return -ERANGE;
H A Dxtx.c45 return -ERANGE;
57 return -ERANGE;
98 return -ERANGE;
110 return -ERANGE;
H A Dparagon.c45 return -ERANGE;
57 return -ERANGE;
H A Desmt.c71 return -ERANGE;
86 return -ERANGE;
/linux-master/tools/lib/bpf/
H A Dlibbpf_errno.c66 return libbpf_err(-ERANGE);
73 return libbpf_err(-ERANGE);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN))
32 return -ERANGE;
41 return -ERANGE;
/linux-master/tools/power/cpupower/lib/
H A Dacpi_cppc.c55 if (endp == linebuf || errno == ERANGE)
/linux-master/drivers/mtd/nand/raw/
H A Dsm_common.c16 return -ERANGE;
44 return -ERANGE;
65 return -ERANGE;
88 return -ERANGE;
/linux-master/fs/hfs/
H A Dattr.c49 res = -ERANGE;
56 res = -ERANGE;
98 res = size ? -ERANGE : 4;
106 res = size ? -ERANGE : 4;
/linux-master/drivers/mtd/nand/
H A Dbbt.c68 * Return: a positive number nand_bbt_block_status status or -%ERANGE if @entry
81 return -ERANGE;
101 * Return: 0 in case of success or -%ERANGE if @entry is bigger than the BBT
114 return -ERANGE;
H A Decc.c170 return -ERANGE;
180 return -ERANGE;
193 return -ERANGE;
197 return -ERANGE;
230 return -ERANGE;
245 return -ERANGE;
275 return -ERANGE;
290 return -ERANGE;
303 return -ERANGE;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h105 -ERANGE, /* IAVF_AQ_RC_ERANGE */
117 return -ERANGE;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h105 -ERANGE, /* I40E_AQ_RC_ERANGE */
117 return -ERANGE;
/linux-master/kernel/bpf/
H A Dmprog.c238 int ret, idx = -ERANGE, tidx;
257 ret = -ERANGE;
263 ret = tidx < -1 ? tidx : -ERANGE;
271 ret = tidx < 0 ? tidx : -ERANGE;
285 ret = -ERANGE;
337 int ret, idx = -ERANGE, tidx;
361 ret = tidx < -1 ? tidx : -ERANGE;
369 ret = tidx < 0 ? tidx : -ERANGE;
383 ret = -ERANGE;
/linux-master/arch/arm64/kernel/
H A Dmodule.c199 return -ERANGE;
203 return -ERANGE;
215 return -ERANGE;
219 return -ERANGE;
277 return -ERANGE;
312 return -ERANGE;
491 if (ovf && ovf != -ERANGE)
532 if (ovf == -ERANGE) {
547 if (overflow_check && ovf == -ERANGE)
/linux-master/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c90 return -ERANGE;
185 * Returns: 0 upon success or -ERANGE if the reference clock rate is
194 return -ERANGE;
245 return -ERANGE;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.c90 return -ERANGE;
119 return -ERANGE;
159 return -ERANGE;

Completed in 722 milliseconds

1234567891011>>