Searched refs:E2BIG (Results 226 - 250 of 421) sorted by relevance

1234567891011>>

/linux-master/drivers/xen/
H A Dprivcmd.c649 return -E2BIG;
663 rc = -E2BIG;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c824 if (err == -ENXIO || err == -E2BIG) {
843 if (err == -ENXIO || err == -E2BIG || err == -ENOMEM) {
H A Di915_gem_gtt.c74 return -E2BIG;
125 return ERR_PTR(-E2BIG);
/linux-master/drivers/tee/
H A Dtee_core.c239 rc = -E2BIG;
255 rc = -E2BIG;
/linux-master/drivers/media/mc/
H A Dmc-entity.c203 return -E2BIG;
495 return -E2BIG;
/linux-master/arch/arm64/kvm/hyp/
H A Dpgtable.c966 return -E2BIG;
1041 if (ret != -E2BIG)
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c247 return -E2BIG;
424 return -E2BIG;
459 return -E2BIG;
1032 return -E2BIG;
2750 return -E2BIG;
/linux-master/ipc/
H A Dsem.c2001 return -E2BIG;
2232 return -E2BIG;
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c351 return -E2BIG;
1260 return -E2BIG;
/linux-master/net/can/
H A Dbcm.c933 return -E2BIG;
1119 return -E2BIG;
/linux-master/drivers/net/xen-netback/
H A Dnetback.c264 return -E2BIG;
279 drop_err = -E2BIG;
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c2253 /* return size of type, or if base type overflows, return -E2BIG. */
2273 return data + nr_bytes > d->typed_dump->data_end ? -E2BIG : nr_bytes;
2305 return -E2BIG;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1147 int ret = -E2BIG;
1163 ret = -E2BIG;
/linux-master/mm/
H A Dmemory_hotplug.c264 return ERR_PTR(-E2BIG);
273 return ERR_PTR(-E2BIG);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c269 err = -E2BIG;
/linux-master/tools/perf/util/
H A Dprobe-file.c433 return -E2BIG;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c1068 return -E2BIG;
/linux-master/drivers/input/misc/
H A Duinput.c483 return -E2BIG;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c346 int status = -E2BIG;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c2141 return -E2BIG;
2148 return -E2BIG;
2687 return -E2BIG;
2689 return -E2BIG;
/linux-master/drivers/scsi/
H A Dxen-scsifront.c494 return -E2BIG;
/linux-master/drivers/media/dvb-frontends/
H A Dhelene.c305 return -E2BIG;
/linux-master/fs/jfs/
H A Dxattr.c746 * return -E2BIG in this case, which is consistent with the
750 rc = -E2BIG;
/linux-master/drivers/accessibility/speakup/
H A Dkobjects.c684 if (ret == -E2BIG)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c352 return -E2BIG;

Completed in 589 milliseconds

1234567891011>>