taglinefilesource code
table2009drivers/char/console.cconsole_driver.table = console_table;
table2726drivers/char/cyclades.ccy_serial_driver.table = serial_table;
table1179drivers/char/keyboard.cttytab = console_driver.table;
table232drivers/char/pty.cpty_driver.table = pty_table;
table251drivers/char/pty.cpty_slave_driver.table = ttyp_table;
table2186drivers/char/scc.cscc_driver.table = scc_table;
table2612drivers/char/serial.cserial_driver.table = serial_table;
table783drivers/char/tty_io.ctty_loc = &driver->table[idx];
table819drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
table966drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
table994drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
table1041drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
table1078drivers/char/tty_io.ctty->driver.table[idx] = NULL;
table33drivers/char/vt.c#define VT_IS_IN_USE(i)  (console_driver.table[i] && console_driver.table[i]->count)
table67drivers/char/vt.cextern int con_set_trans_old(unsigned char * table);
table68drivers/char/vt.cextern int con_get_trans_old(unsigned char * table);
table69drivers/char/vt.cextern int con_set_trans_new(unsigned short * table);
table70drivers/char/vt.cextern int con_get_trans_new(unsigned short * table);
table111drivers/char/vt.cif ( console_driver.table[i] )
table113drivers/char/vt.cif ( row ) console_driver.table[i]->winsize.ws_row = row;
table114drivers/char/vt.cif ( col ) console_driver.table[i]->winsize.ws_col = col;
table95drivers/scsi/constants.cconst char **table = commands[ group(opcode) ];
table96drivers/scsi/constants.cswitch ((unsigned long) table) {
table107drivers/scsi/constants.cprintk("%s ",table[opcode & 0x1f]);
table159drivers/sound/audio.ctranslate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n)
table164drivers/sound/audio.cbuff[i] = table[buff[i]];
table169drivers/sound/audio.ctranslate_bytes (const void *table, void *buff, unsigned long n)
table176drivers/sound/audio.c:     "b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff)
table116include/linux/tty_driver.hstruct tty_struct **table;
table367kernel/module.csys_get_kernel_syms(struct kernel_sym *table)
table386kernel/module.cif (table != NULL) {
table387kernel/module.cto = table;
table389kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))