Searched refs:sp_next (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) {
298 sp->sp_next = *loc;
423 tp->st_plugin_first = sp->sp_next;
H A Dses_impl.h66 struct ses_plugin *sp_next; /* next plugin in list */ member in struct:ses_plugin
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_impl.h62 struct smp_plugin *sp_next; member in struct:smp_plugin
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) {
254 pp->sp_next = *loc;
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 25 milliseconds