taglinefilesource code
table76drivers/scsi/constants.cchar **table = commands[ group(opcode) ];
table77drivers/scsi/constants.cswitch ((int) table) {
table88drivers/scsi/constants.cprintk("%s ",table[opcode & 0x31]);
table81drivers/sound/audio.ctranslate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n)
table86drivers/sound/audio.cbuff[i] = table[buff[i]];
table91drivers/sound/audio.ctranslate_bytes (const void *table, void *buff, unsigned long n)
table98drivers/sound/audio.c:"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff)
table303mm/swap.cint table;
table352mm/swap.cfor(table = p->swap_table; table < 1024; table++) {
table353mm/swap.cpg_table = ((unsigned long *) p->tss.cr3)[table];
table360mm/swap.ctable, pg_table);
table361mm/swap.c((unsigned long *) p->tss.cr3)[table] = 0;
table377mm/swap.cp->swap_table = table;