Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-pty.c234 struct termios *termp, struct winsize *winp) in openpty() argument
259 (termp != NULL && tcgetattr(sfd, termp) < 0)) { in openpty()