Searched refs:si_nextp (Results 1 – 4 of 4) sorted by relevance
738 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()
966 for (sip = idn.sip; sip; sip = sip->si_nextp) {
12228 for (sip = idn.sip; sip; sip = sip->si_nextp) { in idn_open_channel()
3266 struct idn *si_nextp; /* linked instances */ member