Home
last modified time | relevance | path

Searched refs:sp_next (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/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()
267 sp->sp_next = *loc; in ses_plugin_loadone()
392 tp->st_plugin_first = sp->sp_next; in ses_plugin_unload()
H A Dses_impl.h67 struct ses_plugin *sp_next; /* next plugin in list */ member
/illumos-gate/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()
254 pp->sp_next = *loc; in smp_plugin_loadone()
419 tp->st_plugin_first = pp->sp_next; in smp_plugin_unload()
H A Dsmp_impl.h62 struct smp_plugin *sp_next; member
H A Dsmp_engine.c581 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_action_xalloc()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c97 struct lacp_sel_ports *sp_next; member
1109 for (cport = sel_ports; cport != NULL; cport = cport->sp_next) { in lacp_misconfig_check()
1159 for (cport = sel_ports; cport != NULL; prev = &cport->sp_next, in lacp_sel_ports_del()
1160 cport = cport->sp_next) { in lacp_sel_ports_del()
1170 *prev = cport->sp_next; in lacp_sel_ports_del()
1192 last = &cport->sp_next, cport = cport->sp_next) { in lacp_sel_ports_add()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c6982 pmcs_cmd_t *sp, *sp_next; in pmcs_flush_target_queues() local
7025 sp_next = STAILQ_NEXT(sp, cmd_next); in pmcs_flush_target_queues()
7038 sp = sp_next; in pmcs_flush_target_queues()
7061 sp = sp_next; in pmcs_flush_target_queues()