Searched refs:bootenv_rc_serial (Results 1 – 1 of 1) sorted by relevance
55 static char *bootenv_rc_serial[2] = { NULL, NULL }; variable744 if (bootenv_rc_serial[port] != NULL) in parse_bootenvrc()745 free(bootenv_rc_serial[port]); in parse_bootenvrc()747 bootenv_rc_serial[port] = s_strdup(token); in parse_bootenvrc()834 if (bootenv_rc_serial[0] != NULL) in cvt_to_hyper()835 (void) serial_metal_to_hyper("ttya-mode", bootenv_rc_serial[0]); in cvt_to_hyper()837 if (bootenv_rc_serial[1] != NULL) in cvt_to_hyper()838 (void) serial_metal_to_hyper("ttyb-mode", bootenv_rc_serial[1]); in cvt_to_hyper()1207 if ((serial_config[0] != NULL) && (bootenv_rc_serial[0] == NULL || in cvt_to_metal()1208 (strcmp(serial_config[0], bootenv_rc_serial[0]) != 0))) { in cvt_to_metal()[all …]