/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmip.h | 108 uint8 prot; /* Protocol */ member 155 #define IPV6_EXTHDR(prot) (((prot) == IPV6_EXTHDR_HOP) || \ argument 156 ((prot) == IPV6_EXTHDR_ROUTING) || \ 157 ((prot) == IPV6_EXTHDR_FRAGMENT) || \ 158 ((prot) == IPV6_EXTHDR_AUTH) || \ 159 ((prot) == IPV6_EXTHDR_NONE) || \ 160 ((prot) == IPV6_EXTHDR_DEST))
|
/hardware/ti/omap4-aah/ion/ |
D | ion_test.c | 19 int prot = PROT_READ | PROT_WRITE; variable 96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); in ion_map_test() 127 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd); in ion_map_test() 161 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0); in ion_share_test() 217 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0); in ion_share_test() 274 prot = 0; in main() 275 prot |= strstr(optarg, "MAP_PRIVATE") ? in main() 277 prot |= strstr(optarg, "MAP_SHARED") ? in main() 308 height, fmt, align, map_flags, prot, alloc_flags); in main()
|
D | ion.c | 108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() argument 122 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map() 169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map_cacheable() argument 184 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map_cacheable()
|
D | ion_test_2.c | 39 int prot = PROT_READ | PROT_WRITE; variable 194 ret = ion_map(fd, handle[i], len, prot, map_flags, 0, &(ptr[i]), &(map_fd[i])); in ion_map_test() 402 prot = 0; in main() 403 prot |= strstr(optarg, "MAP_PRIVATE") ? in main() 405 prot |= strstr(optarg, "MAP_SHARED") ? in main() 446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags); in main()
|
D | ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/hardware/ti/omap4-aah/system-core-headers-ti/ion/ |
D | ion.h | 37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, 42 int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd);
|
/hardware/ti/omap4xxx/ion/ |
D | ion.c | 107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() argument 121 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map()
|
D | ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | doxy2swig.py | 212 prot = node.attributes['prot'].value 213 if prot != 'public': 275 prot = node.attributes['prot'].value 282 if prot == 'public':
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
D | doxy2swig.py | 212 prot = node.attributes['prot'].value 213 if prot != 'public': 275 prot = node.attributes['prot'].value 282 if prot == 'public':
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_ttmpool.c | 343 static void* _temp_mmap(void *addr, size_t size, int prot, int flags, int fd, long long offset) in _temp_mmap() argument 345 return __mmap2(addr, size, prot, flags, fd, (unsigned long)(offset >> MMAP2_SHIFT)); in _temp_mmap()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 5353 uint16 prot; /* L4 protocol (only TCP or UDP) */ member
|