Searched refs:ctrl_fd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c245 (void) close(vntsdp->ctrl_fd);
367 vntsdp->ctrl_fd = -1;
460 vntsdp->ctrl_fd = open(path, O_RDWR);
462 if (vntsdp->ctrl_fd == -1) {
492 for (i = 3; i < vntsdp->ctrl_fd; i++) {
495 closefrom(vntsdp->ctrl_fd + 1);
566 poll_drv[0].fd = vntsdp->ctrl_fd;
626 if (ioctl(vntsdp->ctrl_fd, ioctl_code, (caddr_t)buf)) {
H A Dvntsd.h325 int ctrl_fd; /* vcc ctrl port */ member in struct:vntsd
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c400 * identified by ctrl_fd.
403 plink(int ctrl_fd, int fd) argument
413 if ((linkid = ioctl(ctrl_fd, I_PLINK, fd)) < 0)
421 * identified by ctrl_fd.
424 punlink(int ctrl_fd, int linkid) argument
426 if (ioctl(ctrl_fd, I_PUNLINK, linkid) < 0)

Completed in 103 milliseconds