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

  /src/sys/arch/amiga/dev/
ser.c 151 static u_short sbcnt; variable in typeref:typename:u_short
350 sbcnt = 0;
516 if (sbcnt == SERIBUF_SIZE) {
526 ++sbcnt;
527 if (sbcnt > SERIBUF_SIZE - 20)
547 while (sbcnt > 0 && (tp->t_state & TS_TBLOCK) == 0) {
556 sbcnt--;
569 if (sbcnt == 0 && (tp->t_state & TS_TBLOCK) == 0)
ser.c 151 static u_short sbcnt; variable in typeref:typename:u_short
350 sbcnt = 0;
516 if (sbcnt == SERIBUF_SIZE) {
526 ++sbcnt;
527 if (sbcnt > SERIBUF_SIZE - 20)
547 while (sbcnt > 0 && (tp->t_state & TS_TBLOCK) == 0) {
556 sbcnt--;
569 if (sbcnt == 0 && (tp->t_state & TS_TBLOCK) == 0)

Completed in 26 milliseconds