Home
last modified time | relevance | path

Searched defs:msg_hdl (Results 1 – 8 of 8) sorted by relevance

/base/tee/tee_os_kernel/kernel/include/ipc/
Dchannel.h83 struct msg_hdl { struct
92 void msg_hdl_deinit(void *ptr); argument
/base/tee/tee_os_kernel/kernel/ipc/
Dchannel.c26 size_t recv_len, struct msg_hdl *msg_hdl, in __tee_msg_receive()
118 struct msg_hdl *msg_hdl; in __tee_msg_send() local
255 static int __tee_msg_reply(struct msg_hdl *msg_hdl, void *reply_buf, in __tee_msg_reply()
439 struct msg_hdl *msg_hdl = NULL; in sys_tee_msg_create_msg_hdl() local
528 struct msg_hdl *msg_hdl; in sys_tee_msg_receive() local
594 struct msg_hdl *msg_hdl; in sys_tee_msg_reply() local
/base/tee/tee_os_framework/lib/teelib/libipc_hal/src/
Dcs.c19 struct src_msginfo *info, cref_t *msg_hdl) in do_deal_with_msg()
50 cref_t msg_hdl = ipc_get_my_msghdl(); in cs_server_loop() local
Dipc_hal.c220 cref_t msg_hdl = ipc_get_my_msghdl(); in ipc_msgrcv_core() local
/base/tee/tee_os_kernel/user/chcore-libs/sys-libs/libohtee/
Dipclib.c31 int msg_hdl; member
676 int32_t ipc_msg_reply(cref_t msg_hdl, void *reply_buf, size_t len) in ipc_msg_reply()
721 cref_t msg_hdl, struct src_msginfo *info, in ipc_msg_receive()
758 int32_t ipc_msg_delete_hdl(cref_t msg_hdl) in ipc_msg_delete_hdl()
773 int32_t ipc_save_my_msghdl(cref_t msg_hdl) in ipc_save_my_msghdl()
/base/tee/tee_os_framework/lib/teelib/libtimer/src/timer_adapt/
Dtee_generic_timer_adapt.c148 static void classic_thread_reply(int32_t status, const timer_event *t_event, cref_t msg_hdl) in classic_thread_reply()
189 cref_t msg_hdl = ipc_msg_create_hdl(); in classic_thread() local
/base/tee/tee_os_framework/lib/drvlib/libdrv_shared/src/
Ddrv_dispatch.c203 struct drv_reply_msg_t *rmsg, const cref_t *msg_hdl) in driver_handle_message()
/base/tee/tee_os_framework/framework/drvmgr/src/
Ddrv_dispatch.c744 struct drv_reply_msg_t *rmsg, const cref_t *msg_hdl) in driver_handle_message()