Home
last modified time | relevance | path

Searched refs:tee_storage_enum (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/tee/
H A Dtee_svc_storage.c36 struct tee_storage_enum { struct
37 TAILQ_ENTRY(tee_storage_enum) link;
44 struct tee_storage_enum **e_out) in tee_svc_storage_get_enum() argument
46 struct tee_storage_enum *e; in tee_svc_storage_get_enum()
58 struct tee_storage_enum *e) in tee_svc_close_enum()
543 struct tee_storage_enum *e = NULL; in syscall_storage_alloc_enum()
548 e = malloc(sizeof(struct tee_storage_enum)); in syscall_storage_alloc_enum()
563 struct tee_storage_enum *e = NULL; in syscall_storage_free_enum()
577 struct tee_storage_enum *e = NULL; in syscall_storage_reset_enum()
599 struct tee_storage_enum *e = NULL; in syscall_storage_start_enum()
[all …]
/optee_os/core/include/kernel/
H A Duser_ta.h22 TAILQ_HEAD(tee_storage_enum_head, tee_storage_enum);