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" ]
103 internal static EnvVar PCFSSERVER_PARAMETERS = new EnvVar("PCFSSERVER_PARAMETERS"); field in CafeX.Program1704 …CMD_RESULT.value = PCFSServer.Start(PCFSSERVER_PARAMETERS.value, PCFS_DIR_MAPPING.value, PCFS_SRV_… in startBootRun()1715 if (PCFSSERVER_PARAMETERS.value != null) in startBootRun()1921 PCFSSERVER_PARAMETERS.value = ""; in run()2373 PCFSSERVER_PARAMETERS.AddToVar("-noFFIO", ' '); in run()2379 PCFSSERVER_PARAMETERS.AddToVar("-noCSR", ' '); in run()2890 PCFSSERVER_PARAMETERS.AddToVar("-c " + PCFS_OVER_SATA_PORT.value, ' '); in run()2897 if (PCFSSERVER_PARAMETERS.value != null) in run()2899 … Console.WriteLine("cafex run: PCFSServer parameters " + PCFSSERVER_PARAMETERS.value); in run()