Lines Matching refs:GetLastError
133 error = GetLastError(); in GetNumLogicalProcessors()
296 errno = win_to_posix_error(GetLastError()); in mmap()
305 errno = win_to_posix_error(GetLastError()); in munmap()
468 errno = win_to_posix_error(GetLastError()); in mlock()
476 errno = win_to_posix_error(GetLastError()); in mlock()
482 errno = win_to_posix_error(GetLastError()); in mlock()
493 errno = win_to_posix_error(GetLastError()); in munlock()
535 errno = win_to_posix_error(GetLastError()); in fsync()
568 errno = win_to_posix_error(GetLastError()); in shmat()
573 errno = win_to_posix_error(GetLastError()); in shmat()
579 errno = win_to_posix_error(GetLastError()); in shmat()
589 errno = win_to_posix_error(GetLastError()); in shmdt()
719 DWORD err = GetLastError(); in writev()
831 DWORD error = GetLastError(); in opendir()