Searched refs:command (Results 1 – 3 of 3) sorted by relevance
| /optee_test/ta/storage/include/ |
| A D | storage.h | 12 TEE_Result ta_storage_cmd_open(uint32_t command, uint32_t param_types, 14 TEE_Result ta_storage_cmd_create(uint32_t command, uint32_t param_types, 16 TEE_Result ta_storage_cmd_create_overwrite(uint32_t command, 24 TEE_Result ta_storage_cmd_rename(uint32_t command, uint32_t param_types,
|
| /optee_test/ta/storage/ |
| A D | storage.c | 21 TEE_Result ta_storage_cmd_open(uint32_t command, in ta_storage_cmd_open() argument 34 switch (command) { in ta_storage_cmd_open() 56 if (command == TA_STORAGE_CMD_OPEN) in ta_storage_cmd_open() 62 TEE_Result ta_storage_cmd_create(uint32_t command, in ta_storage_cmd_create() argument 76 switch (command) { in ta_storage_cmd_create() 100 if (command == TA_STORAGE_CMD_CREATE) in ta_storage_cmd_create() 108 TEE_Result ta_storage_cmd_create_overwrite(uint32_t command, in ta_storage_cmd_create_overwrite() argument 122 switch (command) { in ta_storage_cmd_create_overwrite() 144 if (command == TA_STORAGE_CMD_CREATE_OVERWRITE) in ta_storage_cmd_create_overwrite() 255 switch (command) { in ta_storage_cmd_rename() [all …]
|
| /optee_test/host/xtest/ |
| A D | regression_6000.c | 1855 uint32_t command, in fs_access_with_bad_object_id_ref() argument 1867 switch (command) { in fs_access_with_bad_object_id_ref() 1917 res = TEEC_InvokeCommand(sess, command, &op, &org); in fs_access_with_bad_object_id_ref() 1919 switch (command) { in fs_access_with_bad_object_id_ref()
|
Completed in 11 milliseconds