tag | line | file | source code |
host_byte | 587 | drivers/scsi/constants.c | printk("Hostbyte=0x%02x",host_byte(scsiresult)); |
host_byte | 588 | drivers/scsi/constants.c | if(host_byte(scsiresult)>maxcode) { |
host_byte | 592 | drivers/scsi/constants.c | printk("(%s) ",hostbyte_table[host_byte(scsiresult)]); |
host_byte | 596 | drivers/scsi/constants.c | { printk("Hostbyte=0x%02x ",host_byte(scsiresult)); |
host_byte | 1482 | drivers/scsi/scsi.c | if(host_byte(result) == DID_ABORT && SCpnt->abort_reason) |
host_byte | 1502 | drivers/scsi/scsi.c | switch (host_byte(result)) |
host_byte | 1101 | drivers/scsi/sd.c | host_byte(the_result), |