taglinefilesource code
opcode60drivers/scsi/constants.c#define group(opcode) (((opcode) >> 5) & 7)
opcode75drivers/scsi/constants.cstatic void print_opcode(int opcode) {
opcode76drivers/scsi/constants.cconst char **table = commands[ group(opcode) ];
opcode79drivers/scsi/constants.cprintk("%s(0x%02x) ", reserved, opcode); 
opcode82drivers/scsi/constants.cprintk("%s(0x%02x) ", unknown, opcode); 
opcode85drivers/scsi/constants.cprintk("%s(0x%02x) ", vendor, opcode); 
opcode88drivers/scsi/constants.cprintk("%s ",table[opcode & 0x31]);
opcode92drivers/scsi/constants.cstatic void print_opcode(int opcode) {
opcode93drivers/scsi/constants.cprintk("0x%02x ", opcode);
opcode80drivers/scsi/scsi.h#define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7]
opcode148drivers/scsi/scsi_ioctl.cunsigned char opcode;
opcode160drivers/scsi/scsi_ioctl.copcode = get_fs_byte(cmd_in); 
opcode171drivers/scsi/scsi_ioctl.cmemcpy_fromfs ((void *) cmd,  cmd_in,  cmdlen = COMMAND_SIZE (opcode));
opcode163drivers/scsi/ultrastor.cunsigned char opcode: 3;    /* type of command */
opcode674drivers/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);
opcode1741net/inet/tcp.cint opcode=*ptr++;
opcode1743net/inet/tcp.cswitch(opcode)
opcode1754net/inet/tcp.cswitch(opcode)