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

/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c60 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) {
96 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) {
154 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) {
288 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) {
411 if (tp->st_plugin_first == NULL)
422 while ((sp = tp->st_plugin_first) != NULL) {
423 tp->st_plugin_first = sp->sp_next;
H A Dses_impl.h86 struct ses_plugin *st_plugin_first; member in struct:ses_target
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_impl.h102 smp_plugin_t *st_plugin_first; member in struct:smp_target
H A Dsmp_plugin.c149 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) {
244 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) {
407 if (tp->st_plugin_first == NULL)
418 while ((pp = tp->st_plugin_first) != NULL) {
419 tp->st_plugin_first = pp->sp_next;
H A Dsmp_engine.c581 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) {

Completed in 28 milliseconds