sys/dev/ic/an.c
1031
else if (an_read_rid(sc, AN_RID_STATUS, &sc->sc_buf, &buflen) != 0)
sys/dev/ic/an.c
143
static int an_read_rid(struct an_softc *, int, void *, int *);
sys/dev/ic/an.c
1876
an_read_rid(sc, AN_RID_STATUS, &sc->sc_buf, &buflen);
sys/dev/ic/an.c
197
if (an_read_rid(sc, AN_RID_GENCONFIG, &sc->sc_config, &buflen) != 0) {
sys/dev/ic/an.c
205
if (an_read_rid(sc, AN_RID_CAPABILITIES, &sc->sc_caps, &buflen) != 0) {
sys/dev/ic/an.c
220
if (an_read_rid(sc, dumprid[rid], &sc->sc_buf, &buflen)
sys/dev/ic/an.c
235
while (an_read_rid(sc, rid, akey, &buflen) == 0) {