Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs910 public Reason reason; field in Nintendo.SDSG.CatToucan.ExitReason
915 reason = r; in ExitReason()
1175 if (reason_for_remotely_initiated_stop.reason != ExitReason.Reason.NoExit) in RelaySerialCharacters()
1208 … reason_for_remotely_initiated_stop.reason = ExitReason.Reason.StoppedByAlternateTermination; in RelaySerialCharacters()
1211 else if (reason_for_remotely_initiated_stop.reason == ExitReason.Reason.NoExit) in RelaySerialCharacters()
1213 … reason_for_remotely_initiated_stop.reason = ExitReason.Reason.StoppedDueToDroppedConnection; in RelaySerialCharacters()
1371 ExitReason reason = new ExitReason(ExitReason.Reason.NoExit, 0); in consume_raw_bytes()
1526reason = new ExitReason(ExitReason.Reason.StoppedByApplicationExit, app_exit_code); in consume_raw_bytes()
1531 return reason; in consume_raw_bytes()
1535reason = new ExitReason(ExitReason.Reason.StoppedByWaitingForDebugger, 42); in consume_raw_bytes()
[all …]
DExecutableClasses.cs1564 exit_reason.reason, in outputThread()
1569 Log.WriteLine("cattoucan exiting with reason = " + exit_reason.reason); in outputThread()
1572 … if (exit_reason.reason == Nintendo.SDSG.CatToucan.ExitReason.Reason.StoppedDueToDroppedConnection) in outputThread()
1667 … if (exit_reason.reason != Nintendo.SDSG.CatToucan.ExitReason.Reason.StoppedDueToDroppedConnection) in stopCattoucan()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Display.h100 typedef void (*GX2DRCConnectCB) (s32 chan, s32 reason);
/CafeSDK-2.12.13-1/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-1/system/include/cafe/pads/wpad/
Dwpad.h535 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
/CafeSDK-2.12.13-1/system/include/cafe/
Dax.h578 typedef void (*AXVoiceCallbackEx)(void *p, u32 context, u32 reason);