Home | History | Annotate | Download | only in net

Lines Matching defs:softcv

62 static struct srt_softc *softcv[SRT_MAXUNIT+1];
278 if (softcv[unit])
299 softcv[unit] = sc;
319 if (softcv[sc->unit] != sc) {
321 sc->unit, (void *)softcv[sc->unit], (void *)sc);
323 softcv[sc->unit] = 0;
348 softcv[i] = 0;
372 if(softcv[i]) {
396 sc = softcv[unit];
399 sc = softcv[unit];
416 sc = softcv[unit];
433 sc = softcv[minor(dev)];