Home
last modified time | relevance | path

Searched refs:si_nextp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c738 sip->si_nextp = idn.sip; in idnattach()
772 idn.sip = sip->si_nextp; in idnattach()
797 idn.sip = sip->si_nextp; in idnattach()
905 if (idn.sip && (idn.sip->si_nextp == NULL)) { in idndetach()
942 idn.sip = sip->si_nextp; in idndetach()
945 hsip = hsip->si_nextp) in idndetach()
948 tsip->si_nextp = hsip->si_nextp; in idndetach()
H A Didn_dlpi.c966 for (sip = idn.sip; sip; sip = sip->si_nextp) {
H A Didn_proto.c12228 for (sip = idn.sip; sip; sip = sip->si_nextp) { in idn_open_channel()
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3266 struct idn *si_nextp; /* linked instances */ member