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, &s, &tee_open_sessions, &uuid, in entry_open_session()
409 arg->ret_origin = err_orig; in entry_open_session()
435 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_invoke_command() local
450 res = tee_ta_invoke_command(&err_orig, s, NSAPP_IDENTITY, in entry_invoke_command()
461 arg->ret_origin = err_orig; in entry_invoke_command()
467 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_cancel() local
481 res = tee_ta_cancel_command(&err_orig, s, NSAPP_IDENTITY); in entry_cancel()
486 arg->ret_origin = err_orig; in entry_cancel()