Searched refs:prot (Results 1 – 4 of 4) 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() argument 44 realAddr = OSMemMap(addr, len, prot | flags); in mmap() 63 mprotect(void *addr, size_t len, int prot) in mprotect() argument 67 return OSMemProtect(addr, len, prot); in mprotect()
|
| /sys/include/ |
| D | mman.h | 18 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset); 20 int mprotect(void *addr, size_t len, int prot);
|
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 450 u_short prot; in lcp_rprotrej() local 457 GETSHORT(prot, inp); in lcp_rprotrej() 459 LCPDEBUG(LOG_INFO, ("lcp_rprotrej: Rcvd Protocol-Reject packet for %x!\n", prot)); in lcp_rprotrej() 474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej() 480 LCPDEBUG(LOG_WARNING, ("Protocol-Reject for unsupported protocol 0x%x\n", prot)); in lcp_rprotrej()
|
| /sys/kern/ |
| D | syscall.c | 178 Syscall_MMap(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MMap() argument 211 Syscall_MProtect(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MProtect() argument
|