Searched refs:TIOCGSID (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/sys/
H A Dttycom.h81 #define TIOCGSID _IOR('t', 99, int) /* get session id */ macro
/freebsd-current/lib/libc/gen/
H A Dtermios.c102 if (_ioctl(fd, TIOCGSID, &s) < 0)
/freebsd-current/sys/kern/
H A Dtty_pts.c296 * We need to implement TIOCGPGRP and TIOCGSID here again. When
341 case TIOCGSID:
H A Dtty.c1835 case TIOCGSID:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc1261 _(TIOCGSID, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2336 unsigned IOCTL_TIOCGSID = TIOCGSID;

Completed in 201 milliseconds