ret_val 266 ompi/errhandler/errhandler.c int ret_val; ret_val 270 ompi/errhandler/errhandler.c ret_val = opal_pointer_array_add(&ompi_errhandler_f_to_c_table, ret_val 272 ompi/errhandler/errhandler.c new_errhandler->eh_f_to_c_index = ret_val; ret_val 251 ompi/group/group_init.c int ret_val; ret_val 259 ompi/group/group_init.c ret_val = opal_pointer_array_add(&ompi_group_f_to_c_table, new_group); ret_val 260 ompi/group/group_init.c new_group->grp_f_to_c_index = ret_val; ret_val 218 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c BOOL ret_val = FALSE; ret_val 262 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c ret_val = WriteFile(fd_sys, buf, len, &dwNumWritten, aio_req->lpOvl); ret_val 266 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c ret_val = ReadFile(fd_sys, buf, len, &dwNumRead, aio_req->lpOvl); ret_val 270 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c if (ret_val == FALSE) ret_val 18 ompi/mca/io/romio321/romio/adio/common/lock.c int ret_val, error_code = MPI_SUCCESS; ret_val 36 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = LockFileEx(fd, dwFlags, 0, ret_val 44 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = UnlockFileEx(fd, 0, ret_val 56 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = LockFileEx(fd, dwFlags, 0, len, 0, &Overlapped); ret_val 61 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = UnlockFileEx(fd, 0, len, 0, &Overlapped); ret_val 65 ompi/mca/io/romio321/romio/adio/common/lock.c if (!ret_val) ret_val 72 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = GetLastError(); ret_val 73 ompi/mca/io/romio321/romio/adio/common/lock.c if (ret_val == ERROR_IO_PENDING) ret_val 76 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = GetOverlappedResult(fd, &Overlapped, &dummy, TRUE); ret_val 77 ompi/mca/io/romio321/romio/adio/common/lock.c if (ret_val) ret_val 82 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = GetLastError(); ret_val 84 ompi/mca/io/romio321/romio/adio/common/lock.c ADIOI_NTFS_Strerror(ret_val, errMsg, ADIOI_NTFS_ERR_MSG_MAX);