Searched refs:tmp_ref (Results 1 – 4 of 4) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | trusty_virtio.c | 163 struct obj_ref tmp_ref = OBJ_REF_INITIAL_VALUE(tmp_ref); in create_new_bus() local 164 struct trusty_virtio_bus* new_bus = alloc_new_bus(client_id, &tmp_ref); in create_new_bus() 181 obj_ref_transfer(ref, &tmp_ref); in create_new_bus() 184 release_bus_ref_locked(new_bus, &tmp_ref); in create_new_bus() 390 struct obj_ref tmp_ref = OBJ_REF_INITIAL_VALUE(tmp_ref); in virtio_get_description() local 394 ret = create_new_bus(client_id, &vb, &tmp_ref); in virtio_get_description() 456 release_bus_ref(vb, &tmp_ref); in virtio_get_description() 463 remove_client_bus(vb, &tmp_ref); in virtio_get_description() 479 struct obj_ref tmp_ref = OBJ_REF_INITIAL_VALUE(tmp_ref); in virtio_start() local 480 struct trusty_virtio_bus* vb = get_client_bus(client_id, &tmp_ref); in virtio_start() [all …]
|
D | ipc.c | 550 struct obj_ref tmp_ref = OBJ_REF_INITIAL_VALUE(tmp_ref); in chan_alloc() local 561 obj_init(&chan->refobj, &tmp_ref); in chan_alloc() 576 chan_del_ref(chan, &tmp_ref); in chan_alloc()
|
D | uctx.c | 448 struct handle_ref tmp_ref; in uctx_handle_get() local 453 int ret = uctx_handle_get_tmp_ref(ctx, handle_id, &tmp_ref); in uctx_handle_get() 455 *handle_ptr = tmp_ref.handle; in uctx_handle_get()
|
/trusty/user/app/storage/ |
D | block_tree.c | 1695 struct obj_ref tmp_ref = OBJ_REF_INITIAL_VALUE(tmp_ref); in block_tree_path_put_dirty() local 1765 data_ref = &tmp_ref; in block_tree_path_put_dirty() 2551 struct obj_ref* tmp_ref; in block_tree_node_merge() local 2555 tmp_ref = node_ref; in block_tree_node_merge() 2557 merge_node_ref = tmp_ref; in block_tree_node_merge()
|