Lines Matching refs:msg
632 #define OSHalt(msg) OSPanic(__FILE__, __LINE__, msg) argument
648 #define ASSERTMSG(exp, msg) \ argument
650 (OSPanic(__FILE__, __LINE__, (msg)), 0))
655 #define ASSERTMSG1(exp, msg, param1) \ argument
657 (OSPanic(__FILE__, __LINE__, (msg), \
662 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
664 (OSPanic(__FILE__, __LINE__, (msg), \
669 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
671 (OSPanic(__FILE__, __LINE__, (msg), \
676 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
678 (OSPanic(__FILE__, __LINE__, (msg), \
692 #define ASSERTMSG(exp, msg) ((void) 0) argument
697 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
700 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
703 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
706 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
713 void OSPanic ( const char* file, int line, const char* msg, ... );
714 void OSReport ( const char* msg, ... );
715 void OSVReport( const char* msg, va_list list );
716 void OSFatal ( GXColor fg, GXColor bg, const char* msg );