/system/core/liblog/ |
D | logger_write.c | 306 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base)); in __write_to_log_daemon() 319 const char* tag = vec[0].iov_base; in __write_to_log_daemon() 331 tag = ((const char*)vec[1].iov_base); in __write_to_log_daemon() 431 vec[0].iov_base = (unsigned char*)&prio; in __android_log_buf_write() 433 vec[1].iov_base = (void*)tag; in __android_log_buf_write() 435 vec[2].iov_base = (void*)msg; in __android_log_buf_write() 511 vec[0].iov_base = &tag; in __android_log_bwrite() 513 vec[1].iov_base = (void*)payload; in __android_log_bwrite() 524 vec[0].iov_base = &tag; in __android_log_security_bwrite() 526 vec[1].iov_base = (void*)payload; in __android_log_security_bwrite() [all …]
|
D | pmsg_writer.c | 113 if (SNET_EVENT_LOG_TAG != get4LE(vec[0].iov_base)) { in pmsgWrite() 152 newVec[0].iov_base = (unsigned char*)&pmsgHeader; in pmsgWrite() 154 newVec[1].iov_base = (unsigned char*)&header; in pmsgWrite() 158 newVec[i].iov_base = vec[i - headerLength].iov_base; in pmsgWrite() 246 vec[0].iov_base = &prio; in __android_log_pmsg_file_write() 248 vec[1].iov_base = (unsigned char*)tag; in __android_log_pmsg_file_write() 271 vec[2].iov_base = (unsigned char*)buf; in __android_log_pmsg_file_write()
|
D | uio.c | 29 char* buf = vecs->iov_base; in readv() 53 const char* buf = vecs->iov_base; in writev()
|
D | logd_writer.c | 180 newVec[0].iov_base = (unsigned char*)&header; in logdWrite() 194 newVec[headerLength].iov_base = &buffer; in logdWrite() 214 newVec[headerLength].iov_base = &buffer; in logdWrite() 227 newVec[i].iov_base = vec[i - headerLength].iov_base; in logdWrite()
|
D | fake_log_device.c | 338 ssize_t w = write(fd, iov->iov_base, iov->iov_len); in fake_writev() 496 v->iov_base = prefixBuf; in showLog() 506 v->iov_base = (void*)start; in showLog() 513 v->iov_base = suffixBuf; in showLog() 590 int logPrio = *(const char*)vector[0].iov_base; in logWritev() 591 const char* tag = (const char*)vector[1].iov_base; in logWritev() 592 const char* msg = (const char*)vector[2].iov_base; in logWritev()
|
D | stderr_write.c | 181 memcpy(log_msg.entry.msg + log_msg.entry.len, vec[i].iov_base, len); in stderrWrite()
|
/system/core/libsysutils/src/ |
D | SocketClient.cpp | 112 vec[0].iov_base = (void *) buf; in sendBinaryMsg() 114 vec[1].iov_base = (void *) data; in sendBinaryMsg() 172 vec[0].iov_base = (void *) data; in sendData() 223 iov[current].iov_base = (char *)iov[current].iov_base + written; in sendDataLockedv()
|
/system/core/logd/ |
D | LogAudit.cpp | 201 iov[0].iov_base = last_info ? const_cast<char*>(log_info) in logPrint() 205 iov[1].iov_base = last_str; in logPrint() 208 iov[2].iov_base = const_cast<char*>(resume); in logPrint() 211 iov[2].iov_base = const_cast<char*>(newline); in logPrint() 226 iov[0].iov_base = info ? const_cast<char*>(log_info) in logPrint() 229 iov[1].iov_base = str; in logPrint() 231 iov[2].iov_base = const_cast<char*>(newline); in logPrint()
|
D | LogBufferElement.cpp | 223 iovec[0].iov_base = &entry; in flushTo() 231 iovec[1].iov_base = buffer; in flushTo() 234 iovec[1].iov_base = mMsg; in flushTo()
|
/system/core/debuggerd/libdebuggerd/arm64/ |
D | machine.cpp | 36 io.iov_base = ®s; in dump_memory_and_code() 69 io.iov_base = &r; in dump_registers() 80 io.iov_base = &f; in dump_registers()
|
/system/core/libmemunreachable/ |
D | LeakPipe.cpp | 32 iov.iov_base = &data; in SendFd() 66 iov.iov_base = &data; in ReceiveFd()
|
/system/core/debuggerd/ |
D | util.cpp | 34 iovec iov = { .iov_base = const_cast<void*>(data), .iov_len = len }; in send_fd() 50 iovec iov = { .iov_base = const_cast<void*>(data), .iov_len = len }; in recv_fd()
|
/system/core/liblog/include/log/ |
D | uio.h | 37 void* iov_base; member
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 195 vec.iov_base = (void*)first; in print() 214 vec.iov_base = b->buffer; in print() 255 vec.iov_base = b->buffer; in popBundle()
|
D | Static.cpp | 44 ALOGI("%.*s", (int)vec.iov_len, (const char*) vec.iov_base); in writeLines()
|
/system/core/libnetutils/ |
D | packet.c | 133 iov[0].iov_base = (char *)&ip; in send_packet() 135 iov[1].iov_base = (char *)&udp; in send_packet() 137 iov[2].iov_base = (char *)msg; in send_packet()
|
/system/core/libcutils/ |
D | klog.cpp | 66 iov[0].iov_base = buf; in klog_write()
|
D | sockets_unix.cpp | 89 iovec_buffers[i].iov_base = const_cast<void*>(buffers[i].data); in socket_send_buffers()
|
/system/core/libunwindstack/ |
D | Memory.cpp | 183 local_io.iov_base = dst; in Read() 187 remote_io.iov_base = reinterpret_cast<void*>(static_cast<uintptr_t>(addr)); in Read()
|
D | Regs.cpp | 215 io.iov_base = buffer.data(); in RemoteGet()
|
/system/core/libion/ |
D | ion_test.c | 122 .iov_base = &num_fd, in ion_share_test() 176 .iov_base = child_buf, in ion_share_test()
|
/system/bt/btif/src/ |
D | btif_sock_util.cc | 119 iv.iov_base = buffer; in sock_send_fd()
|
/system/netd/server/ |
D | NetlinkCommands.cpp | 82 iov[0].iov_base = &nlmsg; in sendNetlinkRequest()
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 162 newVec[0].iov_base = (unsigned char*)&pmsg_header; in BM_pmsg_short() 164 newVec[1].iov_base = (unsigned char*)&header; in BM_pmsg_short() 175 newVec[2].iov_base = &buffer; in BM_pmsg_short()
|
/system/bt/osi/src/ |
D | socket.cc | 164 iov.iov_base = (void*)buf; in socket_write_and_transfer_fd()
|