Searched refs:sfn_init_fn_t (Results 1 – 3 of 3) sorted by relevance
25 sfn_init_fn_t sfn_init; in common_sfn_thread()28 sfn_init = (sfn_init_fn_t)meta->entry; in common_sfn_thread()
57 status = ((sfn_init_fn_t)p_target->p_ldinf->entry)(NULL); in backend_messaging()109 status = ((sfn_init_fn_t)p_part->p_ldinf->entry)(NULL); in spm_thread_fn()
24 typedef psa_status_t (*sfn_init_fn_t)(void *param); typedef