Home
last modified time | relevance | path

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

/trusty/kernel/lib/ktipc/test/main/
Dmain.c81 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT ".connecterr", in TEST()
104 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT ".blocked", in TEST()
126 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
169 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
229 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
254 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
274 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
306 rc = ipc_port_connect_async(&kernel_uuid, KTIPC_TEST_SRV_PORT, in TEST()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h169 int ipc_port_connect_async(const uuid_t* cid,
/trusty/kernel/lib/metrics/
Dmetrics.c432 int rc = ipc_port_connect_async(&kernel_uuid, METRICS_CONSUMER_PORT, in metrics_init()
/trusty/kernel/lib/trusty/
Dipc.c800 int ipc_port_connect_async(const uuid_t* cid, in ipc_port_connect_async() function
928 ret = ipc_port_connect_async(&tapp->props.uuid, tmp_path, sizeof(tmp_path), in sys_connect()
Dtipc_dev_ql.c358 rc = ipc_port_connect_async(dev->uuid, (const char*)req.body, in dev_connect()
Dtipc_virtio_dev.c413 err = ipc_port_connect_async(dev->uuid, req.name, sizeof(req.name), 0, in handle_conn_req()