Lines Matching refs:EFAULT
267 return -EFAULT;
305 return -EFAULT;
343 retval = -EFAULT;
373 return -EFAULT;
411 return copy_to_user(uptr, &send_info, sizeof(send_info)) ? -EFAULT : 0;
429 return -EFAULT;
440 return -EFAULT;
443 return copy_to_user(uptr, &recv_info, sizeof(recv_info)) ? -EFAULT : 0;
464 return -EFAULT;
486 return -EFAULT;
509 return -EFAULT;
534 return -EFAULT;
553 return put_user(result, &info->result) ? -EFAULT : 0;
577 return -EFAULT;
601 return -EFAULT;
616 * -EFAULT) then the caller will know that the
627 return -EFAULT;
648 return -EFAULT;
657 return put_user(result, &info->result) ? -EFAULT : 0;
675 return -EFAULT;
680 return put_user(result, &info->result) ? -EFAULT : 0;
698 return -EFAULT;
704 return put_user(result, &info->result) ? -EFAULT : 0;
722 return -EFAULT;
733 return -EFAULT;
736 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0;
754 return -EFAULT;
765 retval = copy_to_user(uptr, &set_info, sizeof(set_info)) ? -EFAULT : 0;
777 return put_user(VMCI_HOST_CONTEXT_ID, u32ptr) ? -EFAULT : 0;
792 return -EFAULT;
804 -EFAULT : 0;
825 return -EFAULT;
854 return copy_to_user(uptr, &info, sizeof(info)) ? -EFAULT : 0;
879 return -EFAULT;
891 return copy_to_user(uptr, &info, sizeof(info)) ? -EFAULT : 0;
904 retval = -EFAULT;