Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 3 of 3) sorted by relevance

/lib/libc/posix/
Dmman.c35 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) in mmap()
63 mprotect(void *addr, size_t len, int prot) in mprotect()
/sys/kern/
Dsyscall.c178 Syscall_MMap(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MMap()
211 Syscall_MProtect(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MProtect()
/lib/liblwip/src/netif/ppp/
Dlcp.c450 u_short prot; in lcp_rprotrej() local