Home
last modified time | relevance | path

Searched refs:TIOCGETPGRP (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h70 #define TIOCGETPGRP _IOR('t', 131, int) /* get pgrp of tty (posix) */ macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c213 if (ioctl(fd, TIOCGETPGRP, &grp_id) == -1) in tcgetpgrp()