Home
last modified time | relevance | path

Searched refs:__map_mman_error (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/platform/win32/mman/
Dmman.c12 static int __map_mman_error(const DWORD err, const int deferr) { in __map_mman_error() function
91 errno = __map_mman_error(GetLastError(), EPERM); in mmap()
97 errno = __map_mman_error(GetLastError(), EPERM); in mmap()
107 errno = __map_mman_error(GetLastError(), EPERM); in munmap()
115 errno = __map_mman_error(GetLastError(), EPERM); in msync()
123 errno = __map_mman_error(GetLastError(), EPERM); in mlock()
131 errno = __map_mman_error(GetLastError(), EPERM); in munlock()