Searched refs:INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance
238 #define INTERNAL_ERROR(x...) PRINT_FATAL ( INTERNAL_ERRMSG ( x ) ) macro240 #define INTERNAL_ERROR(x...) PRINT_ERR ( INTERNAL_ERRMSG ( x ) ) macro242 #define INTERNAL_ERROR(x...) PRINT_WARN ( INTERNAL_ERRMSG ( x ) ) macro244 #define INTERNAL_ERROR(x...) macro
78 #define INTERNAL_ERROR (panic ("Internal error in file %s, line %d.\n", __FILE__, __LINE__)) macro670 INTERNAL_ERROR; in scsi_old_done()