Home
last modified time | relevance | path

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

/minix/tests/lib/libc/ttyio/
H A Dt_ptm.c64 int fdm; in ATF_TC_BODY() local
67 if ((fdm = open("/dev/ptm", O_RDWR)) == -1) { in ATF_TC_BODY()
73 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY()
75 REQUIRE_ERRNO(ioctl(fdm, TIOCPTMGET, &ptm), -1); in ATF_TC_BODY()
103 (void)close(fdm); in ATF_TC_BODY()
129 int fdm, fds; in ATF_TC_BODY() local
132 if ((fdm = posix_openpt(O_RDWR|O_NOCTTY)) == -1) { in ATF_TC_BODY()
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY()
148 REQUIRE_ERRNO(grantpt(fdm), -1); in ATF_TC_BODY()
149 REQUIRE_ERRNO(unlockpt(fdm), -1); in ATF_TC_BODY()
[all …]
/minix/external/bsd/nvi/dist/ex/
H A Dex_script.c708 int fdm; in ptym_open() local
715 if (grantpt(fdm) < 0) { in ptym_open()
716 close(fdm); in ptym_open()
721 close(fdm); in ptym_open()
726 close(fdm); in ptym_open()
732 close(fdm); in ptym_open()
736 return (fdm); in ptym_open()
749 close(fdm); in ptys_open()
756 close(fdm); in ptys_open()
762 close(fdm); in ptys_open()
[all …]
/minix/etc/
H A Dservices13749 vmware-fdm 8182/tcp # VMware Fault Domain Manager [Ron_Passerini] …
13750 vmware-fdm 8182/udp # VMware Fault Domain Manager [Ron_Passerini] …