Searched refs:win_to_posix_error (Results 1 – 3 of 3) sorted by relevance
49 int win_to_posix_error(DWORD winerr) in win_to_posix_error() function296 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()[all …]
9 extern int win_to_posix_error(DWORD winerr);
337 io_u->error = win_to_posix_error(GetLastError()); in fio_windowsaio_queue()356 io_u->error = win_to_posix_error(GetLastError()); in fio_windowsaio_queue()389 io_u->error = win_to_posix_error(GetLastError()); in IoCompletionRoutine()