Searched refs:find_ent (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tadb.c | 495 static TEE_Result find_ent(struct tee_tadb_dir *db, const TEE_UUID *uuid, in find_ent() function 532 TEE_Result res = find_ent(db, &null_uuid, idx, NULL); in find_free_ent_idx() 567 res = find_ent(ta->db, &ta->entry.prop.uuid, &idx, &old_ent); in tee_tadb_ta_close_and_commit() 613 res = find_ent(db, uuid, &idx, &entry); in tee_tadb_ta_delete() 651 res = find_ent(ta->db, uuid, &idx, &ta->entry); in tee_tadb_ta_open()
|