Searched refs:implementations (Results 1 – 1 of 1) sorted by relevance
21 static struct sbi_imp implementations[] = { variable79 for (i = 0; i < ARRAY_SIZE(implementations); ++i) { in do_sbi()80 if (impl_id == implementations[i].id) { in do_sbi()83 printf("\n%s ", implementations[i].name); in do_sbi()107 if (i == ARRAY_SIZE(implementations)) in do_sbi()
Completed in 9 milliseconds