Searched refs:BRIDGE_PARAMETERS (Results 1 – 3 of 3) sorted by relevance
31 if [ -z "$BRIDGE_PARAMETERS" ]35 FSEMUL_PARAMS="$BRIDGE_PARAMETERS -ip $BRIDGE_CURRENT_IP_ADDRESS"
73 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 sata1069 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 …]
102 internal static EnvVar BRIDGE_PARAMETERS = new EnvVar("BRIDGE_PARAMETERS"); field in CafeX.Program2018 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()2997 … BRIDGE_PARAMETERS.AddToVar("-pcfsport:" + SESSION_PCFS_SATA_PORT.value, ' '); in run()3035 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-h")) in run()[all …]