Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dconstants.c22 #define CONST_MSG 0x20 macro
33 | CONST_CMND | CONST_MSG | CONST_HOST | CONST_DRIVER)
820 #if (CONSTANTS & CONST_MSG)
851 #if (CONSTANTS & CONST_MSG) in print_msg()
878 #if (CONSTANTS & CONST_MSG) in print_msg()
889 #if (CONSTANTS & CONST_MSG) in print_msg()
900 #if (CONSTANTS & CONST_MSG) in print_msg()
912 #if (CONSTANTS & CONST_MSG) in print_msg()
DChangeLog1146 * constants.c: Define CONST_CMND and CONST_MSG. Other minor
1147 cleanups along the way. Improve handling of CONST_MSG.