Home
last modified time | relevance | path

Searched refs:command (Results 1 – 11 of 11) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/
Duhs_cos.h104 UhsEpCommandType command,
110 UhsEpCommandType command,
121 UhsDeviceCommandType command,
/CafeSDK-2.12.13/system/include/cafe/pads/wpad/
DwpadBalance.h49 s32 WPADControlBLC( s32 chan, u8 command, WPADCallback callback );
Dwpad.h585 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/
DProgram.cs175 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()
DCafeFunctions.cs961 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 …]
DExecutableClasses.cs1541 Program.command, in outputThread()
1755 Console.WriteLine("\nCafex {0}: Waiting for response...", Program.command); in SyncWithBoot()
DCharacter stream dumper.cs1410 … (CafeX.Program.command == "on" && !CafeX.Program.IsBooting && thing.Contains("PID=2"))) in consume_raw_bytes()
/CafeSDK-2.12.13/system/bin/tool/
Dpcfsoversata.bat28 echo Bad argument '%1' on command line. Please use -enable or -disable
/CafeSDK-2.12.13/system/src/tool/cafex/Properties/binres/
DREADME.txt17 Once mingw-get is installed, run the following from the command line:
/CafeSDK-2.12.13/system/src/tool/cafex/masteringTests/
DautoMasterTest.bat96 @echo Test AOC creation w/ makeaoc command
/CafeSDK-2.12.13/
Dcafe.bat95 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.