Lines Matching defs:sci
264 struct ppp_softc *sc, *sci, *scl = NULL;
271 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) {
272 scl = sci;
273 if (i < sci->sc_unit) {
278 KASSERT(i == sci->sc_unit);
286 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) {
287 scl = sci;
288 if (unit < sci->sc_unit)
290 else if (unit == sci->sc_unit) {
298 if (sci != NULL)
299 LIST_INSERT_BEFORE(sci, sc, sc_iflist);