Home
last modified time | relevance | path

Searched refs:ipc_msg (Results 1 – 25 of 30) sorted by relevance

12

/trusty/user/base/lib/coverage/common/
Dipc.c30 struct ipc_msg ipc_msg = { in coverage_send() local
37 rc = send_msg(chan, &ipc_msg); in coverage_send()
63 struct ipc_msg ipc_msg = { in coverage_recv() local
70 rc = read_msg(chan, msg_inf.id, 0, &ipc_msg); in coverage_recv()
/trusty/kernel/lib/metrics/
Dmetrics.c107 struct ipc_msg_kern ipc_msg = { in recv_resp() local
113 rc = ipc_read_msg(chan, msg_info.id, 0, &ipc_msg); in recv_resp()
140 struct ipc_msg_kern* ipc_msg, in send_req() argument
142 int rc = ipc_send_msg(chan, ipc_msg); in send_req()
181 struct ipc_msg_kern ipc_msg = { in report_crash() local
187 rc = send_req(chan, &ipc_msg, total_len); in report_crash()
221 struct ipc_msg_kern ipc_msg = { in report_exit() local
227 rc = send_req(chan, &ipc_msg, total_len); in report_exit()
249 struct ipc_msg_kern ipc_msg = { in report_event_drop() local
254 rc = send_req(chan, &ipc_msg, sizeof(req)); in report_event_drop()
/trusty/user/base/lib/libc-trusty/
Dipc.c67 struct ipc_msg* msg) { in read_msg()
75 ssize_t send_msg(handle_t handle, struct ipc_msg* msg) { in send_msg()
/trusty/user/app/sample/stats-test/
Dstats_test.cpp86 struct ipc_msg msg = { in TEST_F()
121 struct ipc_msg msg = { in TEST_F()
/trusty/user/base/lib/trusty-sys/src/
Dlib.rs47 dma_pmem, handle_t, iovec, ipc_msg, ipc_msg_info, uevent, uuid, IPC_CONNECT_ASYNC,
/trusty/user/base/lib/hwaes/
Dhwaes.c270 struct ipc_msg ipc_msg = { in hwaes_send_req() local
277 rc = send_msg(session, &ipc_msg); in hwaes_send_req()
323 struct ipc_msg ipc_msg = { in hwaes_recv_resp() local
329 rc = read_msg(session, msg_inf.id, 0, &ipc_msg); in hwaes_recv_resp()
/trusty/kernel/lib/trusty/include/
Dsyscall_table.h62 …ALL(0x21, read_msg, long, 4, int32_t handle, uint32_t msg_id, uint32_t offset, struct ipc_msg *msg)
64 DEF_SYSCALL(0x23, send_msg, long, 2, int32_t handle, struct ipc_msg *msg)
/trusty/user/base/lib/trusty-sys/
Drules.mk45 ipc_msg \
/trusty/user/app/confirmationui/src/
Dmain.cpp91 struct ipc_msg ipc_msg = { in confirmationui_recv() local
116 rc = read_msg(chan, msg_info.id, 0, &ipc_msg); in confirmationui_recv()
/trusty/user/app/storage/
Derror_reporting.c94 struct ipc_msg msg = { in do_error_report()
Dipc.c236 struct ipc_msg rx_msg = { in read_response()
281 static int wait_to_send(handle_t session, struct ipc_msg* msg) { in wait_to_send()
311 struct ipc_msg tx_msg = { in sync_ipc_send_msg()
/trusty/user/base/include/user/
Dtrusty_ipc.h73 typedef struct ipc_msg { struct
/trusty/user/app/sample/memref-test/receiver/
Dreceiver.c64 struct ipc_msg msg = { in receiver_on_message()
/trusty/kernel/lib/trusty/
Drules.mk36 $(LOCAL_DIR)/ipc_msg.c \
/trusty/user/base/lib/hwaes/srv/
Dhwaes_server.c445 struct ipc_msg ipc_msg = { in hwaes_read_req() local
452 rc = read_msg(chan, msg_inf.id, 0, &ipc_msg); in hwaes_read_req()
/trusty/user/base/lib/secure_fb/
Dsecure_fb.c101 static int await_resp(handle_t chan, struct ipc_msg* msg) { in await_resp()
172 struct ipc_msg msg = { in handle_get_fbs_resp()
/trusty/user/app/sample/memref-test/lender/
Dlender.c108 struct ipc_msg msg = { in lender_lend()
/trusty/user/base/lib/unittest/
Dunittest.c52 static int send_msg_wait(handle_t handle, struct ipc_msg* msg) { in send_msg_wait()
/trusty/user/base/lib/storage/
Dstorage.c165 struct ipc_msg rx_msg = { in get_response()
202 static int wait_to_send(handle_t session, struct ipc_msg* msg) { in wait_to_send()
234 struct ipc_msg tx_msg = { in send_reqv()
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs169 let mut msg = trusty_sys::ipc_msg { in recv_vectored()
220 let mut msg = trusty_sys::ipc_msg { in send_vectored()
/trusty/user/base/app/apploader/
Dapploader.c149 ipc_msg_t ipc_msg = { in apploader_read() local
155 rc = read_msg(chan, msg_inf.id, 0, &ipc_msg); in apploader_read()
/trusty/user/base/lib/secure_dpu/
Dsecure_dpu.c76 struct ipc_msg msg = { in handle_allocate_buffer_resp()
/trusty/user/base/lib/keymaster/
Dkeymaster.c94 struct ipc_msg rx_msg = { in read_response()
/trusty/user/app/sample/memref-test/
Dmemref-test.c67 struct ipc_msg msg = { in lender_recv_handle()
/trusty/user/base/lib/spi/srv/tipc/
Dtipc.c99 struct ipc_msg msg = { in recv_msg()

12