Searched defs:sp_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_impl.h62 struct smp_plugin *sp_next; member in struct:smp_plugin
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_impl.h69 struct ses_plugin *sp_next; /* next plugin in list */ member in struct:ses_plugin
/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
/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 77 milliseconds