Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 12 of 12) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h108 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/
Dion_test.c19 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()
Dion.c108 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()
Dion_test_2.c39 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()
Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
/hardware/ti/omap4-aah/system-core-headers-ti/ion/
Dion.h37 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/
Dion.c107 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()
Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
/hardware/bsp/intel/peripheral/libupm/src/
Ddoxy2swig.py212 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/
Ddoxy2swig.py212 prot = node.attributes['prot'].value
213 if prot != 'public':
275 prot = node.attributes['prot'].value
282 if prot == 'public':
/hardware/intel/common/libwsbm/src/
Dwsbm_ttmpool.c343 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/
Dwlioctl.h5353 uint16 prot; /* L4 protocol (only TCP or UDP) */ member