Searched refs:ss_nextp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1062 for (tstp = idn.strup; tstp; tstp = tstp->ss_nextp)
1916 for (stp = idn.strup; stp; stp = stp->ss_nextp) {
1989 for (; nstp = (*acceptfunc)(stp->ss_nextp, sip, type, dhostp);
2047 for (; stp; stp = stp->ss_nextp) {
2073 for (; stp; stp = stp->ss_nextp) {
2101 for (stp = idn.strup; stp; stp = stp->ss_nextp) {
2261 for (stp = idn.strup; stp; stp = stp->ss_nextp) {
H A Didn.c654 for (stp = idn.strup; stp; stp = stp->ss_nextp)
1515 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp) {
1544 stp->ss_nextp = *pstp;
1600 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp)
1605 *pstp = stp->ss_nextp;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3130 * ss_nextp Linked list of streams.
3145 struct idnstr *ss_nextp; member in struct:idnstr

Completed in 71 milliseconds