Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c548 static struct ipc_chan* chan_alloc(uint32_t flags, const uuid_t* uuid) { in chan_alloc() function
740 server = chan_alloc(IPC_CHAN_FLAG_SERVER, port->uuid); in port_attach_client()
824 client = chan_alloc(0, cid); in ipc_port_connect_async()