Searched refs:bootenv_rc_serial (Results 1 – 1 of 1) sorted by relevance
55 static char *bootenv_rc_serial[2] = { NULL, NULL }; variable740 if (bootenv_rc_serial[port] != NULL) in parse_bootenvrc()741 free(bootenv_rc_serial[port]); in parse_bootenvrc()743 bootenv_rc_serial[port] = s_strdup(token); in parse_bootenvrc()828 if (bootenv_rc_serial[0] != NULL) in cvt_to_hyper()829 (void) serial_metal_to_hyper("ttya-mode", bootenv_rc_serial[0]); in cvt_to_hyper()831 if (bootenv_rc_serial[1] != NULL) in cvt_to_hyper()832 (void) serial_metal_to_hyper("ttyb-mode", bootenv_rc_serial[1]); in cvt_to_hyper()1187 if ((serial_config[0] != NULL) && (bootenv_rc_serial[0] == NULL || in cvt_to_metal()1188 (strcmp(serial_config[0], bootenv_rc_serial[0]) != 0))) { in cvt_to_metal()[all …]