/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/ |
A D | aml_bin2img.py | 39 dest_fd.close() 53 mmsrc.close() 55 src_fd.close() 60 dest_fd.close()
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 73 dest_fd.close() 86 mmsrc.close() 88 src_fd.close() 92 dest_fd.close()
|
/optee_os-3.20.0/scripts/ |
A D | gen_stmm_hex.py | 54 inf.close() 55 outf.close()
|
A D | gen_ldelf_hex.py | 147 inf.close() 148 outf.close()
|
A D | bin_to_c.py | 70 f.close()
|
A D | ts_bin_to_c.py | 172 f.close()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_obj.c | 40 o->pobj->fops->close(&o->fh); in tee_obj_close() 71 fops->close(&fh); in tee_obj_verify()
|
A D | tee_ree_fs.c | 466 .close = ree_fs_close_primitive, 524 rpmb_fs_ops.close(&ree_fs_rpmb_fh); in open_dirh() 544 rpmb_fs_ops.close(&ree_fs_rpmb_fh); in close_dirh() 588 static void put_dirh_primitive(bool close) in put_dirh_primitive() argument 605 if (ree_fs_dirh && (!ree_fs_dirh_refcount || close)) in put_dirh_primitive() 609 static void put_dirh(struct tee_fs_dirfile_dirh *dirh, bool close) in put_dirh() argument 613 put_dirh_primitive(close); in put_dirh() 995 .close = ree_fs_close,
|
A D | fs_dirfile.c | 180 dirh->fops->close(dirh->fh); in tee_fs_dirfile_close()
|
A D | tee_svc_storage.c | 416 fops->close(&o->fh); in syscall_storage_obj_create() 678 o->pobj->fops->close(&o->fh); in syscall_storage_next_enum()
|
A D | tadb.c | 265 db->ops->close(&db->fh); in tadb_put()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | net_sockets.c | 79 #define close(fd) closesocket(fd) macro 212 close( ctx->fd ); in mbedtls_net_connect() 259 close( ctx->fd ); in mbedtls_net_bind() 266 close( ctx->fd ); in mbedtls_net_bind() 276 close( ctx->fd ); in mbedtls_net_bind() 696 close( ctx->fd ); in mbedtls_net_close() 710 close( ctx->fd ); in mbedtls_net_free()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_isocket.h | 21 TEE_Result (*close)(TEE_iSocketHandle ctx); member
|
/optee_os-3.20.0/core/include/kernel/ |
A D | ts_store.h | 52 void (*close)(struct ts_store_handle *h); member
|
/optee_os-3.20.0/core/kernel/ |
A D | early_ta.c | 41 .close = emb_ts_close,
|
A D | secstor_ta.c | 86 .close = secstor_ta_close,
|
A D | ree_fs_ta.c | 179 ops->close(&fh); in check_update_version() 653 .close = ree_fs_ta_close, 804 .close = buf_ta_close,
|
A D | ldelf_syscalls.c | 93 binh->op->close(binh->h); in bin_close()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_tcpudp_socket.c | 212 .close = sock_close, 223 .close = sock_close,
|
/optee_os-3.20.0/core/include/tee/ |
A D | tadb.h | 34 void (*close)(int fd); member
|
A D | fs_dirfile.h | 40 void (*close)(struct tee_file_handle *fh); member
|
A D | tee_fs.h | 39 void (*close)(struct tee_file_handle **fh); member
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | gzguts.h | 51 # define close _close macro
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 243 po->fops->close(&fh); in sec_storage_obj_read() 280 po->fops->close(&fh); in sec_storage_obj_write() 421 ops->close(h); in hash_binary()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | stmm_sp.c | 684 po->fops->close(&fh); in sec_storage_obj_read() 736 po->fops->close(&fh); in sec_storage_obj_write()
|