Home
last modified time | relevance | path

Searched defs:outcnt (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c48 static unsigned outcnt; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c55 static unsigned outcnt = 0; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c43 static unsigned outcnt = 0; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c43 static unsigned outcnt = 0; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c130 static unsigned outcnt; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c38 static unsigned outcnt = 0; /* bytes in output buffer */ variable
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c50 static unsigned outcnt = 0; /* bytes in output buffer */ variable
/linux-2.4.37.9/init/
Ddo_mounts.c969 static unsigned outcnt; /* bytes in output buffer */ variable
/linux-2.4.37.9/drivers/sbus/char/
Ductrl.c275 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local