Searched refs:ucl_mmap (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 98 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) in ucl_mmap() function 183 #define ucl_mmap mmap macro 919 if ((*buf = ucl_mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) { 2083 if ((buf = ucl_mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {
|