Home
last modified time | relevance | path

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

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