Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DCharacter stream dumper.cs910 public Reason reason; field in Nintendo.SDSG.CatToucan.ExitReason
915 reason = r; in ExitReason()
1141 if (reason_for_remotely_initiated_stop.reason != ExitReason.Reason.NoExit) in RelaySerialCharacters()
1159 … reason_for_remotely_initiated_stop.reason = ExitReason.Reason.StoppedByAlternateTermination; in RelaySerialCharacters()
1162 else if (reason_for_remotely_initiated_stop.reason == ExitReason.Reason.NoExit) in RelaySerialCharacters()
1164 … reason_for_remotely_initiated_stop.reason = ExitReason.Reason.StoppedDueToDroppedConnection; in RelaySerialCharacters()
1322 ExitReason reason = new ExitReason(ExitReason.Reason.NoExit, 0); in consume_raw_bytes()
1475reason = new ExitReason(ExitReason.Reason.StoppedByApplicationExit, app_exit_code); in consume_raw_bytes()
1480 return reason; in consume_raw_bytes()
1484reason = new ExitReason(ExitReason.Reason.StoppedByWaitingForDebugger, 42); in consume_raw_bytes()
[all …]
DExecutableClasses.cs1542 exit_reason.reason, in outputThread()
1547 Log.WriteLine("cattoucan exiting with reason = " + exit_reason.reason); in outputThread()
1550 … if (exit_reason.reason == Nintendo.SDSG.CatToucan.ExitReason.Reason.StoppedDueToDroppedConnection) in outputThread()
1645 … if (exit_reason.reason != Nintendo.SDSG.CatToucan.ExitReason.Reason.StoppedDueToDroppedConnection) in stopCattoucan()
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Display.h100 typedef void (*GX2DRCConnectCB) (s32 chan, s32 reason);
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h332 typedef void ( *KPADControlDpdCallback )( s32 chan, s32 reason ) ;
386 typedef void ( *KPADControlMplsCallback )( s32 chan, s32 reason ) ;
/CafeSDK-2.12.13/system/include/cafe/pads/wpad/
Dwpad.h535 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
/CafeSDK-2.12.13/system/include/cafe/
Dax.h578 typedef void (*AXVoiceCallbackEx)(void *p, u32 context, u32 reason);