Home
last modified time | relevance | path

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

/titanic_41/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.h69 struct ses_plugin *sp_next; /* next plugin in list */ member
/titanic_41/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()
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c311 for (sp = _nsc_path_top; sp; sp = sp->sp_next) in nsc_unregister_io()
390 for (spp = &_nsc_path_top; *spp; spp = &(*spp)->sp_next) in nsc_register_path()
394 sp->sp_next = (*spp); in nsc_register_path()
434 for (xsp = _nsc_path_top; xsp; xsp = xsp->sp_next)
453 for (spp = &_nsc_path_top; *spp; spp = &(*spp)->sp_next)
458 (*spp) = sp->sp_next;
1615 for (sp = _nsc_path_top; sp; sp = sp->sp_next) { in _nsc_find_io()
1629 for (pp = _nsc_path_top; pp; pp = pp->sp_next) { in _nsc_find_io()
H A Dnsc_dev.h84 struct nsc_path_s *sp_next; /* Link to next path */ member
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c96 struct lacp_sel_ports *sp_next; member
1108 for (cport = sel_ports; cport != NULL; cport = cport->sp_next) { in lacp_misconfig_check()
1158 for (cport = sel_ports; cport != NULL; prev = &cport->sp_next, in lacp_sel_ports_del()
1159 cport = cport->sp_next) { in lacp_sel_ports_del()
1169 *prev = cport->sp_next; in lacp_sel_ports_del()
1191 last = &cport->sp_next, cport = cport->sp_next) { in lacp_sel_ports_add()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c6978 pmcs_cmd_t *sp, *sp_next; in pmcs_flush_target_queues() local
7021 sp_next = STAILQ_NEXT(sp, cmd_next); in pmcs_flush_target_queues()
7034 sp = sp_next; in pmcs_flush_target_queues()
7057 sp = sp_next; in pmcs_flush_target_queues()