taglinefilesource code
table50drivers/char/vt.cextern int con_set_trans(char * table);
table51drivers/char/vt.cextern int con_get_trans(char * table);
table76drivers/scsi/constants.cchar **table = commands[ group(opcode) ];
table77drivers/scsi/constants.cswitch ((int) table) {
table88drivers/scsi/constants.cprintk("%s ",table[opcode & 0x31]);
table101drivers/sound/audio.ctranslate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n)
table106drivers/sound/audio.cbuff[i] = table[buff[i]];
table111drivers/sound/audio.ctranslate_bytes (const void *table, void *buff, unsigned long n)
table118drivers/sound/audio.c:"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff)
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);
table308mm/swap.cint table;
table357mm/swap.cfor(table = p->swap_table; table < 1024; table++) {
table358mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[table];
table365mm/swap.ctable, pg_table);
table366mm/swap.c((unsigned long *) p->tss.cr3)[table] = 0;
table382mm/swap.cp->swap_table = table;