Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dipc.c309 struct iovec* rx_iovecs, in sync_ipc_send_msg() argument
326 if (rx_iovecs == NULL || rx_iovec_count == 0) { in sync_ipc_send_msg()
328 assert(rx_iovecs == NULL); in sync_ipc_send_msg()
339 size_t min_len = rx_iovecs[0].iov_len; in sync_ipc_send_msg()
349 resp_size += rx_iovecs[i].iov_len; in sync_ipc_send_msg()
359 rc = read_response(session, inf.id, rx_iovecs, rx_iovec_count); in sync_ipc_send_msg()
Dipc.h112 struct iovec* rx_iovecs,