Lines Matching refs:MCP_LAUNCH_HINT
75 internal static EnvVar MCP_LAUNCH_HINT = new EnvVar("MCP_LAUNCH_HINT"); field in CafeX.Program
1941 MCP_LAUNCH_HINT.value = ""; in run()
2460 MCP_LAUNCH_HINT.value = mcp_args[2]; in run()
2463 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2465 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
2534 if (string.IsNullOrEmpty(MCP_LAUNCH_HINT.value)) in run()
2536 MCP_LAUNCH_HINT.value = "odd"; in run()
2538 else if (string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2540 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
3381 … update_system_xml(SYSTEM_XML.value, PPC_OS_FLAGS.value, SYSTEM_MODE.value, MCP_LAUNCH_HINT.value); in run()
3977 if (MCP_LAUNCH_HINT.value != null) in run()
3979 …nch_with_hint(CAFERUN_COLDBOOT_OS_VERSION.value, DISC_EMU_TID.value, MCP_LAUNCH_HINT.value, SESSIO… in run()