Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/
Dtipc_srv.c47 struct chan_ctx { struct
48 struct list_node chan_list_node;
49 struct tipc_event_handler event_handler;
50 struct port_ctx* port;
51 handle_t handle;
52 void* user_ctx;
131 static void chan_event_handler_proc(const struct uevent* ev, void* chan_ctx) { in chan_event_handler_proc()
/trusty/user/base/lib/spi/srv/tipc/
Dtipc.c37 struct chan_ctx { struct
43 static inline bool shm_is_mapped(struct chan_ctx* ctx) { in shm_is_mapped() argument
214 void* chan_ctx) { in on_message()
/trusty/user/app/storage/
Dclient_session_tipc.h28 struct ipc_channel_context chan_ctx; member
Dipc.c89 struct ipc_channel_context* chan_ctx; in do_connect() local
425 struct ipc_channel_context* chan_ctx = list_remove_head_type( in ipc_port_destroy() local
/trusty/user/app/confirmationui/src/
Dmain.cpp36 struct chan_ctx { struct
42 static inline bool is_inited(struct chan_ctx* ctx) { in is_inited() argument
/trusty/user/base/app/line-coverage/
Dclient.c32 struct chan_ctx { struct
45 struct chan_ctx* ctx) { in handle_send_list() argument
/trusty/user/base/app/coverage/
Dclient.c31 struct chan_ctx { struct
43 struct chan_ctx* ctx) { in handle_open() argument
/trusty/kernel/lib/ktipc/test/srv/
Dsrv.c35 struct chan_ctx { struct
48 static int queue_buffer(struct chan_ctx* ctx, const uint8_t* buf, size_t len) { in queue_buffer() argument