Searched refs:bootenv_rc_console (Results 1 – 1 of 1) sorted by relevance
56 static char *bootenv_rc_console = NULL; variable714 if (bootenv_rc_console != NULL) in parse_bootenvrc()715 free(bootenv_rc_console); in parse_bootenvrc()717 bootenv_rc_console = s_strdup(token); in parse_bootenvrc()825 if (bootenv_rc_console != NULL) in cvt_to_hyper()826 console_metal_to_hyper(bootenv_rc_console); in cvt_to_hyper()1152 if ((console_dev != NULL) && (bootenv_rc_console == NULL || in cvt_to_metal()1153 (strcmp(console_dev, bootenv_rc_console) != 0))) { in cvt_to_metal()