taglinefilesource code
opcode49drivers/FPU-emu/fpu_aux.cinstruction_address.opcode = 0;
opcode99drivers/FPU-emu/fpu_emu.hunsigned int opcode:11;
opcode317drivers/FPU-emu/fpu_entry.centry_sel_off.opcode = (byte1 << 8) | FPU_modrm;
opcode1186drivers/FPU-emu/reg_ld_str.cinstruction_address.opcode = get_fs_word((unsigned short *) (s+0x12));
opcode1338drivers/FPU-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]
opcode146drivers/scsi/scsi_ioctl.cunsigned char opcode;
opcode158drivers/scsi/scsi_ioctl.copcode = get_fs_byte(cmd_in); 
opcode169drivers/scsi/scsi_ioctl.cmemcpy_fromfs ((void *) cmd,  cmd_in,  cmdlen = COMMAND_SIZE (opcode));
opcode174drivers/scsi/ultrastor.cunsigned char opcode: 3;    /* type of command */
opcode689drivers/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);
opcode1851net/inet/tcp.cint opcode=*ptr++;
opcode1853net/inet/tcp.cswitch(opcode)
opcode1864net/inet/tcp.cswitch(opcode)