taglinefilesource code
table1881drivers/char/console.cconsole_driver.table = console_table;
table2470drivers/char/cyclades.ccy_serial_driver.table = serial_table;
table1169drivers/char/keyboard.cttytab = console_driver.table;
table232drivers/char/pty.cpty_driver.table = pty_table;
table251drivers/char/pty.cpty_slave_driver.table = ttyp_table;
table2420drivers/char/serial.cserial_driver.table = serial_table;
table771drivers/char/tty_io.ctty_loc = &driver->table[idx];
table807drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
table947drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
table975drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
table1019drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
table1056drivers/char/tty_io.ctty->driver.table[idx] = NULL;
table32drivers/char/vt.c#define VT_IS_IN_USE(i)  (console_driver.table[i] && console_driver.table[i]->count)
table66drivers/char/vt.cextern int con_set_trans(char * table);
table67drivers/char/vt.cextern int con_get_trans(char * table);
table80drivers/scsi/constants.cconst char **table = commands[ group(opcode) ];
table81drivers/scsi/constants.cswitch ((unsigned long) table) {
table92drivers/scsi/constants.cprintk("%s ",table[opcode & 0x1f]);
table142drivers/sound/audio.ctranslate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n)
table147drivers/sound/audio.cbuff[i] = table[buff[i]];
table152drivers/sound/audio.ctranslate_bytes (const void *table, void *buff, unsigned long n)
table159drivers/sound/audio.c:"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff)
table116include/linux/tty_driver.hstruct tty_struct **table;
table359kernel/module.csys_get_kernel_syms(struct kernel_sym *table)
table378kernel/module.cif (table != NULL) {
table379kernel/module.cto = table;
table381kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))