Searched refs:ctlfd (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/sicontrol/
H A Dsicontrol.c136 int ctlfd; variable
163 ctlfd = opencontrol();
257 if (ioctl(ctlfd, TCSIGDBG_ALL, &tc.tc_dbglvl) < 0)
260 if (ioctl(ctlfd, TCSIGDBG_LEVEL, &tc) < 0)
288 if (ioctl(ctlfd, TCSISDBG_ALL, &tc.tc_dbglvl) < 0)
291 if (ioctl(ctlfd, TCSISDBG_LEVEL, &tc) < 0)
304 if (ioctl(ctlfd, TCSIGRXIT, &tc) < 0)
312 if (ioctl(ctlfd, TCSIRXIT, &tc) < 0)
330 if (ioctl(ctlfd, TCSIGIT, &tc) < 0)
336 if (ioctl(ctlfd, TCSII
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c3806 int ctlfd; local
3817 ctlfd = manager->pipe_fds[0];
3899 if (FD_ISSET(ctlfd, manager->read_fds_copy))

Completed in 503 milliseconds