Home
last modified time | relevance | path

Searched refs:sync_ipc_send_msg (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/storage/
Dtipc_ns.c115 rc = sync_ipc_send_msg(handle, tx_iov, countof(tx_iov), rx_iov, in rpmb_send()
163 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_open_file()
204 int rc = sync_ipc_send_msg(ipc_handle, iov, countof(iov), iov, 1); in ns_close_file()
241 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_get_max_size()
304 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_read_pos()
357 int rc = sync_ipc_send_msg(ipc_handle, iov, countof(iov), iov, 1); in ns_write_pos()
Dipc.h109 int sync_ipc_send_msg(handle_t session,
Dipc.c306 int sync_ipc_send_msg(handle_t session, in sync_ipc_send_msg() function