Home | History | Annotate | Download | only in blktrace

Lines Matching refs:prot

709 static void *my_mmap(void *addr, size_t length, int prot, int flags, int fd,
715 new = mmap(addr, length, prot, flags, fd, offset);