Searched defs:prot (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | mprotect.c | 13 int mprotect(void *addr, size_t len, int prot) in mprotect()
|
D | mmap.c | 22 static int p2z(int prot, int pflags) in p2z() 49 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off) in mmap()
|
D | shm.c | 176 static int shm_mmap(struct shm_obj *shm, void *addr, size_t len, int prot, int flags, off_t off, in shm_mmap() 265 int prot = va_arg(args, int); in shm_ioctl() local
|
/Zephyr-latest/drivers/spi/ |
D | spi_cc13xx_cc26xx.c | 44 uint32_t prot; in spi_cc13xx_cc26xx_configure() local
|
/Zephyr-latest/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 257 TProtocol *prot; in getProtocol() local
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v1.h | 66 uint64_t prot : 2; /*prot 41:40*/ member
|
D | dma_iproc_pax_v2.h | 74 uint64_t prot : 2; /*prot 41:42*/ member
|