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.c309 char pty_buf[PATH_MAX]; in qemu_openpty_raw() local
310 #define q_ptsname(x) pty_buf in qemu_openpty_raw()
312 char *pty_buf = NULL; in qemu_openpty_raw() local
316 if (openpty(&amaster, aslave, pty_buf, NULL, NULL) < 0) { in qemu_openpty_raw()