Home
last modified time | relevance | path

Searched refs:st_plugin_first (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c63 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_fill_node()
99 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_node_ctl()
156 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_get_pagedesc()
257 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) { in ses_plugin_loadone()
380 if (tp->st_plugin_first == NULL) in ses_plugin_load()
391 while ((sp = tp->st_plugin_first) != NULL) { in ses_plugin_unload()
392 tp->st_plugin_first = sp->sp_next; in ses_plugin_unload()
H A Dses_impl.h87 struct ses_plugin *st_plugin_first; member
/titanic_50/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c149 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_get_funcdef()
244 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) { in smp_plugin_loadone()
407 if (tp->st_plugin_first == NULL) in smp_plugin_load()
418 while ((pp = tp->st_plugin_first) != NULL) { in smp_plugin_unload()
419 tp->st_plugin_first = pp->sp_next; in smp_plugin_unload()
H A Dsmp_impl.h102 smp_plugin_t *st_plugin_first; member
H A Dsmp_engine.c581 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_action_xalloc()