Searched defs:prot (Results 1 – 3 of 3) sorted by relevance
| /lib/libc/posix/ |
| D | mman.c | 35 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/ |
| D | syscall.c | 178 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/ |
| D | lcp.c | 450 u_short prot; in lcp_rprotrej() local
|