Home
last modified time | relevance | path

Searched refs:tipc_srv (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/tipc/
Dtipc_srv.c43 struct tipc_srv* srv;
55 struct tipc_srv { struct
68 static void set_ports_event_mask(struct tipc_srv* srv, uint32_t mask) { in set_ports_event_mask() argument
79 static bool server_at_max_chan_cnt(struct tipc_srv* srv) { in server_at_max_chan_cnt()
88 struct tipc_srv* srv = chan->port->srv; in tipc_chan_close()
134 struct tipc_srv* srv = chan->port->srv; in chan_event_handler_proc()
216 struct tipc_srv* srv = port->srv; in handle_connect()
315 struct tipc_srv* srv; in tipc_add_service()
330 sizeof(struct tipc_srv) + sizeof(struct port_ctx) * num_ports); in tipc_add_service()
Drules.mk33 $(LOCAL_DIR)/tipc_srv.c \
/trusty/user/base/lib/tipc/test/srv/
Dsrv.c39 typedef struct tipc_srv { struct
51 const struct tipc_srv* service; argument
122 static const struct tipc_srv _services[] = {
246 static int _create_service(const struct tipc_srv* srv, in _create_service()
301 const struct tipc_srv* srv = state->service; in restart_service()
737 const struct tipc_srv* srv = get_srv_state(ev)->service; in echo_handle_port()