Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/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-1/system/src/tool/cafex/
DCafeFunctions.cs102 internal static EnvVar BRIDGE_PARAMETERS = new EnvVar("BRIDGE_PARAMETERS"); field in CafeX.Program
2018 BRIDGE_PARAMETERS.value = ""; in run()
2526 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2564 BRIDGE_PARAMETERS.AddToVar("-" + args[i + 1], ' '); in run()
2628 BRIDGE_PARAMETERS.RemoveFromVar("-sdio", ' '); in run()
2780 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2959 … (string.IsNullOrEmpty(BRIDGE_PARAMETERS.value) || !BRIDGE_PARAMETERS.value.Contains("-sata")) && in run()
2962 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2997BRIDGE_PARAMETERS.AddToVar("-pcfsport:" + SESSION_PCFS_SATA_PORT.value, ' '); in run()
3035 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-h")) in run()
[all …]