ch.c | 722 ch_ousergetelemstatus(struct ch_softc *sc, int chet, u_int8_t *uptr) 736 if (sc->sc_counts[chet] == 0) 744 error = ch_getelemstatus(sc, sc->sc_firsts[chet], 745 sc->sc_counts[chet], &st_hdr, sizeof(st_hdr), 0, 0); 765 error = ch_getelemstatus(sc, sc->sc_firsts[chet], 766 sc->sc_counts[chet], data, size, 0, 0); 780 if (avail != sc->sc_counts[chet]) 1255 int chet; local in function:ch_map_element 1257 for (chet = CHET_MT; chet <= CHET_DT; chet++) [all...] |