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

  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 79 int sc_rd_cnt, sc_wr_cnt; member in struct:satmgr_softc
239 sc->sc_wr_cnt = 0;
544 if (sc->sc_wr_cnt == sizeof(sc->sc_wr_buf) && (flags & IO_NDELAY)) {
549 while (sc->sc_wr_cnt == sizeof(sc->sc_wr_buf)) {
554 while (uio->uio_resid > 0 && sc->sc_wr_cnt < sizeof(sc->sc_wr_buf)) {
560 sc->sc_wr_cnt += n;
713 n = uimin(sc->sc_wr_cnt, 16);
718 sc->sc_wr_cnt -= 1;

Completed in 43 milliseconds