Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-server.c140 char *tty_path_input_real = NULL; in tty_find_device() local
172 tty_path_input_real = realpath(tty_path_input, NULL); in tty_find_device()
173 if (!tty_path_input_real) { in tty_find_device()
184 if (!strncmp(DEV_PTS_PATH, tty_path_input_real, strlen(DEV_PTS_PATH))) { in tty_find_device()
191 tty_kname_real = basename(tty_path_input_real); in tty_find_device()
254 free(tty_path_input_real); in tty_find_device()