Searched refs:win32_mmap (Results 1 – 2 of 2) sorted by relevance
/external/coreboot/util/nvramtool/ |
D | common.h | 38 void *win32_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset); 41 #define mmap win32_mmap
|
D | win32mmap.c | 11 void *win32_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in win32_mmap() function
|