taglinefilesource code
table1452drivers/char/console.cconsole_driver.table = console_table;
table888drivers/char/keyboard.cttytab = console_driver.table;
table180drivers/char/pty.cpty_driver.table = pty_table;
table197drivers/char/pty.cpty_slave_driver.table = ttyp_table;
table2209drivers/char/serial.cserial_driver.table = serial_table;
table730drivers/char/tty_io.ctty_loc = &driver->table[idx];
table766drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
table899drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
table927drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
table980drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
table998drivers/char/tty_io.ctty->driver.table[idx] = NULL;
table52drivers/char/vt.cextern int con_set_trans(char * table);
table53drivers/char/vt.cextern int con_get_trans(char * table);
table488drivers/char/vt.cif (console_driver.table[i] &&
table489drivers/char/vt.cconsole_driver.table[i]->count > 0)
table503drivers/char/vt.cif (!console_driver.table[i] ||
table504drivers/char/vt.cconsole_driver.table[i]->count == 0)
table76drivers/scsi/constants.cconst char **table = commands[ group(opcode) ];
table77drivers/scsi/constants.cswitch ((int) table) {
table88drivers/scsi/constants.cprintk("%s ",table[opcode & 0x31]);
table103drivers/sound/audio.ctranslate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n)
table108drivers/sound/audio.cbuff[i] = table[buff[i]];
table113drivers/sound/audio.ctranslate_bytes (const void *table, void *buff, unsigned long n)
table120drivers/sound/audio.c:"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff)
table109include/linux/tty_driver.hstruct tty_struct **table;
table136kernel/module.csys_get_kernel_syms(struct kernel_sym *table)
table149kernel/module.cif (table != NULL) {
table151kernel/module.cto = table;
table152kernel/module.ci = verify_area(VERIFY_WRITE, to, symbol_table_size * sizeof *table);
table296mm/swap.cint table;
table345mm/swap.cfor(table = p->mm->swap_table; table < 1024; table++) {
table346mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[table];
table353mm/swap.ctable, pg_table);
table354mm/swap.c((unsigned long *) p->tss.cr3)[table] = 0;
table370mm/swap.cp->mm->swap_table = table;