taglinefilesource code
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.cverify_area(VERIFY_WRITE, to, symbol_table_size * sizeof *table);
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;