Searched refs:prot (Results 1 - 10 of 10) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmip.h108 uint8 prot; /* Protocol */ member in struct:ipv4_hdr
155 #define IPV6_EXTHDR(prot) (((prot) == IPV6_EXTHDR_HOP) || \
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/
H A Dion_test.c19 int prot = PROT_READ | PROT_WRITE; variable
96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd);
127 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd);
161 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0);
217 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0);
244 {"prot", required_argument, 0, 'p'},
274 prot = 0;
275 prot |= strstr(optarg, "MAP_PRIVATE") ?
277 prot |= strstr(optarg, "MAP_SHARED") ?
307 "map_flags %d, prot
[all...]
H A Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
H A Dion.c108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, argument
122 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, argument
184 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
H A 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]));
370 {"prot", required_argument, 0, 'p'},
402 prot = 0;
403 prot |= strstr(optarg, "MAP_PRIVATE") ?
405 prot |= strstr(optarg, "MAP_SHARED") ?
445 "iteration %d, map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags);
/hardware/ti/omap4-aah/system-core-headers-ti/ion/
H A 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/
H A Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
H A Dion.c107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, argument
121 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_ttmpool.c343 static void* _temp_mmap(void *addr, size_t size, int prot, int flags, int fd, long long offset) argument
345 return __mmap2(addr, size, prot, flags, fd, (unsigned long)(offset >> MMAP2_SHIFT));
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h5353 uint16 prot; /* L4 protocol (only TCP or UDP) */ member in struct:trf_mgmt_filter

Completed in 735 milliseconds