Searched refs:reason (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 910 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() 1526 … reason = new ExitReason(ExitReason.Reason.StoppedByApplicationExit, app_exit_code); in consume_raw_bytes() 1531 return reason; in consume_raw_bytes() 1535 … reason = new ExitReason(ExitReason.Reason.StoppedByWaitingForDebugger, 42); in consume_raw_bytes() [all …]
|
| D | ExecutableClasses.cs | 1564 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/ |
| D | gx2Display.h | 100 typedef void (*GX2DRCConnectCB) (s32 chan, s32 reason);
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/ |
| D | kpad.h | 332 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/ |
| D | wpad.h | 535 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | ax.h | 578 typedef void (*AXVoiceCallbackEx)(void *p, u32 context, u32 reason);
|