Home
last modified time | relevance | path

Searched defs:iovs (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/storage/proxy/
Dipc.c70 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/
Dtrusty_modulewrapper.cpp169 iovec iovs[2]; in ForwardResponse() local
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c738 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/
Ddebuggerd_handler.cpp347 struct iovec iovs[4] = { in debuggerd_dispatch_pseudothread() local
/system/netd/server/
DXfrmControllerTest.cpp88 const std::vector<iovec>& iovs = ::testing::get<N>(args); in ACTION_TEMPLATE() local