Searched refs:prot (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dfile.h343 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 Dfile.c658 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 Dfile.c738 isc_file_mmap(void *addr, size_t len, int prot, argument
746 UNUSED(prot);

Completed in 226 milliseconds