Searched refs:command (Results 1 – 11 of 11) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | uhs_cos.h | 104 UhsEpCommandType command, 110 UhsEpCommandType command, 121 UhsDeviceCommandType command,
|
| /CafeSDK-2.12.13/system/include/cafe/pads/wpad/ |
| D | wpadBalance.h | 49 s32 WPADControlBLC( s32 chan, u8 command, WPADCallback callback );
|
| D | wpad.h | 585 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback ); 588 s32 WPADControlExtGimmick ( s32 chan, u32 command, WPADCallback callback ); 599 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback ); 604 void WPADControlMotor ( s32 chan, u32 command );
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Program.cs | 175 internal static string command = string.Empty; field in CafeX.Program 544 command = args[arg_pos].ToLowerInvariant(); in Main() 582 if (!command.Equals("stop")) in Main() 740 switch (command.ToLowerInvariant()) in DoCommand() 909 if (string.IsNullOrEmpty(command) || command.StartsWith("-")) in DoCommand() 915 …e("CafeX Error: Invalid command '{0}'. Please try \"cafex help\" for usage information.", command); in DoCommand()
|
| D | CafeFunctions.cs | 961 Console.WriteLine("cafex {0}: Enabling single pass CGI", command); in stop() 1331 if (command != "stop") in hoststop() 1333 Console.WriteLine("cafex {0}: Single pass CGI enabled", command); in hoststop() 1359 … Console.WriteLine("cafex {0}: Bridge old owner: [{1}] new owner: [{2}]", command, old, host); in hoststop() 1395 … Console.WriteLine("cafex {0}: Disabling single pass CGI, not supported", command); in hoststop() 1939 if (command != "on" && command != "setbootmode" && CAFE_BOOT_MODE.value == "NAND") in run() 2358 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run() 2424 if (command != "on") in run() 2801 command == "discrun" && CAFERUN_OPTION_MLC_EMU_LAUNCH.value == "1") in run() 3734 Log.WriteLine(command + " trying softlaunch now."); in run() [all …]
|
| D | ExecutableClasses.cs | 1541 Program.command, in outputThread() 1755 Console.WriteLine("\nCafex {0}: Waiting for response...", Program.command); in SyncWithBoot()
|
| D | Character stream dumper.cs | 1410 … (CafeX.Program.command == "on" && !CafeX.Program.IsBooting && thing.Contains("PID=2"))) in consume_raw_bytes()
|
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | pcfsoversata.bat | 28 echo Bad argument '%1' on command line. Please use -enable or -disable
|
| /CafeSDK-2.12.13/system/src/tool/cafex/Properties/binres/ |
| D | README.txt | 17 Once mingw-get is installed, run the following from the command line:
|
| /CafeSDK-2.12.13/system/src/tool/cafex/masteringTests/ |
| D | autoMasterTest.bat | 96 @echo Test AOC creation w/ makeaoc command
|
| /CafeSDK-2.12.13/ |
| D | cafe.bat | 95 REM It's not an argument we recognize; add it to the command to be launched. 747 echo Usage: %~nx0 [options] [shell command] 768 echo Any shell command is executed automatically in the CAFE environment.
|