tag | line | file | source code |
---|---|---|---|
l | 1448 | kernel/chr_drv/console.c | int currcons, l; |
l | 1458 | kernel/chr_drv/console.c | for (l=video_num_lines*video_num_columns; l>0 ; l--, sptr++) |
l | 16 | kernel/ioport.c | static char * ios(unsigned long l) |
l | 23 | kernel/ioport.c | str[i] = (l & mask) ? '1' : '0'; |