Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-server.c146 char *tty_path_input = NULL; in tty_find_device() local
159 tty_path_input = strdup(server->tty.kname); in tty_find_device()
160 if (!tty_path_input) { in tty_find_device()
165 rc = asprintf(&tty_path_input, "/dev/%s", server->tty.kname); in tty_find_device()
172 tty_path_input_real = realpath(tty_path_input, NULL); in tty_find_device()
174 warn("Can't find realpath for %s", tty_path_input); in tty_find_device()
253 free(tty_path_input); in tty_find_device()