/src/bin/chio/ |
chio.c | 480 int i, chet, count, echet, flags, have_ucount, have_unit; local in function:do_status 578 for (chet = schet; chet <= echet; ++chet) { 579 switch (chet) { 603 elements[chet].et_name); 637 cmd.cesr_type = chet; 656 (void)printf("%s %d: ", elements[chet].et_name,
|
chio.c | 480 int i, chet, count, echet, flags, have_ucount, have_unit; local in function:do_status 578 for (chet = schet; chet <= echet; ++chet) { 579 switch (chet) { 603 elements[chet].et_name); 637 cmd.cesr_type = chet; 656 (void)printf("%s %d: ", elements[chet].et_name,
|
/src/sys/dev/scsipi/ |
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...] |
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...] |