|
| u32 | __OSIsDebuggerPresent (void) |
| |
| void | __OSPSInit (void) |
| |
| void | __OSGetIOSRev (OSIOSRev *rev) |
| |
| void | __OSInitAlarm (void) |
| |
| void | __OSCancelInternalAlarms (void *userdata) |
| |
| void | __OSInitAudioSystem (void) |
| |
| void | __OSStopAudioSystem (void) |
| |
| void | __OSCacheInit (void) |
| |
| void | __OSContextInit (void) |
| |
| void | __OSUnhandledException (__OSException exception, OSContext *context, u32 dsisr, u32 dar) |
| |
| void | __OSGetExecParams (OSExecParams *params) |
| |
| void | __OSSetExecParams (const OSExecParams *params, OSExecParams *addr) |
| |
| void | __OSBootDolSimple (u32 doloffset, u32 restartCode, void *regionStart, void *regionEnd, BOOL argsUseDefault, s32 argc, char **argv) |
| |
| void | __OSBootDol (u32 doloffset, u32 restartCode, const char **argv) |
| |
| void | __OSLaunchMenu () |
| |
| void | __RAS_OSDisableInterrupts_begin (void) |
| |
| void | __RAS_OSDisableInterrupts_end (void) |
| |
| __OSInterruptHandler | __OSSetInterruptHandler (__OSInterrupt interrupt, __OSInterruptHandler handler) |
| |
| __OSInterruptHandler | __OSGetInterruptHandler (__OSInterrupt interrupt) |
| |
| void | __OSInterruptInit (void) |
| |
| OSInterruptMask | __OSMaskInterrupts (OSInterruptMask global) |
| |
| OSInterruptMask | __OSUnmaskInterrupts (OSInterruptMask global) |
| |
| void | __OSDispatchInterrupt (__OSException exception, OSContext *context) |
| |
| void | __OSModuleInit (void) |
| |
| void | __OSInitIPCBuffer (void) |
| |
| void | __OSRelaunchTitle (u32 resetCode) |
| |
| void | __OSInitMemoryProtection (void) |
| |
| void | __OSRestoreCodeExecOnMEM1 (u32 param_0) |
| |
| void | __OSUnlockAllMutex (OSThread *thread) |
| |
| int | __OSCheckDeadLock (OSThread *thread) |
| |
| int | __OSCheckMutexes (OSThread *thread) |
| |
| void | __OSInitNet (void) |
| |
| void | __OSInitPlayTime (void) |
| |
| s32 | __OSGetPlayTime (ESTicketView *ticket, __OSPlayTimeType *type, u32 *playTime) |
| |
| BOOL | __OSWriteExpiredFlagIfSet (void) |
| |
| void | __OSStartPlayRecord (void) |
| |
| void | __OSShutdownDevices (u32 event) |
| |
| int | __OSCallShutdownFunctions (BOOL final, u32 event) |
| |
| void | __OSReturnToMenuForError (void) |
| |
| void | __OSHotResetForError (void) |
| |
| int | __OSGetRTC (u32 *rtc) |
| |
| int | __OSSetRTC (u32 rtc) |
| |
| void | __OSInitSram (void) |
| |
| OSSram * | __OSLockSram (void) |
| |
| OSSramEx * | __OSLockSramEx (void) |
| |
| int | __OSUnlockSram (BOOL commit) |
| |
| int | __OSUnlockSramEx (BOOL commit) |
| |
| int | __OSSyncSram (void) |
| |
| int | __OSCheckSram (void) |
| |
| int | __OSReadROM (void *buffer, s32 length, s32 offset) |
| |
| int | __OSReadROMAsync (void *buffer, s32 length, s32 offset, void(*callback)()) |
| |
| u8 | __OSGetBootMode (void) |
| |
| void | __OSSetBootMode (u8 ntd) |
| |
| BOOL | __OSGetRTCFlags (u32 *flags) |
| |
| BOOL | __OSClearRTCFlags (void) |
| |
| void | __OSSystemCallVectorStart () |
| |
| void | __OSSystemCallVectorEnd () |
| |
| void | __OSInitSystemCall (void) |
| |
| void | __OSInitSTM (void) |
| |
| BOOL | __OSWriteExpiredFlag (void) |
| |
| int | __OSSetVIForceDimming (BOOL isEnabled, u32 yShift, u32 xShift) |
| |
| s32 | __OSUnRegisterStateEvent (void) |
| |
| void | __OSShutdownToSBY (void) |
| |
| void | __OSHotReset (void) |
| |
| void | __OSThreadInit (void) |
| |
| s32 | __OSGetEffectivePriority (OSThread *thread) |
| |
| void | __OSPromoteThread (OSThread *thread, s32 priority) |
| |
| void | __OSReschedule (void) |
| |
| void | __OSSetTime (OSTime time) |
| |
| OSTime | __OSGetSystemTime () |
| |
| void | __OSSetTick (__REGISTER OSTick newTicks) |
| |
| OSTime | __OSTimeToSystemTime (OSTime time) |
| |
| | __declspec (section ".init") asm void __init_hardware(void) |
| |
| void | __init_user (void) |
| |
| void | _ExitProcess (void) |
| |
| DECL_WEAK void | InitMetroTRK_BBA () |
| |
| OSTime | __get_clock (void) |
| |
| u32 | __get_time (void) |
| |
| int | __to_gm_time (void) |
| |