Searched defs:session_struct (Results 1 – 1 of 1) sorted by relevance
96 struct session_struct { struct97 struct dlist_node session_list;98 uint32_t task_id;99 uint32_t session_id;100 uint64_t session_context;101 uint32_t login_method;102 char name[SERVICE_NAME_MAX + SESSION_ID_LEN]; /* for task name = "service_name + session_id" */103 uint32_t ta2ta_from_taskid; /* creator of internal session when TA call TA */104 …e; /* dedicate if this session is calling cacnelable func(TEE_Wait) */105 bool agent_pending;[all …]