Home
last modified time | relevance | path

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

/external/coreboot/util/nvramtool/
Dcommon.h38 void *win32_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset);
41 #define mmap win32_mmap
Dwin32mmap.c11 void *win32_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in win32_mmap() function