OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 606 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025