Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconfig.c242 int config_parse_baud(speed_t *speed, const char *baud_string) in config_parse_baud() argument
247 if (strcmp(baud_string, terminal_speeds[i].name) == 0) { in config_parse_baud()
H A Dconsole-server.h228 int config_parse_baud(speed_t *speed, const char *baud_string);