tag | line | file | source code |
table | 1880 | drivers/char/console.c | console_driver.table = console_table; |
table | 2712 | drivers/char/cyclades.c | cy_serial_driver.table = serial_table; |
table | 1180 | drivers/char/keyboard.c | ttytab = console_driver.table; |
table | 232 | drivers/char/pty.c | pty_driver.table = pty_table; |
table | 251 | drivers/char/pty.c | pty_slave_driver.table = ttyp_table; |
table | 2570 | drivers/char/serial.c | serial_driver.table = serial_table; |
table | 772 | drivers/char/tty_io.c | tty_loc = &driver->table[idx]; |
table | 808 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
table | 948 | drivers/char/tty_io.c | if (tty != tty->driver.table[idx]) { |
table | 976 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
table | 1020 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
table | 1059 | drivers/char/tty_io.c | tty->driver.table[idx] = NULL; |
table | 32 | drivers/char/vt.c | #define VT_IS_IN_USE(i) (console_driver.table[i] && console_driver.table[i]->count) |
table | 66 | drivers/char/vt.c | extern int con_set_trans(char * table); |
table | 67 | drivers/char/vt.c | extern int con_get_trans(char * table); |
table | 80 | drivers/scsi/constants.c | const char **table = commands[ group(opcode) ]; |
table | 81 | drivers/scsi/constants.c | switch ((unsigned long) table) { |
table | 92 | drivers/scsi/constants.c | printk("%s ",table[opcode & 0x1f]); |
table | 142 | drivers/sound/audio.c | translate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n) |
table | 147 | drivers/sound/audio.c | buff[i] = table[buff[i]]; |
table | 152 | drivers/sound/audio.c | translate_bytes (const void *table, void *buff, unsigned long n) |
table | 159 | drivers/sound/audio.c | :"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff) |
table | 116 | include/linux/tty_driver.h | struct tty_struct **table; |
table | 359 | kernel/module.c | sys_get_kernel_syms(struct kernel_sym *table) |
table | 378 | kernel/module.c | if (table != NULL) { |
table | 379 | kernel/module.c | to = table; |
table | 381 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |