Searched defs:prot (Results 1 - 2 of 2) sorted by relevance

/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 39 milliseconds