Searched refs:OSi_Panic (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.2.1/include/nitro/ |
| D | misc.h | 46 (void) ((exp) || (OSi_Panic(__FILE__, __LINE__, "Failed assertion " #exp), 0)) 64 (void) ((exp) || (OSi_Panic(__FILE__, __LINE__, __VA_ARGS__), 0)) 85 …(void) ((exp) || (OSi_Panic(__FILE__, __LINE__, "Failed assertion %s : %s = %p", #exp, #value, va… 120 …(void) (((exp) != NULL) || (OSi_Panic(__FILE__, __LINE__, "Pointer must not be NULL ("#exp")"), 0)) 148 …(void) (SDK_IS_VALID_POINTER(exp) || (OSi_Panic(__FILE__, __LINE__, "%s(=%p) is not valid pointer"… 162 …(void) (((exp) == NULL) || SDK_IS_VALID_POINTER(exp) || (OSi_Panic(__FILE__, __LINE__, "%s(=%p) mu… 177 …(OSi_Panic(__FILE__, __LINE__, #exp " is out of bounds(%d)\n%d <= "#exp" not satisfied.", exp, min… 192 …(OSi_Panic(__FILE__, __LINE__, #exp " is out of bounds(%d)\n"#exp" <= %d not satisfied.", exp, max… 207 …(OSi_Panic(__FILE__, __LINE__, #exp " is out of bounds(%d)\n%d <= "#exp" <= %d not satisfied.", ex… 221 (void) (OSi_Panic(__FILE__, __LINE__, "Fatal Error\n"__VA_ARGS__), 0) [all …]
|
| /TwlSDK-5.2.1/include/nitro/os/common/ |
| D | printf.h | 113 void OSi_Panic(const char *file, int line, const char *fmt, ...); 124 #define OSi_Panic( file, line, ... ) OS_Terminate() macro 129 #define OS_Panic( ... ) OSi_Panic( __FILE__, __LINE__, __VA_ARGS__ ); 163 #define OSi_Panic( file, line, ... ) OS_Terminate() macro
|
| /TwlSDK-5.2.1/build/demos/os/entropy-1/src/ |
| D | wmscan.c | 35 (void) ((exp) || (OSi_Panic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
|
| /TwlSDK-5.2.1/build/libraries/os/common/src/ |
| D | os_printf.c | 53 #undef OSi_Panic 57 void OSi_Panic(const char *file, int line, const char *fmt, ...); 475 SDK_WEAK_SYMBOL void OSi_Panic(const char *file, int line, const char *fmt, ...) in OSi_Panic() function
|
| D | os_interrupt.c | 565 OSi_Panic(file, line, "irq stack %s.\nirq stack area: %08x-%08x, warning offset: %x", in OSi_CheckIrqStack()
|
| D | os_thread.c | 1555 OSi_Panic(file, line, " stack %x(id:%d) %s.\nstack area: %08x-%08x, warning offset: %x", in OSi_CheckStack()
|
| /TwlSDK-5.2.1/build/demos.TWL/mp_shared/wh/ |
| D | wh.c | 460 (void) ((exp) || (OSi_Panic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
|
| /TwlSDK-5.2.1/build/demos/wireless_shared/wh/ |
| D | wh.c | 513 (void) ((exp) || (OSi_Panic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
|