Home
last modified time | relevance | path

Searched refs:storage_id (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_6000.c102 uint32_t flags, uint32_t *obj, uint32_t storage_id) in fs_open() argument
112 op.params[2].value.a = storage_id; in fs_open()
129 uint32_t storage_id) in fs_create() argument
140 op.params[2].value.b = storage_id; in fs_create()
157 uint32_t id_size, uint32_t storage_id) in fs_create_overwrite() argument
165 op.params[1].value.a = storage_id; in fs_create_overwrite()
337 uint32_t storage_id) in fs_start_enum() argument
346 op.params[0].value.b = storage_id; in fs_start_enum()
449 static void test_truncate_file_length(ADBG_Case_t *c, uint32_t storage_id) in test_truncate_file_length() argument
467 sizeof(data_00), &obj, storage_id))) in test_truncate_file_length()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutee_syscalls.h185 TEE_Result utee_storage_obj_open(unsigned long storage_id, void *object_id,
193 TEE_Result utee_storage_obj_create(unsigned long storage_id, void *object_id,
218 unsigned long storage_id);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_syscalls.h164 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
172 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
198 unsigned long storage_id);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dutee_syscalls.h185 TEE_Result utee_storage_obj_open(unsigned long storage_id, void *object_id,
193 TEE_Result utee_storage_obj_create(unsigned long storage_id, void *object_id,
218 unsigned long storage_id);
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0006-UbuntuMtpDatabase-Don-t-modify-element-in-BOOST_FORE.patch48 - if (db.at(i).storage_id == storage)
55 + if (obj->second.storage_id == storage)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_format.h54 __be16 storage_id; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1426 uint32_t storage_id, in Invoke_CreatePersistentObject() argument
1455 op.params[0].value.b = storage_id; in Invoke_CreatePersistentObject()
1478 uint32_t storage_id, in Invoke_OpenPersistentObject() argument
1496 op.params[0].value.b = storage_id; in Invoke_OpenPersistentObject()
1589 uint32_t storage_id) in Invoke_StartPersistentObjectEnumerator() argument
1591 return Invoke_Simple_Function_v1(c, sess, cmd, obj_enum, storage_id); in Invoke_StartPersistentObjectEnumerator()