Home
last modified time | relevance | path

Searched refs:PCFS_OVER_SATA_PORT (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun76 PCFS_OVER_SATA_PORT=
983 PCFS_OVER_SATA_PORT=${OPTARG#*pcfsport:}
1062 if [ -z "$PCFS_OVER_SATA_PORT" ]
1068 PCFS_OVER_SATA_PORT=$SESSION_PCFS_SATA_PORT
1071 echo "$(basename $0): using PCFS over SATA on port $PCFS_OVER_SATA_PORT."
1077 if [ ! -z "$PCFS_OVER_SATA_PORT" ]
1079 PCFSSERVER_PARAMETERS="$PCFSSERVER_PARAMETERS -c $PCFS_OVER_SATA_PORT"
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs105 internal static EnvVar PCFS_OVER_SATA_PORT = new EnvVar("PCFS_OVER_SATA_PORT"); field in CafeX.Program
2020 PCFS_OVER_SATA_PORT.value = ""; in run()
2608 PCFS_OVER_SATA_PORT.value = port.ToString(); in run()
2992 if (PCFS_OVER_SATA_PORT.value == null) in run()
2996 PCFS_OVER_SATA_PORT.value = SESSION_PCFS_SATA_PORT.value; in run()
2999 … Console.WriteLine("cafex run: using PCFS over SATA on port " + PCFS_OVER_SATA_PORT.value); in run()
3007 if (PCFS_OVER_SATA_PORT.value != null) in run()
3009 PCFSSERVER_PARAMETERS.AddToVar("-c " + PCFS_OVER_SATA_PORT.value, ' '); in run()