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

/bionic/libc/bionic/
H A Dmmap.cpp40 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { argument
47 void* result = __mmap2(addr, size, prot, flags, fd, unsigned_offset >> MMAP2_SHIFT);
H A Dpthread_create.cpp139 int prot = PROT_READ | PROT_WRITE; local
141 void* stack = mmap(NULL, thread->attr.stack_size, prot, flags, -1, 0);
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsvc.h97 u32 prot; member in struct:svc_deferred_req
H A Dxprt.h110 int prot; member in struct:rpc_xprt

Completed in 64 milliseconds