Searched refs:EFAULT (Results 1 - 25 of 2389) sorted by last modified time

1234567891011>>

/linux-master/kernel/trace/
H A Dtrace_probe.c887 return -EFAULT;
/linux-master/fs/
H A Deventpoll.c508 return -EFAULT;
534 return -EFAULT;
1881 res = -EFAULT;
2420 return -EFAULT;
2442 return -EFAULT;
2524 return -EFAULT;
2581 return -EFAULT;
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c533 return copy_to_user(buf, events, size) ? -EFAULT : size;
623 ret = -EFAULT;
754 return -EFAULT;
923 ret = -EFAULT;
947 return -EFAULT;
1069 ret = -EFAULT;
1736 ret = -EFAULT;
1747 ret = -EFAULT;
1758 ret = -EFAULT;
1818 ret = -EFAULT;
[all...]
/linux-master/drivers/edac/
H A Dversal_edac.c861 return -EFAULT;
869 return -EFAULT;
/linux-master/drivers/auxdisplay/
H A Dcharlcd.c485 return -EFAULT;
/linux-master/arch/x86/virt/svm/
H A Dsev.c276 return ERR_PTR(-EFAULT);
517 return -EFAULT;
532 return -EFAULT;
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c180 ret = -EFAULT;
189 ret = -EFAULT;
199 ret = -EFAULT;
230 ret = -EFAULT;
253 if (ret == -EFAULT) {
/linux-master/sound/soc/sof/
H A Ddebug.c118 return -EFAULT;
/linux-master/sound/pci/emu10k1/
H A Demuproc.c420 res = -EFAULT;
/linux-master/net/tipc/
H A Dmsg.c236 return -EFAULT;
370 * Return: message data size or errno: -ENOMEM, -EFAULT
410 rc = -EFAULT;
440 rc = -EFAULT;
/linux-master/net/mptcp/
H A Dprotocol.c1757 return -EFAULT;
1759 return -EFAULT;
/linux-master/net/ipv4/
H A Dudp.c2678 return -EFAULT;
2802 return -EFAULT;
2849 return -EFAULT;
2851 return -EFAULT;
H A Draw.c379 err = -EFAULT;
806 return -EFAULT;
812 int len, ret = -EFAULT;
821 ret = -EFAULT;
H A Dip_output.c940 return -EFAULT;
944 return -EFAULT;
1167 err = -EFAULT;
1213 err = -EFAULT;
1272 err = -EFAULT;
1291 return -EFAULT;
H A Daf_inet.c970 return -EFAULT;
987 return -EFAULT;
990 err = -EFAULT;
1000 return -EFAULT;
1029 return -EFAULT;
/linux-master/net/core/
H A Dskmsg.c324 ret = -EFAULT;
331 ret = -EFAULT;
396 ret = -EFAULT;
439 copied = copied ? copied : -EFAULT;
H A Dskbuff.c1886 if (err == -EFAULT || (err == -EMSGSIZE && skb->len == orig_len)) {
3019 return -EFAULT;
3427 return -EFAULT;
3743 * -EFAULT: skb_copy_bits() found some problem with skb geometry
6627 return -EFAULT;
H A Dfilter.c101 return -EFAULT;
109 return -EFAULT;
234 return -EFAULT;
261 return -EFAULT;
288 return -EFAULT;
1428 return -EFAULT;
1506 return ERR_PTR(-EFAULT);
1702 return -EFAULT;
1704 return -EFAULT;
1754 return -EFAULT;
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c840 return -EFAULT;
2259 return -EFAULT;
2629 return -EFAULT;
2662 return ERR_PTR(-EFAULT);
3029 return -EFAULT;
3448 return -EFAULT;
3459 return -EFAULT;
3683 return -EFAULT;
3700 return -EFAULT;
3715 return -EFAULT;
[all...]
H A Dcore.c2538 return -EFAULT;
2970 return -EFAULT;
/linux-master/fs/btrfs/
H A Dioctl.c534 return -EFAULT;
550 return -EFAULT;
1451 ret = -EFAULT;
1480 ret = -EFAULT;
1635 * can fault in the pages and -EFAULT there if there's a
1697 * -EFAULT: could not copy extent buffer back to userspace
1740 ret = -EFAULT;
1783 return -EFAULT;
1797 ret = -EFAULT;
1815 return -EFAULT;
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c4707 return -EFAULT;
4720 return -EFAULT;
4736 rc = -EFAULT;
4786 return -EFAULT;
4812 rc = -EFAULT;
/linux-master/drivers/nvme/host/
H A Dtcp.c930 return -EFAULT;
944 result = -EFAULT;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1085 rc = -EFAULT;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c653 ret = -EFAULT;
832 return -EFAULT;
1303 return -EFAULT;

Completed in 474 milliseconds

1234567891011>>