Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dttycom.h117 #define TIOCGSID _IOR('t', 99, int) /* get session id */ macro
/dragonfly/lib/libc/gen/
H A Dtermios.c106 if (_ioctl(fd, TIOCGSID, &s) < 0) in tcgetsid()
/dragonfly/sys/kern/
H A Dtty.c1009 case TIOCGSID: /* get sid of tty */ in ttioctl()