Lines Matching refs:MCP_LAUNCH_HINT
74 internal static EnvVar MCP_LAUNCH_HINT = new EnvVar("MCP_LAUNCH_HINT"); field in CafeX.Program
1842 MCP_LAUNCH_HINT.value = ""; in run()
2355 MCP_LAUNCH_HINT.value = new_val.Substring(12); in run()
2358 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2360 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
2426 if (string.IsNullOrEmpty(MCP_LAUNCH_HINT.value)) in run()
2428 MCP_LAUNCH_HINT.value = "odd"; in run()
2430 else if (string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2432 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
3242 … update_system_xml(SYSTEM_XML.value, PPC_OS_FLAGS.value, SYSTEM_MODE.value, MCP_LAUNCH_HINT.value); in run()
3833 if (MCP_LAUNCH_HINT.value != null) in run()
3835 …nch_with_hint(CAFERUN_COLDBOOT_OS_VERSION.value, DISC_EMU_TID.value, MCP_LAUNCH_HINT.value, SESSIO… in run()