Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/
Duhs_cos.h104 UhsEpCommandType command,
110 UhsEpCommandType command,
121 UhsDeviceCommandType command,
/CafeSDK-2.12.13-1/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-1/system/src/tool/cafex/
DProgram.cs180 internal static string command = string.Empty; field in CafeX.Program
607 command = args[arg_pos].ToLowerInvariant(); in Main()
645 if (!command.Equals("stop")) in Main()
890 switch (command.ToLowerInvariant()) in DoCommand()
1065 if (string.IsNullOrEmpty(command) || command.StartsWith("-")) in DoCommand()
1071 …e("CafeX Error: Invalid command '{0}'. Please try \"cafex help\" for usage information.", command); in DoCommand()
DCafeFunctions.cs980 Console.WriteLine("cafex {0}: Enabling single pass CGI", command); in stop()
1368 if (command != "stop") in hoststop()
1370 Console.WriteLine("cafex {0}: Single pass CGI enabled", command); in hoststop()
1396 … Console.WriteLine("cafex {0}: Bridge old owner: [{1}] new owner: [{2}]", command, old, host); in hoststop()
1432 … Console.WriteLine("cafex {0}: Disabling single pass CGI, not supported", command); in hoststop()
2037 … if (command != "on" && command != "setbootmode" && CAFE_BOOT_MODE.value == "NAND" && !PcfsTcpOnly) in run()
2463 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2532 if (command != "on") in run()
2905 if (command == "discrun" && in run()
3878 Log.WriteLine(command + " trying softlaunch now."); in run()
[all …]
DExecutableClasses.cs1563 Program.command, in outputThread()
1777 Console.WriteLine("\nCafex {0}: Waiting for response...", Program.command); in SyncWithBoot()
DCharacter stream dumper.cs1461 … (CafeX.Program.command == "on" && !CafeX.Program.IsBooting && thing.Contains("PID=2"))) in consume_raw_bytes()
/CafeSDK-2.12.13-1/system/bin/tool/
Dpcfsoversata.bat28 echo Bad argument '%1' on command line. Please use -enable or -disable
/CafeSDK-2.12.13-1/system/src/tool/cafex/Properties/binres/
DREADME.txt17 Once mingw-get is installed, run the following from the command line:
/CafeSDK-2.12.13-1/system/src/tool/cafex/masteringTests/
DautoMasterTest.bat96 @echo Test AOC creation w/ makeaoc command
/CafeSDK-2.12.13-1/
Dcafe.bat95 REM It's not an argument we recognize; add it to the command to be launched.
748 echo Usage: %~nx0 [options] [shell command]
769 echo Any shell command is executed automatically in the CAFE environment.