Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-pty.c301 char pty_buf[PATH_MAX]; in qemu_openpty_raw() local
302 #define q_ptsname(x) pty_buf in qemu_openpty_raw()
304 char *pty_buf = NULL; in qemu_openpty_raw() local
308 if (openpty(&amaster, aslave, pty_buf, NULL, NULL) < 0) { in qemu_openpty_raw()