if_alc.c | 155 static int alc_newbuf(struct alc_softc *, struct alc_rxdesc *, bool); 2427 alc_newbuf(struct alc_softc *sc, struct alc_rxdesc *rxd, bool init) function in typeref:typename:int 2580 if (alc_newbuf(sc, rxd, false) != 0) { 3382 if (alc_newbuf(sc, rxd, init) != 0)
|