Searched refs:iov_base (Results 1 - 12 of 12) sorted by relevance

/system/core/include/cutils/
H A Duio.h34 const void* iov_base; member in struct:iovec
/system/core/libcutils/
H A Duio.c27 const char* buf = vecs->iov_base;
54 const char* buf = (const char*)vecs->iov_base;
H A Dzygote.c69 ivs[0].iov_base = argc_buffer;
117 ivs[0].iov_base = (char *)toprint;
119 ivs[1].iov_base = (char *)newline_string;
139 ivs[0].iov_base = &pid;
153 ivs[0].iov_base += ret;
H A Dmq.c496 iov[0].iov_base = "";
740 iov[0].iov_base = &ignored;
/system/core/liblog/
H A Dlogd_write.c153 vec[0].iov_base = (unsigned char *) &prio;
155 vec[1].iov_base = (void *) tag;
157 vec[2].iov_base = (void *) msg;
182 vec[0].iov_base = (unsigned char *) &prio;
184 vec[1].iov_base = (void *) tag;
186 vec[2].iov_base = (void *) msg;
255 vec[0].iov_base = &tag;
257 vec[1].iov_base = (void*)payload;
273 vec[0].iov_base = &tag;
275 vec[1].iov_base
[all...]
H A Dfake_log_device.c326 int w = write(fd, iov->iov_base, iov->iov_len);
474 v->iov_base = prefixBuf;
482 v->iov_base = (void*)start;
489 v->iov_base = suffixBuf;
570 int logPrio = *(const char*)vector[0].iov_base;
571 const char* tag = (const char*) vector[1].iov_base;
572 const char* msg = (const char*) vector[2].iov_base;
/system/core/libnetutils/
H A Dpacket.c133 iov[0].iov_base = (char *)&ip;
135 iov[1].iov_base = (char *)&udp;
137 iov[2].iov_base = (char *)msg;
/system/core/libion/
H A Dion_test.c107 .iov_base = &num_fd,
160 .iov_base = child_buf,
/system/core/libnl_2/genl/
H A Dgenl.c127 sendmsg_iov.iov_base = &sendbuf;
150 recvmsg_iov.iov_base = recvbuf;
/system/core/libnl_2/
H A Dnetlink.c75 recvmsg_iov.iov_base = *buf;
210 msg_iov.iov_base = nlh;
/system/core/adb/
H A Djdwp_service.c326 iov.iov_base = &dummy;
/system/core/sdcard/
H A Dsdcard.c456 vec[0].iov_base = &hdr;
458 vec[1].iov_base = data;

Completed in 75 milliseconds