| an.c | 139 static int an_seek_bap(struct an_softc *, int, int); 1676 an_seek_bap(struct an_softc *sc, int id, int off) function in typeref:typename:int 1688 printf("%s: timeout in an_seek_bap to 0x%x/0x%x\n", 1696 aprint_error_dev(sc->sc_dev, "failed in an_seek_bap to 0x%x/0x%x\n", 1716 if ((error = an_seek_bap(sc, id, off)) != 0) 1736 if ((error = an_seek_bap(sc, id, off)) != 0) 1754 if ((error = an_seek_bap(sc, id, off)) != 0)
|