Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_socket_pta.c35 uint32_t protocol, uint32_t *handle) in __tee_socket_pta_open()
79 TEE_Result __tee_socket_pta_close(uint32_t handle) in __tee_socket_pta_close()
93 TEE_Result __tee_socket_pta_send(uint32_t handle, const void *buf, in __tee_socket_pta_send()
117 TEE_Result __tee_socket_pta_recv(uint32_t handle, void *buf, uint32_t *len, in __tee_socket_pta_recv()
141 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf, in __tee_socket_pta_ioctl()
A Dtee_tcpudp_socket.c16 uint32_t handle; member
/optee_os/core/kernel/
A Dree_fs_ta.c130 struct ree_fs_ta_handle *handle; in ree_fs_ta_open() local
299 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_size() local
308 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_tag() local
437 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_read() local
522 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_close() local
567 struct buf_ree_fs_ta_handle *handle = NULL; in buf_ta_open() local
623 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_size() local
632 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_read() local
649 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_tag() local
662 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_close() local
A Dhandle.c82 void *handle_put(struct handle_db *db, int handle) in handle_put()
94 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
A Dldelf_syscalls.c100 uint32_t *handle) in ldelf_syscall_open_bin()
194 TEE_Result ldelf_syscall_close_bin(unsigned long handle) in ldelf_syscall_close_bin()
261 unsigned long handle, size_t offs_bytes, in ldelf_syscall_map_bin()
423 unsigned long handle) in ldelf_syscall_copy_from_bin()
A Dsecstor_ta.c12 struct ts_store_handle **handle) in secstor_ta_open()
A Dembedded_ts.c58 struct ts_store_handle *handle = NULL; in emb_ts_open() local
A Dwait_queue.c99 int handle = -1; in wq_wake_next() local
/optee_os/ldelf/
A Dsys.c50 TEE_Result sys_open_ta_bin(const TEE_UUID *uuid, uint32_t *handle) in sys_open_ta_bin()
55 TEE_Result sys_close_ta_bin(uint32_t handle) in sys_close_ta_bin()
61 uint32_t handle, size_t offs, size_t pad_begin, in sys_map_ta_bin()
69 TEE_Result sys_copy_from_ta_bin(void *dst, size_t num_bytes, uint32_t handle, in sys_copy_from_ta_bin()
A Dta_elf.h88 uint32_t handle; member
/optee_os/core/include/kernel/
A Dpm.h107 void *handle; member
131 static inline void register_pm_driver_cb(pm_callback callback, void *handle, in register_pm_driver_cb()
148 void *handle, const char *name) in register_pm_core_service_cb()
A Dwait_queue.h18 short handle; member
/optee_os/ta/pkcs11/src/
A Dhandle.c70 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put()
82 void *handle_lookup(struct handle_db *db, uint32_t handle) in handle_lookup()
A Dobject.c33 struct pkcs11_object *pkcs11_handle2object(uint32_t handle, in pkcs11_handle2object()
472 uint32_t handle) in find_ctx_add()
600 uint32_t handle = 0; in entry_find_objects_init() local
A Dpkcs11_token.c92 struct pkcs11_session *pkcs11_handle2session(uint32_t handle, in pkcs11_handle2session()
1306 uint32_t handle = 0; in session_logout() local
A Dpkcs11_helpers.c655 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr() local
A Dpkcs11_token.h188 enum pkcs11_mechanism_id handle; member
/optee_os/lib/libdl/
A Ddlfcn.c80 int dlclose(void *handle) in dlclose()
91 void *dlsym(void *handle, const char *symbol) in dlsym()
/optee_os/core/arch/arm/mm/
A Dsp_mem.c178 struct sp_mem *sp_mem_get(uint64_t handle) in sp_mem_get()
/optee_os/core/arch/arm/include/
A Dffa.h170 uint64_t handle; member
/optee_os/core/arch/arm/kernel/
A Dspmc_sp_handler.c688 uint64_t handle = reg_pair_to_64(args->a2, args->a1); in ffa_mem_reclaim() local

Completed in 24 milliseconds