Lines Matching refs:EFAULT
269 return -EFAULT;
307 return -EFAULT;
345 retval = -EFAULT;
375 return -EFAULT;
413 return copy_to_user(uptr, &send_info, sizeof(send_info)) ? -EFAULT : 0;
431 return -EFAULT;
442 return -EFAULT;
445 return copy_to_user(uptr, &recv_info, sizeof(recv_info)) ? -EFAULT : 0;
466 return -EFAULT;
488 return -EFAULT;
511 return -EFAULT;
536 return -EFAULT;
555 return put_user(result, &info->result) ? -EFAULT : 0;
579 return -EFAULT;
603 return -EFAULT;
618 * -EFAULT) then the caller will know that the
629 return -EFAULT;
650 return -EFAULT;
659 return put_user(result, &info->result) ? -EFAULT : 0;
677 return -EFAULT;
682 return put_user(result, &info->result) ? -EFAULT : 0;
700 return -EFAULT;
706 return put_user(result, &info->result) ? -EFAULT : 0;
724 return -EFAULT;
735 return -EFAULT;
738 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0;
756 return -EFAULT;
767 retval = copy_to_user(uptr, &set_info, sizeof(set_info)) ? -EFAULT : 0;
779 return put_user(VMCI_HOST_CONTEXT_ID, u32ptr) ? -EFAULT : 0;
794 return -EFAULT;
806 -EFAULT : 0;
827 return -EFAULT;
856 return copy_to_user(uptr, &info, sizeof(info)) ? -EFAULT : 0;
881 return -EFAULT;
893 return copy_to_user(uptr, &info, sizeof(info)) ? -EFAULT : 0;
906 retval = -EFAULT;