HomeSort by: relevance | last modified time | path
    Searched defs:an_read_rid (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 28 milliseconds