Home
last modified time | relevance | path

Searched refs:tipc_hset_add_entry (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc.h209 int tipc_hset_add_entry(struct tipc_hset* hset,
/trusty/user/base/lib/tipc/
Dtipc_srv.c253 rc = tipc_hset_add_entry(srv->hset, hchan, ~0u, &chan->event_handler); in handle_connect()
375 rc = tipc_hset_add_entry(hset, port->handle, ~0u, &port->event_handler); in tipc_add_service()
Dtipc.c227 int tipc_hset_add_entry(struct tipc_hset* hset, in tipc_hset_add_entry() function
/trusty/user/app/storage/
Dipc.c118 rc = tipc_hset_add_entry(hset, chan_handle, ~0u, in do_connect()
399 rc = tipc_hset_add_entry(hset, port_handle, ~0u, &ctxp->common.evt_handler); in ipc_port_create()