Home
last modified time | relevance | path

Searched refs:TIOCGPGRP (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h140 #ifndef TIOCGPGRP
141 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
/titanic_50/usr/src/lib/libc/port/gen/
H A Dtcgetpgrp.c44 if (tcgetsid(fd) < 0 || ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h69 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c133 case TIOCGPGRP: in pio_ctl()
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h452 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Djobs.c154 # ifdef TIOCGPGRP
156 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
161 # ifdef TIOCGPGRP in tcsetpgrp()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c144 case TIOCGPGRP: request = ('t'<<8)|20; in _bc_ioctl()
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c888 # ifdef TIOCGPGRP
890 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
/titanic_50/usr/src/cmd/vi/port/
H A Dex_temp.c118 if (ioctl(2, TIOCGPGRP, &pgrp) == 0) { in cleanup()
/titanic_50/usr/src/cmd/csh/
H A Dsh.c449 if (ioctl(f, TIOCGPGRP, (char *)&tpgrp) == 0 && in main()
H A Dsh.func.c1589 (void) ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp); in dosuspend()
H A Dsh.lex.c1232 ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp) == 0 && in readc()
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c931 case TIOCGPGRP: in ptcioctl()
/titanic_50/usr/src/cmd/ssh/scp/
H A Dscp.c1221 return ((ioctl(STDOUT_FILENO, TIOCGPGRP, &ctty_pgrp) != -1 && in foregroundproc()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c766 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid); in termio_resume_tty()
H A Dmdb_proc.c3561 (void) IOP_CTL(mdb.m_term, TIOCGPGRP, &old_pgid); in pt_setrun()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c369 { (uint_t)TIOCGPGRP, "TIOCGPGRP", NULL },
H A Dexpound.c1409 case TIOCGPGRP: in show_ioctl()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c5655 case TIOCGPGRP: in strioctl()