Searched refs:prot (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | file.h | 343 isc_file_mmap(void *addr, size_t len, int prot, 348 * (In this event, the addr, prot, and flags parameters are ignored).
|
/bind-9.11.3/lib/isc/unix/ |
H A D | file.c | 658 isc_file_mmap(void *addr, size_t len, int prot, argument 662 return (mmap(addr, len, prot, flags, fd, offset)); 669 UNUSED(prot);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 738 isc_file_mmap(void *addr, size_t len, int prot, argument 746 UNUSED(prot);
|
Completed in 20 milliseconds