/titanic_50/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 140 #ifndef TIOCGPGRP 141 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tcgetpgrp.c | 44 if (tcgetsid(fd) < 0 || ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 69 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 133 case TIOCGPGRP: in pio_ctl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 452 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 154 # 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 D | ioctl.c | 144 case TIOCGPGRP: request = ('t'<<8)|20; in _bc_ioctl()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 888 # ifdef TIOCGPGRP 890 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 118 if (ioctl(2, TIOCGPGRP, &pgrp) == 0) { in cleanup()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.c | 449 if (ioctl(f, TIOCGPGRP, (char *)&tpgrp) == 0 && in main()
|
H A D | sh.func.c | 1589 (void) ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp); in dosuspend()
|
H A D | sh.lex.c | 1232 ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp) == 0 && in readc()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tty_pty.c | 931 case TIOCGPGRP: in ptcioctl()
|
/titanic_50/usr/src/cmd/ssh/scp/ |
H A D | scp.c | 1221 return ((ioctl(STDOUT_FILENO, TIOCGPGRP, &ctty_pgrp) != -1 && in foregroundproc()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 766 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid); in termio_resume_tty()
|
H A D | mdb_proc.c | 3561 (void) IOP_CTL(mdb.m_term, TIOCGPGRP, &old_pgid); in pt_setrun()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 369 { (uint_t)TIOCGPGRP, "TIOCGPGRP", NULL },
|
H A D | expound.c | 1409 case TIOCGPGRP: in show_ioctl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 5655 case TIOCGPGRP: in strioctl()
|