Searched refs:console (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.5/include/nitro/os/common/ |
| D | printf.h | 70 typedef void (*OSFPutStringHookType)(int type, int console, const char *str); 77 extern void (*OS_FPutString) (int console, const char *str); 98 void OS_FPutChar(int console, char c); 99 void OS_VFPrintf(int console, const char *fmt, va_list vlist); 100 void OS_TVFPrintf(int console, const char *fmt, va_list vlist); 101 void OS_TVFPrintfEx(int console, const char *fmt, va_list vlist); 102 void OS_FPrintf(int console, const char *fmt, ...); 103 void OS_TFPrintf(int console, const char *fmt, ...); 104 void OS_TFPrintfEx(int console, const char *fmt, ...); 106 void OSi_FWarning(int console, const char *file, int line, const char *fmt, ...); [all …]
|
| D | system.h | 245 extern void OS_FExit(int console, int status);
|
| /TwlSDK-5.5/build/libraries/os/common/src/ |
| D | os_printf.c | 35 void ISTDPrintEx(int console, const char *); 79 SDK_WEAK_SYMBOL void OS_FPutChar(int console, char c) in OS_FPutChar() argument 88 OS_FPutString(console, str); in OS_FPutChar() 104 static void OS_FPutStringInit(int console, const char *str); 107 static void OS_FPutStringDummy(int console, const char *str); 108 static void OS_FPutStringAris(int console, const char *str); 109 static void OS_FPutStringISD(int console, const char *str); 110 static void OS_FPutStringISTD(int console, const char *str); 112 static void OS_FPutStringPrnSrv(int console, const char *str); 118 void (*OS_FPutString) (int console, const char *str) = OS_FPutStringInit; [all …]
|
| /TwlSDK-5.5/build/tools/loadrun.TWL/ |
| D | loadrun.c | 168 BOOL outputString(TWLArch arch, int console, char *buf, int bufSize); 170 static void printCallback( LPVOID user, ISDCPUARCH arch, DWORD console, const void* recvBuf, DWORD … 987 static void printCallback( LPVOID user, ISDCPUARCH arch, DWORD console, const void* recvBuf, DWORD … in printCallback() argument 991 outputString(arch, console, (char*)recvBuf, size); in printCallback() 1014 void showAddition(TWLArch arch, int console) in showAddition() argument 1019 if ( gIsLineHead[console] ) in showAddition() 1035 console = -1; in showAddition() 1039 if ( archIndex<0 && console<0 ) in showAddition() 1045 printf("<%d>", console ); in showAddition() 1047 else if ( console<0 ) in showAddition() [all …]
|
| /TwlSDK-5.5/build/libraries/os/ARM9/src/ |
| D | os_terminate_proc.c | 151 SDK_WEAK_SYMBOL void OS_FExit(int console, int status) in OS_FExit() argument 154 #pragma unused( console, status ) in OS_FExit() 157 OS_FPrintf( console, "\n" OS_EXIT_STRING, status); in OS_FExit()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOBitmap.c | 36 void (*HookedConsole)(int console, const char *string); 77 static void LogConsole(int console, const char *string) in LogConsole() argument 81 (*context->HookedConsole)(console, string); in LogConsole()
|