Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dentry_std.c367 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_open_session() local
385 res = tee_ta_open_session(&err_orig, &sess_id, &tee_open_sessions, in entry_open_session()
407 arg->ret_origin = err_orig; in entry_open_session()
432 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_invoke_command() local
447 res = tee_ta_invoke_command(&err_orig, s, NSAPP_IDENTITY, in entry_invoke_command()
458 arg->ret_origin = err_orig; in entry_invoke_command()
464 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_cancel() local
478 res = tee_ta_cancel_command(&err_orig, s, NSAPP_IDENTITY); in entry_cancel()
483 arg->ret_origin = err_orig; in entry_cancel()