Searched refs:sync_ipc_send_msg (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | tipc_ns.c | 115 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()
|
D | ipc.h | 109 int sync_ipc_send_msg(handle_t session,
|
D | ipc.c | 306 int sync_ipc_send_msg(handle_t session, in sync_ipc_send_msg() function
|