Home
last modified time | relevance | path

Searched refs:port_ctx (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/tipc/
Dtipc_srv.c37 static void port_event_handler_proc(const struct uevent* ev, void* port_ctx);
40 struct port_ctx { struct
50 struct port_ctx* port; argument
62 struct port_ctx ports[0];
70 struct port_ctx* p; in set_ports_event_mask()
210 static void handle_connect(struct port_ctx* port) { in handle_connect()
299 struct port_ctx* port = ctx; in port_event_handler_proc()
316 struct port_ctx* port; in tipc_add_service()
330 sizeof(struct tipc_srv) + sizeof(struct port_ctx) * num_ports); in tipc_add_service()
/trusty/user/app/storage/
Dipc.c195 struct ipc_port_context* port_ctx = self; in handle_port() local
196 assert(is_valid_port_ops(&port_ctx->ops)); in handle_port()
200 do_connect(port_ctx, ev); in handle_port()