Data Structures | |
struct | ISVDbg |
Macros | |
#define | gISVDbgPrnAdrs ((ISVDbg*) 0xb3ff0000) |
Functions | |
char * | is_debug_print (char *arg0, const char *str, size_t count) |
void | is_debug_init (void) |
void | printf (const char *fmt,...) |
void | osSyncPrintf (const char *fmt,...) |
void | rmonPrintf (const char *fmt,...) |
void | is_debug_panic (const char *message, char *file, s32 line) |
struct ISVDbg |
#define gISVDbgPrnAdrs ((ISVDbg*) 0xb3ff0000) |
Referenced by is_debug_init(), and is_debug_print().
void is_debug_init | ( | void | ) |
Referenced by boot_main().
void is_debug_panic | ( | const char * | message, |
char * | file, | ||
s32 | line ) |
char * is_debug_print | ( | char * | arg0, |
const char * | str, | ||
size_t | count ) |
Referenced by osSyncPrintf(), printf(), and rmonPrintf().
void osSyncPrintf | ( | const char * | fmt, |
... ) |
Referenced by is_debug_panic(), UnkModelFunc000(), and UnkModelFunc001().
void printf | ( | const char * | fmt, |
... ) |
void rmonPrintf | ( | const char * | fmt, |
... ) |