Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dtty-handler.c249 char *tty_path; in tty_init() local
257 rc = asprintf(&tty_path, "/dev/%s", tty_name); in tty_init()
267 th->fd = open(tty_path, O_RDWR | O_NONBLOCK); in tty_init()
270 free(tty_path); in tty_init()
275 free(tty_path); in tty_init()