| tag | line | file | source code |
|---|---|---|---|
| CSIZE | 1418 | drivers/char/cyclades.c | switch(cflag & CSIZE){ |
| CSIZE | 2633 | drivers/char/istallion.c | switch (tiosp->c_cflag & CSIZE) { |
| CSIZE | 1192 | drivers/char/serial.c | switch (cflag & CSIZE) { |
| CSIZE | 2010 | drivers/char/stallion.c | switch (tiosp->c_cflag & CSIZE) { |
| CSIZE | 159 | include/linux/tty.h | #define C_CSIZE(tty) _C_FLAG((tty),CSIZE) |