Searched refs:uctx_handle_get (Results 1 – 5 of 5) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | uctx.h | 50 int uctx_handle_get(struct uctx* ctx,
|
/trusty/kernel/lib/trusty/ |
D | ipc_msg.c | 278 rc = uctx_handle_get(uctx, ids[i], &item->handles[i]); in user_msg_write_locked() 540 ret = uctx_handle_get(uctx, handle_id, &chandle); in sys_send_msg() 584 ret = uctx_handle_get(current_uctx(), handle_id, &chandle); in sys_get_msg() 638 int ret = uctx_handle_get(current_uctx(), handle_id, &chandle); in sys_put_msg() 748 ret = uctx_handle_get(uctx, handle_id, &chandle); in sys_read_msg()
|
D | uctx.c | 445 int uctx_handle_get(struct uctx* ctx, in uctx_handle_get() function 588 rc = uctx_handle_get(ctx, (handle_id_t)old_handle_id, &h); in sys_dup() 819 rc = uctx_handle_get(ctx, (handle_id_t)fd, &h); in uctx_handle_writev() 840 rc = uctx_handle_get(ctx, (handle_id_t)fd, &h); in uctx_handle_readv()
|
D | syscall.c | 321 ret = uctx_handle_get(current_uctx(), handle_id, &handle); in sys_mmap()
|
D | ipc.c | 1058 ret = uctx_handle_get(ctx, handle_id, &phandle); in sys_accept()
|