Home | History | Annotate | Download | only in qemu

Lines Matching defs:slave

863         const char *slave;
875 if ((slave = ptsname(mfd)) == NULL)
878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)