Home
last modified time | relevance | path

Searched refs:OPTEE_RPC_CMD_FS (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/tee/
H A Dtee_ree_fs.c239 return tee_fs_rpc_read_init(op, OPTEE_RPC_CMD_FS, fdp->fd, in ree_fs_rpc_read_init()
257 return tee_fs_rpc_write_init(op, OPTEE_RPC_CMD_FS, fdp->fd, in ree_fs_rpc_write_init()
297 res = tee_fs_rpc_truncate(OPTEE_RPC_CMD_FS, fdp->fd, in ree_fs_ftruncate_internal()
438 res = tee_fs_rpc_create_dfh(OPTEE_RPC_CMD_FS, in ree_fs_open_primitive()
441 res = tee_fs_rpc_open_dfh(OPTEE_RPC_CMD_FS, dfh, &fdp->fd); in ree_fs_open_primitive()
459 tee_fs_rpc_close(OPTEE_RPC_CMD_FS, fdp->fd); in ree_fs_open_primitive()
461 tee_fs_rpc_remove_dfh(OPTEE_RPC_CMD_FS, dfh); in ree_fs_open_primitive()
474 tee_fs_rpc_close(OPTEE_RPC_CMD_FS, fdp->fd); in ree_fs_close_primitive()
778 tee_fs_rpc_remove_dfh(OPTEE_RPC_CMD_FS, &old_dfh); in set_name()
858 tee_fs_rpc_remove_dfh(OPTEE_RPC_CMD_FS, &dfh); in ree_fs_create()
[all …]
H A Dtadb.c116 res = thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_operation_open()
140 return thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_operation_remove()
458 res = tee_fs_rpc_write_init(&op, OPTEE_RPC_CMD_FS, ta->fd, in tee_tadb_ta_write()
484 tee_fs_rpc_close(OPTEE_RPC_CMD_FS, ta->fd); in tee_tadb_ta_close_and_delete()
557 tee_fs_rpc_close(OPTEE_RPC_CMD_FS, ta->fd); in tee_tadb_ta_close_and_commit()
714 res = thread_rpc_cmd(OPTEE_RPC_CMD_FS, ARRAY_SIZE(params), params); in ta_load()
793 tee_fs_rpc_close(OPTEE_RPC_CMD_FS, ta->fd); in tee_tadb_ta_close()
/optee_os/core/include/
H A Doptee_rpc_cmd.h41 #define OPTEE_RPC_CMD_FS U(2) macro