Searched refs:sp_next (Results 1 - 9 of 9) 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) {
99 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) {
156 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) {
257 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) {
267 sp->sp_next = *loc;
392 tp->st_plugin_first = sp->sp_next;
H A Dses_impl.h69 struct ses_plugin *sp_next; /* next plugin in list */ member in struct:ses_plugin
/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h84 struct nsc_path_s *sp_next; /* Link to next path */ member in struct:nsc_path_s
H A Dnsc_dev.c311 for (sp = _nsc_path_top; sp; sp = sp->sp_next)
390 for (spp = &_nsc_path_top; *spp; spp = &(*spp)->sp_next)
394 sp->sp_next = (*spp);
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) {
1629 for (pp = _nsc_path_top; pp; pp = pp->sp_next) {
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c96 struct lacp_sel_ports *sp_next; member in struct:lacp_sel_ports
1108 for (cport = sel_ports; cport != NULL; cport = cport->sp_next) {
1158 for (cport = sel_ports; cport != NULL; prev = &cport->sp_next,
1159 cport = cport->sp_next) {
1169 *prev = cport->sp_next;
1191 last = &cport->sp_next, cport = cport->sp_next) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c6978 pmcs_cmd_t *sp, *sp_next; local
7021 sp_next = STAILQ_NEXT(sp, cmd_next);
7034 sp = sp_next;
7057 sp = sp_next;

Completed in 103 milliseconds