Searched refs:PCFSSERVER_PARAMETERS (Results 1 – 2 of 2) sorted by relevance
75 PCFSSERVER_PARAMETERS=939 PCFSSERVER_PARAMETERS="$PCFSSERVER_PARAMETERS -noFFIO"944 PCFSSERVER_PARAMETERS="$PCFSSERVER_PARAMETERS -noCSR"1079 PCFSSERVER_PARAMETERS="$PCFSSERVER_PARAMETERS -c $PCFS_OVER_SATA_PORT"1084 if [ ! -z "$PCFSSERVER_PARAMETERS" ]1086 echo "$(basename $0): PCFSServer parameters '$PCFSSERVER_PARAMETERS'"1692 nohup "$PCFSSERVER_EXE" -r 100 $PCFSSERVER_PARAMETERS $PCFS_HEADLESS_EMUL \1697 if [ ! -z "$PCFSSERVER_PARAMETERS" ]
104 internal static EnvVar PCFSSERVER_PARAMETERS = new EnvVar("PCFSSERVER_PARAMETERS"); field in CafeX.Program1746 …CMD_RESULT.value = PCFSServer.Start(PCFSSERVER_PARAMETERS.value, PCFS_DIR_MAPPING.value, PCFS_SRV_… in startBootRun()1761 if (PCFSSERVER_PARAMETERS.value != null) in startBootRun()2482 PCFSSERVER_PARAMETERS.AddToVar("-noFFIO", ' '); in run()2488 PCFSSERVER_PARAMETERS.AddToVar("-noCSR", ' '); in run()3009 PCFSSERVER_PARAMETERS.AddToVar("-c " + PCFS_OVER_SATA_PORT.value, ' '); in run()3019 PCFSSERVER_PARAMETERS.AddToVar("-l " + PcfsIpEndpoint.Port.ToString(), ' '); in run()3020 PCFSSERVER_PARAMETERS.AddToVar("-i " + PcfsIpEndpoint.Address.ToString(), ' '); in run()3030 if (PCFSSERVER_PARAMETERS.value != null) in run()3032 … Console.WriteLine("cafex run: PCFSServer parameters " + PCFSSERVER_PARAMETERS.value); in run()