Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/tipc/test/srv/
Dsrv.c50 typedef struct tipc_srv_state { struct
203 static struct tipc_srv_state _srv_states[countof(_services)] = {
212 static struct tipc_srv_state* get_srv_state(const uevent_t* ev) { in get_srv_state()
213 return containerof(ev->cookie, struct tipc_srv_state, handler); in get_srv_state()
216 static void _destroy_service(struct tipc_srv_state* state) { in _destroy_service()
247 struct tipc_srv_state* state) { in _create_service()
295 static int restart_service(struct tipc_srv_state* state) { in restart_service()