Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390x/
Ddebug.h238 #define INTERNAL_ERROR(x...) PRINT_FATAL ( INTERNAL_ERRMSG ( x ) ) macro
240 #define INTERNAL_ERROR(x...) PRINT_ERR ( INTERNAL_ERRMSG ( x ) ) macro
242 #define INTERNAL_ERROR(x...) PRINT_WARN ( INTERNAL_ERRMSG ( x ) ) macro
244 #define INTERNAL_ERROR(x...) macro
/linux-2.4.37.9/include/asm-s390/
Ddebug.h238 #define INTERNAL_ERROR(x...) PRINT_FATAL ( INTERNAL_ERRMSG ( x ) ) macro
240 #define INTERNAL_ERROR(x...) PRINT_ERR ( INTERNAL_ERRMSG ( x ) ) macro
242 #define INTERNAL_ERROR(x...) PRINT_WARN ( INTERNAL_ERRMSG ( x ) ) macro
244 #define INTERNAL_ERROR(x...) macro
/linux-2.4.37.9/drivers/scsi/
Dscsi_obsolete.c78 #define INTERNAL_ERROR (panic ("Internal error in file %s, line %d.\n", __FILE__, __LINE__)) macro
670 INTERNAL_ERROR; in scsi_old_done()