tag | line | file | source code |
---|---|---|---|
NR_PORTS | 421 | kernel/chr_drv/serial.c | for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) { |
NR_PORTS | 622 | kernel/chr_drv/serial.c | if (line >= NR_PORTS) |
NR_PORTS | 979 | kernel/chr_drv/serial.c | if (line < 0 || line >= NR_PORTS) |
NR_PORTS | 1076 | kernel/chr_drv/serial.c | if ((line < 0) || (line >= NR_PORTS)) |
NR_PORTS | 1218 | kernel/chr_drv/serial.c | if ((line < 0) || (line >= NR_PORTS)) |
NR_PORTS | 1534 | kernel/chr_drv/serial.c | for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) { |