Home
last modified time | relevance | path

Searched refs:two_byte_msgs (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dconstants.c832 static const char *two_byte_msgs[] = { variable
837 #define NO_TWO_BYTE_MSGS (sizeof(two_byte_msgs) / sizeof (const char *))
844 #define NO_EXTENDED_MSGS (sizeof(two_byte_msgs) / sizeof (const char *))
902 printk("%s %02x ", two_byte_msgs[msg[0] - 0x20], in print_msg()