Searched refs:RC_IBUFSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/rc/
H A Drc.c71 #define RC_IBUFSIZE 256 macro
72 #define RB_I_HIGH_WATER (TTYHOG - 2 * RC_IBUFSIZE)
74 #define RC_IHIGHWATER (3 * RC_IBUFSIZE / 4)
75 #define INPUT_FLAGS_SHIFT (2 * RC_IBUFSIZE)
96 u_char rc_ibuf[4 * RC_IBUFSIZE]; /* input buffer */
292 rc->rc_bufend = &rc->rc_ibuf[RC_IBUFSIZE];
701 if (rc->rc_bufend == &rc->rc_ibuf[2 * RC_IBUFSIZE])
702 tptr = &rc->rc_ibuf[RC_IBUFSIZE];
707 if (rc->rc_bufend == &rc->rc_ibuf[2 * RC_IBUFSIZE]) {
709 rc->rc_bufend = &rc->rc_ibuf[RC_IBUFSIZE];
[all...]

Completed in 297 milliseconds