Searched defs:chan_ctx (Results 1 – 8 of 8) sorted by relevance
47 struct chan_ctx { struct48 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()
37 struct chan_ctx { struct43 static inline bool shm_is_mapped(struct chan_ctx* ctx) { in shm_is_mapped() argument214 void* chan_ctx) { in on_message()
28 struct ipc_channel_context chan_ctx; member
89 struct ipc_channel_context* chan_ctx; in do_connect() local425 struct ipc_channel_context* chan_ctx = list_remove_head_type( in ipc_port_destroy() local
36 struct chan_ctx { struct42 static inline bool is_inited(struct chan_ctx* ctx) { in is_inited() argument
32 struct chan_ctx { struct45 struct chan_ctx* ctx) { in handle_send_list() argument
31 struct chan_ctx { struct43 struct chan_ctx* ctx) { in handle_open() argument
35 struct chan_ctx { struct48 static int queue_buffer(struct chan_ctx* ctx, const uint8_t* buf, size_t len) { in queue_buffer() argument