Lines Matching refs:fcontext_idx
236 void add_local_fcontext(int fcontext_idx) in add_local_fcontext() argument
241 CU_ASSERT_FATAL(fcontext_idx != I_NULL); in add_local_fcontext()
243 fcontext = get_fcontext_nth(fcontext_idx); in add_local_fcontext()
251 void delete_local_fcontext(int fcontext_idx) in delete_local_fcontext() argument
255 CU_ASSERT_FATAL(fcontext_idx != I_NULL); in delete_local_fcontext()
257 key = get_fcontext_key_nth(fcontext_idx); in delete_local_fcontext()
451 void helper_fcontext_get_set_con(level_t level, int fcontext_idx, in helper_fcontext_get_set_con() argument
460 fcontext = get_fcontext_nth(fcontext_idx); in helper_fcontext_get_set_con()
527 void helper_fcontext_clone(level_t level, int fcontext_idx) in helper_fcontext_clone() argument
540 fcontext = get_fcontext_nth(fcontext_idx); in helper_fcontext_clone()
767 void helper_fcontext_modify_del_local(level_t level, int fcontext_idx, in helper_fcontext_modify_del_local() argument
778 fcontext = get_fcontext_nth(fcontext_idx); in helper_fcontext_modify_del_local()