Lines Matching refs:boot_mode
4664 string boot_mode = string.Empty; in headlessrun()
4687 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in headlessrun()
4694 Console.WriteLine("cafex headlessrun: Detected BOOT mode : {0}", boot_mode); in headlessrun()
4697 if (boot_mode.Substring(0, 4) != "DUAL") in headlessrun()
5984 string boot_mode; in recover()
5985 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in recover()
5992 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in recover()
5994 if( boot_mode.Contains("NAND")) in recover()
6008 if (boot_mode.Contains("DUAL")) in recover()
6337 string boot_mode; in cleardata()
6351 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in cleardata()
6358 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in cleardata()
6359 if (boot_mode == "NAND") in cleardata()
6630 string boot_mode; in setbootmode()
6637 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in setbootmode()
6646 Console.WriteLine("cafex setbootmode: Detected BOOT mode : {0}", boot_mode); in setbootmode()
6647 if(boot_mode.Contains("PCFS")) in setbootmode()
6651 else if (boot_mode.Contains("NAND")) in setbootmode()
6655 else if (boot_mode.Contains("DUAL")) in setbootmode()
6660 if (!boot_mode.StartsWith ("DUAL")) in setbootmode()