Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 54) sorted by relevance

123

/trusty/user/base/lib/libc-trusty/
Dipc.c32 handle_t accept(handle_t handle, struct uuid* peer_uuid) { in accept()
36 int close(handle_t handle) { in close()
40 int set_cookie(handle_t handle, void* cookie) { in set_cookie()
48 int handle_set_ctrl(handle_t handle, uint32_t cmd, struct uevent* evt) { in handle_set_ctrl()
52 int wait(handle_t handle, struct uevent* event, uint32_t timeout_msecs) { in wait()
60 int get_msg(handle_t handle, struct ipc_msg_info* msg_info) { in get_msg()
64 ssize_t read_msg(handle_t handle, in read_msg()
71 int put_msg(handle_t handle, uint32_t msg_id) { in put_msg()
75 ssize_t send_msg(handle_t handle, struct ipc_msg* msg) { in send_msg()
79 handle_t dup(handle_t handle) { in dup()
/trusty/kernel/lib/trusty/
Dhandle.c43 void handle_init_etc(struct handle* handle, in handle_init_etc()
63 struct handle* handle = containerof(ref, struct handle, refcnt); in __handle_destroy_ref() local
67 void handle_incref(struct handle* handle) { in handle_incref()
72 void handle_decref(struct handle* handle) { in handle_decref()
77 void handle_close(struct handle* handle) { in handle_close()
93 static int _prepare_wait_handle(event_t* ev, struct handle* handle) { in _prepare_wait_handle()
108 static void _finish_wait_handle(struct handle* handle) { in _finish_wait_handle()
133 int handle_wait(struct handle* handle, in handle_wait()
166 void handle_notify_waiters_locked(struct handle* handle) { in handle_notify_waiters_locked()
179 void handle_notify(struct handle* handle) { in handle_notify()
[all …]
Dmemref.c50 struct handle handle; member
67 static status_t memref_mmap(struct handle* handle, in memref_mmap()
169 struct handle** handle) { in memref_create_from_vmm_obj()
197 struct handle** handle) { in memref_create_from_aspace()
226 static bool handle_is_memref(struct handle* handle) { in handle_is_memref()
230 struct vmm_obj* memref_handle_to_vmm_obj(struct handle* handle) { in memref_handle_to_vmm_obj()
Ductx.c58 struct handle* handle; member
367 struct handle* handle, in uctx_handle_install()
470 struct handle* handle; in uctx_handle_remove() local
496 uint32_t handle; member
609 struct handle* handle; in sys_close() local
/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h55 struct handle { struct
59 struct handle_ops* ops; argument
62 * handle. argument
73 struct handle_waiter { argument
115 struct handle* handle; member
155 static inline void handle_init(struct handle* handle, struct handle_ops* ops) { in handle_init()
175 static inline void handle_set_cookie(struct handle* handle, void* cookie) { in handle_set_cookie()
179 static inline void* handle_get_cookie(struct handle* handle) { in handle_get_cookie()
Dipc.h64 struct handle handle; member
106 struct handle handle; member
/trusty/user/app/storage/test/storage-unittest/
Dmain.c144 static int WriteZeroChunk(file_handle_t handle, in WriteZeroChunk()
158 static int WritePatternChunk(file_handle_t handle, in WritePatternChunk()
172 static int WritePatternExt(file_handle_t handle, in WritePatternExt()
198 static int WritePattern(file_handle_t handle, in WritePattern()
207 static int ReadChunk(file_handle_t handle, in ReadChunk()
246 static int ReadPattern(file_handle_t handle, in ReadPattern()
275 static int ReadPatternEOF(file_handle_t handle, in ReadPatternEOF()
302 file_handle_t handle; in TEST_F() local
401 file_handle_t handle; in TEST_F() local
466 file_handle_t handle; in TEST_F() local
[all …]
/trusty/user/base/lib/tipc/
Dtipc_priv.h29 handle_t handle; member
Dtipc.c228 handle_t handle, in tipc_hset_add_entry()
250 handle_t handle, in tipc_hset_mod_entry()
Dtipc_srv.c44 handle_t handle; member
51 handle_t handle; member
/trusty/user/app/storage/
Dtipc_ns.c82 handle_t handle = *handlep; in rpmb_send() local
188 void ns_close_file(handle_t ipc_handle, ns_handle_t handle) { in ns_close_file()
217 ns_handle_t handle, in ns_get_max_size()
278 ns_handle_t handle, in ns_read_pos()
324 ns_handle_t handle, in ns_write_pos()
Dclient.c168 uint32_t handle; in session_shrink_files() local
200 uint32_t handle; in create_file_handle() local
228 uint32_t handle) { in free_file_handle()
247 uint32_t handle) { in get_file_handle()
436 uint32_t handle, in storage_file_move()
542 uint32_t* handle) { in storage_file_open()
617 uint32_t handle, in storage_file_close()
651 uint32_t handle, in storage_file_read()
774 uint32_t handle, in storage_file_write()
1019 uint32_t handle, in storage_file_get_size()
[all …]
Dipc.h86 handle_t handle; member
/trusty/user/base/lib/secure_dpu/include/lib/secure_dpu/
Dsecure_dpu.h25 handle_t handle; member
/trusty/user/base/interface/storage/include/interface/storage/
Dstorage.h270 uint32_t handle; member
290 uint32_t handle; member
298 uint32_t handle; member
307 uint32_t handle; member
326 uint32_t handle; member
354 uint32_t handle; member
392 uint32_t handle; member
410 uint32_t handle; member
/trusty/user/app/sample/userscs-test/
Dscs_test_app.c31 handle_t handle; in main() local
/trusty/kernel/lib/arm_ffa/
Darm_ffa.c200 static status_t arm_ffa_call_mem_frag_rx(uint64_t handle, in arm_ffa_call_mem_frag_rx()
242 uint64_t handle, in arm_ffa_call_mem_relinquish()
462 uint64_t handle, in arm_ffa_populate_receive_req_tx_buffer()
486 uint64_t handle, in arm_ffa_mem_retrieve()
560 uint64_t handle, in arm_ffa_mem_retrieve_start()
712 uint64_t handle, in arm_ffa_mem_retrieve_next_frag()
763 status_t arm_ffa_mem_relinquish(uint64_t handle) { in arm_ffa_mem_relinquish()
/trusty/user/base/lib/tipc/rust/src/
Dlib.rs37 mod handle; module
/trusty/user/app/storage/test/storage_host_test/
Dstorageproxy_shim.c218 void ns_close_file(handle_t ipc_handle, ns_handle_t handle) { in ns_close_file()
283 ns_handle_t handle, in ns_get_max_size()
291 ns_handle_t handle, in ns_read_pos()
304 ns_handle_t handle, in ns_write_pos()
/trusty/user/base/app/apploader/tests/
Dapploader_test.c107 handle_t handle; in load_test_app() local
157 handle_t handle; in get_memory_handle_from_service() local
178 handle_t handle = get_memory_handle_from_service(channel, size); in get_memory_buffer_from_service() local
256 handle_t handle = INVALID_IPC_HANDLE; in TEST_F() local
283 handle_t handle = INVALID_IPC_HANDLE; in send_cbor_package() local
656 handle_t handle = INVALID_IPC_HANDLE; in TEST_F() local
684 handle_t handle = INVALID_IPC_HANDLE; in TEST_F() local
714 handle_t handle = INVALID_IPC_HANDLE; in TEST_F() local
/trusty/user/app/sample/storage-test/
Dstorage-test.c47 file_handle_t handle; in write_file() local
/trusty/user/app/sample/secure_fb_mock_impl/
Dmain.cpp47 handle_t handle = INVALID_IPC_HANDLE; member
97 int handle = in Init() local
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc159 file_handle_t handle; in SaveKey() local
187 file_handle_t handle; in LoadKey() local
/trusty/user/app/sample/memref-test/receiver/
Dreceiver.c61 handle_t handle; in receiver_on_message() local
/trusty/user/app/sample/memref-test/rust/
Dmemref_test.rs155 handle: Handle, field
164 let handle = handles[0].take().unwrap(); in deserialize() localVariable

123