Home
last modified time | relevance | path

Searched refs:bootenv_rc_console (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c56 static char *bootenv_rc_console = NULL; variable
714 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()