Searched defs:fh (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_ree_fs.c | 298 static TEE_Result ree_fs_read_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_read_primitive() 358 static TEE_Result ree_fs_read(struct tee_file_handle *fh, size_t pos, in ree_fs_read() 370 static TEE_Result ree_fs_write_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_write_primitive() 397 struct tee_file_handle **fh) in ree_fs_open_primitive() 439 static void ree_fs_close_primitive(struct tee_file_handle *fh) in ree_fs_close_primitive() 450 static TEE_Result ree_dirf_commit_writes(struct tee_file_handle *fh, in ree_dirf_commit_writes() 618 struct tee_file_handle **fh) in ree_fs_open() 693 static void ree_fs_close(struct tee_file_handle **fh) in ree_fs_close() 709 struct tee_file_handle **fh) in ree_fs_create() 772 static TEE_Result ree_fs_write(struct tee_file_handle *fh, size_t pos, in ree_fs_write() [all …]
|
A D | tee_obj.c | 59 struct tee_file_handle *fh = NULL; in tee_obj_verify() local
|
A D | tee_rpmb_fs.c | 1911 static void dump_fh(struct rpmb_file_handle *fh) in dump_fh() 1972 struct rpmb_file_handle *fh = NULL; in alloc_file_handle() local 1988 static TEE_Result write_fat_entry(struct rpmb_file_handle *fh, in write_fat_entry() 2035 struct rpmb_file_handle *fh = NULL; in rpmb_fs_setup() local 2308 static TEE_Result rpmb_fs_open_internal(struct rpmb_file_handle *fh, in rpmb_fs_open_internal() 2380 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)*tfh; in rpmb_fs_close() local 2390 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_read() local 2424 static TEE_Result update_write_helper(struct rpmb_file_handle *fh, in update_write_helper() 2617 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_remove() local 2708 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_truncate() local [all …]
|
A D | fs_dirfile.c | 16 struct tee_file_handle *fh; member
|
A D | tadb.c | 32 struct tee_file_handle *fh; member
|
/optee_os-3.20.0/core/include/tee/ |
A D | tee_obj.h | 24 struct tee_file_handle *fh; member
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 213 struct tee_file_handle *fh = NULL; in sec_storage_obj_read() local 258 struct tee_file_handle *fh = NULL; in sec_storage_obj_write() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | stmm_sp.c | 644 struct tee_file_handle *fh = NULL; in sec_storage_obj_read() local 704 struct tee_file_handle *fh = NULL; in sec_storage_obj_write() local
|
/optee_os-3.20.0/core/kernel/ |
A D | ree_fs_ta.c | 91 struct tee_file_handle *fh = NULL; in check_update_version() local
|
Completed in 20 milliseconds