Home
last modified time | relevance | path

Searched refs:BRIDGE_PARAMETERS (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dhostrun31 if [ -z "$BRIDGE_PARAMETERS" ]
35 FSEMUL_PARAMS="$BRIDGE_PARAMETERS -ip $BRIDGE_CURRENT_IP_ADDRESS"
Dcaferun73 BRIDGE_PARAMETERS=
961 BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -sata"
974 BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -$OPTARG"
994 BRIDGE_PARAMETERS=${BRIDGE_PARAMETERS/-sdio}
1036 x ) BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -sata";; # Tell FSEmul to use sata
1069 BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -pcfsport:$SESSION_PCFS_SATA_PORT"
1091 if [[ ! "$BRIDGE_PARAMETERS" == *-h:* ]]
1093 if [[ ! "$BRIDGE_PARAMETERS" == *-em* ]]
1095 BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -em"
1116 BRIDGE_PARAMETERS="$BRIDGE_PARAMETERS -em" # Tell FSEmul to use block emulation explicitly
[all …]
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs101 internal static EnvVar BRIDGE_PARAMETERS = new EnvVar("BRIDGE_PARAMETERS"); field in CafeX.Program
1919 BRIDGE_PARAMETERS.value = ""; in run()
2418 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2452 BRIDGE_PARAMETERS.AddToVar("-" + args[i + 1], ' '); in run()
2508 BRIDGE_PARAMETERS.RemoveFromVar("-sdio", ' '); in run()
2682 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2845 … (string.IsNullOrEmpty(BRIDGE_PARAMETERS.value) || !BRIDGE_PARAMETERS.value.Contains("-sata")) && in run()
2848 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2878 BRIDGE_PARAMETERS.AddToVar("-pcfsport:" + SESSION_PCFS_SATA_PORT.value, ' '); in run()
2902 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-h")) in run()
[all …]