Home
last modified time | relevance | path

Searched refs:rx_iovec_count (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dipc.c310 unsigned int rx_iovec_count) { in sync_ipc_send_msg() argument
326 if (rx_iovecs == NULL || rx_iovec_count == 0) { in sync_ipc_send_msg()
327 assert(rx_iovec_count == 0); in sync_ipc_send_msg()
348 for (size_t i = 0; i < rx_iovec_count; ++i) { in sync_ipc_send_msg()
359 rc = read_response(session, inf.id, rx_iovecs, rx_iovec_count); in sync_ipc_send_msg()
Dipc.h113 unsigned int rx_iovec_count);