tag | line | file | source code |
opcode | 49 | drivers/FPU-emu/fpu_aux.c | instruction_address.opcode = 0; |
opcode | 99 | drivers/FPU-emu/fpu_emu.h | unsigned int opcode:11; |
opcode | 317 | drivers/FPU-emu/fpu_entry.c | entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; |
opcode | 1186 | drivers/FPU-emu/reg_ld_str.c | instruction_address.opcode = get_fs_word((unsigned short *) (s+0x12)); |
opcode | 1338 | drivers/FPU-emu/reg_ld_str.c | put_fs_word(instruction_address.opcode, (unsigned short *) (d+0x12)); |
opcode | 64 | drivers/scsi/constants.c | #define group(opcode) (((opcode) >> 5) & 7) |
opcode | 79 | drivers/scsi/constants.c | static void print_opcode(int opcode) { |
opcode | 80 | drivers/scsi/constants.c | const char **table = commands[ group(opcode) ]; |
opcode | 83 | drivers/scsi/constants.c | printk("%s(0x%02x) ", reserved, opcode); |
opcode | 86 | drivers/scsi/constants.c | printk("%s(0x%02x) ", unknown, opcode); |
opcode | 89 | drivers/scsi/constants.c | printk("%s(0x%02x) ", vendor, opcode); |
opcode | 92 | drivers/scsi/constants.c | printk("%s ",table[opcode & 0x1f]); |
opcode | 96 | drivers/scsi/constants.c | static void print_opcode(int opcode) { |
opcode | 97 | drivers/scsi/constants.c | printk("0x%02x ", opcode); |
opcode | 81 | drivers/scsi/scsi.h | #define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7] |
opcode | 146 | drivers/scsi/scsi_ioctl.c | unsigned char opcode; |
opcode | 158 | drivers/scsi/scsi_ioctl.c | opcode = get_fs_byte(cmd_in); |
opcode | 169 | drivers/scsi/scsi_ioctl.c | memcpy_fromfs ((void *) cmd, cmd_in, cmdlen = COMMAND_SIZE (opcode)); |
opcode | 174 | drivers/scsi/ultrastor.c | unsigned char opcode: 3; /* type of command */ |
opcode | 689 | drivers/scsi/ultrastor.c | my_mscp->opcode = OP_SCSI; |
opcode | 122 | include/linux/xd.h | static u_char xd_setup_dma (u_char opcode,u_char *buffer,u_int count); |
opcode | 1851 | net/inet/tcp.c | int opcode=*ptr++; |
opcode | 1853 | net/inet/tcp.c | switch(opcode) |
opcode | 1864 | net/inet/tcp.c | switch(opcode) |