Searched refs:sl_next (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c507 nsp = sp->sl_next;
518 nsp = sp->sl_next;
553 nsp = sp->sl_next;
659 for (; sp && !bufp; sp = sp->sl_next) {
750 for (sp = ldp->dslab; sp; sp = sp->sl_next)
840 for (sp = ldp->dslab; sp; sp = sp->sl_next) {
897 for (sp = ldp->dslab; sp && nbufs; sp = sp->sl_next) {
1196 for (sp = idn_domain[domid].dslab; sp; sp = sp->sl_next)
1450 sp->sl_next = dp->dslab;
1536 psp = &sp->sl_next;
[all...]
H A Didn_proto.c7922 for (sp = ldp->dslab; sp; sp = sp->sl_next) {
12875 for (; sp; sp = sp->sl_next)
H A Didn.c3965 for (; sp; sp = sp->sl_next) {
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c1001 next = sa->sa_link_head.sl_next;
1002 sa->sa_link_head.sl_next = sl;
1003 sl->sl_next = next;
1022 sa->sa_link_head.sl_next = &sa->sa_link_head;
1113 for (sl = sh->sl_next; sl != sh; sl = sl->sl_next)
1132 for (sl = sh->sl_next; sl != sh; sl = sl->sl_next)
H A Dtlm_init.c476 slink = sa->sa_link_head.sl_next;
477 for (; slink != &sa->sa_link_head; slink = slink->sl_next) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn_smr.h163 * sl_next List of slabs allocated to same requester.
175 struct smr_slab *sl_next; member in struct:smr_slab
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c581 for (sl = sa->sa_link_head.sl_next; sl && sl != &sa->sa_link_head;
582 sl = sl->sl_next) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c928 next_sc = sclist->sl_next;
1109 sc_list = sc_list->sl_next;
1137 sc_list->sl_next = c_list->cl_subclass_list;
1172 sc_list = sc_list->sl_next;
1198 sc_list = sc_list->sl_next;
1306 sc_list = sc_list->sl_next;
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h181 struct sbd_lu *sl_next; member in struct:sbd_lu
H A Dsbd.c209 for (slu = sbd_lu_list; slu != NULL; slu = slu->sl_next) {
443 (i < iocd->stmf_obuf_nentries); i++, nsl = nsl->sl_next) {
540 for (nsl = sbd_lu_list; nsl; nsl = nsl->sl_next) {
549 sl->sl_next = sbd_lu_list;
567 for (ppnsl = &sbd_lu_list; *ppnsl; ppnsl = &((*ppnsl)->sl_next)) {
572 *ppnsl = (*ppnsl)->sl_next;
587 for (sl = sbd_lu_list; sl; sl = sl->sl_next) {
2869 for (sl = sbd_lu_list; sl; sl = sl->sl_next) {
/opensolaris-onvv-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1165 sc_list = sc_list->sl_next;
1219 sc_list->sl_next = c_list->cl_subclass_list;
1294 sc_list = sc_list->sl_next;
1319 sc_list = sc_list->sl_next;
1336 next_sc = sc_list->sl_next;
1420 sc_list->sl_next = clist->cl_subclass_list;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c212 (uintptr_t)(((subclass_lst_t *)wsp->walk_data)->sl_next);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h115 struct scsi_link *sl_next; member in struct:scsi_link
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c282 wsp->walk_addr = (uintptr_t)slu.sl_next;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h187 struct subclass_lst *sl_next; member in struct:subclass_lst
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/sys/
H A Dmc-opl.h69 struct scf_log *sl_next; member in struct:scf_log
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c158 struct service_list *sl_next; /* Next service entry */ member in struct:service_list
385 cfile->pf_svc_last->sl_next = slp;
1238 for (slp = pfp->pf_svc; slp != NULL; slp = slp->sl_next)
1262 for (slp = pfp->pf_svc; slp != NULL; slp = slp->sl_next)
1357 pftopp->pf_svc_last->sl_next = pfp->pf_svc;
1367 for (slp = psp->ps_files->pf_svc; slp != NULL; slp = slp->sl_next)
1410 slp = slp->sl_next)
1498 sln = slp->sl_next;
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c1526 mcp->mc_scf_log[bank] = p->sl_next;
1545 p->sl_next = 0;
1557 mcp->mc_scf_log_tail[bank]->sl_next = p;
2836 mcp->mc_scf_log[i] = p->sl_next;

Completed in 322 milliseconds