Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c56 static char *bootenv_rc_console = NULL; variable
718 if (bootenv_rc_console != NULL) in parse_bootenvrc()
719 free(bootenv_rc_console); in parse_bootenvrc()
721 bootenv_rc_console = s_strdup(token); in parse_bootenvrc()
831 if (bootenv_rc_console != NULL) in cvt_to_hyper()
832 console_metal_to_hyper(bootenv_rc_console); in cvt_to_hyper()
1172 if ((console_dev != NULL) && (bootenv_rc_console == NULL || in cvt_to_metal()
1173 (strcmp(console_dev, bootenv_rc_console) != 0))) { in cvt_to_metal()