Searched refs:OS_FPrintf (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 378 SDK_WEAK_SYMBOL void OS_FPrintf(int console, const char *fmt, ...) in OS_FPrintf() function 443 OS_FPrintf(OS_PRINT_OUTPUT_ERROR, "%s:%d Warning:", file, line); in OSi_Warning() 445 OS_FPrintf(OS_PRINT_OUTPUT_ERROR, "\n"); in OSi_Warning() 481 OS_FPrintf(OS_PRINT_OUTPUT_ERROR, "%s:%d Panic:", file, line); in OSi_Panic() 483 OS_FPrintf(OS_PRINT_OUTPUT_ERROR, "\n"); in OSi_Panic() 519 OS_FPrintf(console, "%s:%d Warning:", file, line); in OSi_FWarning() 521 OS_FPrintf(console, "\n"); in OSi_FWarning() 557 OS_FPrintf(console, "%s:%d Panic:", file, line); in OSi_FPanic() 559 OS_FPrintf(console, "\n"); in OSi_FPanic()
|
| D | os_exception.c | 24 #define OSi_ExPrintf( ... ) OS_FPrintf(OS_PRINT_OUTPUT_ERROR, __VA_ARGS__)
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_terminate_proc.c | 157 OS_FPrintf( console, "\n" OS_EXIT_STRING, status); in OS_FExit()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 102 void OS_FPrintf(int console, const char *fmt, ...); 152 #define OS_FPrintf( console, ... ) ((void)0) macro
|