Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libc/ttyio/
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 …]
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_script.c632 int fdm; in ptym_open() local
636 if ((fdm = open(pts_name, O_RDWR)) < 0 ) in ptym_open()
639 if (grantpt(fdm) < 0) { in ptym_open()
640 close(fdm); in ptym_open()
644 if (unlockpt(fdm) < 0) { in ptym_open()
645 close(fdm); in ptym_open()
649 if (unlockpt(fdm) < 0) { in ptym_open()
650 close(fdm); in ptym_open()
655 if ((ptr = ptsname(fdm)) == NULL) { in ptym_open()
656 close(fdm); in ptym_open()
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dsession.c178 struct fd_monitor *fdm; in session() local
316 TAILQ_FOREACH(fdm, &fd_monitor_tree[i], chain) { in session()
317 if (!FD_ISSET(fdm->fd, &active_mask)) in session()
320 FD_CLR(fdm->fd, &active_mask); in session()
321 if (fdm->callback != NULL) { in session()
322 fdm->callback(fdm->ctx, fdm->fd); in session()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.md2009 [(set (match_operand:DF 0 "nonimmediate_operand" "=*fdm,f")
/netbsd/src/etc/
Dservices14152 vmware-fdm 8182/tcp # VMware Fault Domain Manager [Ron_Passerini] …
14153 vmware-fdm 8182/udp # VMware Fault Domain Manager [Ron_Passerini] …