Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c67 static int port_attach_client(struct ipc_port* port, struct ipc_chan* client);
394 int err = port_attach_client(port, client); in ipc_port_publish()
723 static int port_attach_client(struct ipc_port* port, struct ipc_chan* client) { in port_attach_client() function
837 ret = port_attach_client(port, client); in ipc_port_connect_async()