Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dipc.c393 handle_t port_handle = (handle_t)rc; in ipc_port_create() local
397 .handle = port_handle, in ipc_port_create()
399 rc = tipc_hset_add_entry(hset, port_handle, ~0u, &ctxp->common.evt_handler); in ipc_port_create()
417 close(port_handle); in ipc_port_create()
/trusty/kernel/lib/trusty/
Dipc.c421 struct handle* port_handle = NULL; in sys_port_create() local
438 recv_buf_size, flags, &port_handle); in sys_port_create()
443 ret = uctx_handle_install(ctx, port_handle, &handle_id); in sys_port_create()
448 ret = ipc_port_publish(port_handle); in sys_port_create()
452 handle_decref(port_handle); in sys_port_create()
458 handle_decref(port_handle); in sys_port_create()