Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c278 struct obj_ref tmp_client_ref = in port_shutdown() local
279 OBJ_REF_INITIAL_VALUE(tmp_client_ref); in port_shutdown()
280 chan_add_ref(server->peer, &tmp_client_ref); in port_shutdown()
321 chan_del_ref(client, &tmp_client_ref); in port_shutdown()
385 struct obj_ref tmp_client_ref = OBJ_REF_INITIAL_VALUE(tmp_client_ref); in ipc_port_publish() local
391 remove_from_waiting_for_port_list_locked(client, &tmp_client_ref); in ipc_port_publish()
401 chan_del_ref(client, &tmp_client_ref); /* drop local ref */ in ipc_port_publish()