taglinefilesource code
opcode35arch/alpha/kernel/traps.casmlinkage void do_entUna(unsigned long va, unsigned long opcode, unsigned long reg, struct pt_regs * regs)
opcode37arch/alpha/kernel/traps.cprintk("Unaligned trap: %016lx %ld %ld\n", va, opcode, reg);
opcode49arch/i386/math-emu/fpu_aux.cinstruction_address.opcode = 0;
opcode99arch/i386/math-emu/fpu_emu.hunsigned int opcode:11;
opcode316arch/i386/math-emu/fpu_entry.centry_sel_off.opcode = (byte1 << 8) | FPU_modrm;
opcode1186arch/i386/math-emu/reg_ld_str.cinstruction_address.opcode = get_fs_word((unsigned short *) (s+0x12));
opcode1338arch/i386/math-emu/reg_ld_str.cput_fs_word(instruction_address.opcode, (unsigned short *) (d+0x12));
opcode64drivers/scsi/constants.c#define group(opcode) (((opcode) >> 5) & 7)
opcode79drivers/scsi/constants.cstatic void print_opcode(int opcode) {
opcode80drivers/scsi/constants.cconst char **table = commands[ group(opcode) ];
opcode83drivers/scsi/constants.cprintk("%s(0x%02x) ", reserved, opcode); 
opcode86drivers/scsi/constants.cprintk("%s(0x%02x) ", unknown, opcode); 
opcode89drivers/scsi/constants.cprintk("%s(0x%02x) ", vendor, opcode); 
opcode92drivers/scsi/constants.cprintk("%s ",table[opcode & 0x1f]);
opcode96drivers/scsi/constants.cstatic void print_opcode(int opcode) {
opcode97drivers/scsi/constants.cprintk("0x%02x ", opcode);
opcode81drivers/scsi/scsi.h#define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7]
opcode152drivers/scsi/scsi_ioctl.cunsigned char opcode;
opcode164drivers/scsi/scsi_ioctl.copcode = get_fs_byte(cmd_in); 
opcode176drivers/scsi/scsi_ioctl.cmemcpy_fromfs ((void *) cmd,  cmd_in,  cmdlen = COMMAND_SIZE (opcode));
opcode233drivers/scsi/sg.cunsigned char opcode;
opcode292drivers/scsi/sg.copcode = get_fs_byte(buf);
opcode293drivers/scsi/sg.csize=COMMAND_SIZE(opcode);
opcode294drivers/scsi/sg.cif (opcode >= 0xc0 && device->header.twelve_byte) size = 12;
opcode195drivers/scsi/u14-34f.cunsigned char opcode: 3;             /* type of command */
opcode501drivers/scsi/u14-34f.ccpp->opcode = OP_SCSI;
opcode174drivers/scsi/ultrastor.cunsigned char opcode: 3;    /* type of command */
opcode693drivers/scsi/ultrastor.cmy_mscp->opcode = OP_SCSI;
opcode122include/linux/xd.hstatic u_char xd_setup_dma (u_char opcode,u_char *buffer,u_int count);
opcode2597net/inet/tcp.cint opcode=*ptr++;
opcode2599net/inet/tcp.cswitch(opcode)
opcode2610net/inet/tcp.cswitch(opcode)