Searched defs:ctrl_fd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
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 62 milliseconds