Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-server.c144 char *tty_sysfs_devnode = NULL; in tty_find_device() local
216 tty_sysfs_devnode = realpath(tty_device_reldir, NULL); in tty_find_device()
217 if (!tty_sysfs_devnode) { in tty_find_device()
230 if (tty_sysfs_devnode) { in tty_find_device()
232 tty_sysfs_devnode); in tty_find_device()
241 strdup(tty_sysfs_devnode); in tty_find_device()
250 free(tty_sysfs_devnode); in tty_find_device()