Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c37 struct tee_storage_enum { struct
38 TAILQ_ENTRY(tee_storage_enum) link;
45 struct tee_storage_enum **e_out) in tee_svc_storage_get_enum() argument
47 struct tee_storage_enum *e; in tee_svc_storage_get_enum()
59 struct tee_storage_enum *e) in tee_svc_close_enum()
525 struct tee_storage_enum *e = NULL; in syscall_storage_alloc_enum()
530 e = malloc(sizeof(struct tee_storage_enum)); in syscall_storage_alloc_enum()
545 struct tee_storage_enum *e = NULL; in syscall_storage_free_enum()
559 struct tee_storage_enum *e = NULL; in syscall_storage_reset_enum()
581 struct tee_storage_enum *e = NULL; in syscall_storage_start_enum()
[all …]
/optee_os-3.20.0/core/include/kernel/
A Duser_ta.h22 TAILQ_HEAD(tee_storage_enum_head, tee_storage_enum);

Completed in 4 milliseconds