Searched defs:iovs (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/storage/proxy/ |
D | ipc.c | 70 struct iovec iovs[2] = {{msg, sizeof(*msg)}, {req_buf, req_buf_len}}; in ipc_get_msg() local 99 struct iovec iovs[2] = {{msg, sizeof(*msg)}, {out, out_size}}; in ipc_respond() local
|
/system/core/trusty/utils/acvp/ |
D | trusty_modulewrapper.cpp | 169 iovec iovs[2]; in ForwardResponse() local
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 738 struct iovec iovs[2]= {{tx0_buf, 0}, {tx1_buf, 0}}; in writev_test() local 820 struct iovec iovs[2]= {{rx0_buf, 0}, {rx1_buf, 0}}; in readv_test() local
|
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 347 struct iovec iovs[4] = { in debuggerd_dispatch_pseudothread() local
|
/system/netd/server/ |
D | XfrmControllerTest.cpp | 88 const std::vector<iovec>& iovs = ::testing::get<N>(args); in ACTION_TEMPLATE() local
|