Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h138 #ifndef TIOCGPGRP
139 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcgetpgrp.c42 if (tcgetsid(fd) < 0 || ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c133 case TIOCGPGRP: in pio_ctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h454 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c890 # ifdef TIOCGPGRP
892 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c171 # ifdef TIOCGPGRP
173 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
178 # ifdef TIOCGPGRP in tcsetpgrp()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c118 if (ioctl(2, TIOCGPGRP, &pgrp) == 0) { in cleanup()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c453 if (ioctl(f, TIOCGPGRP, (char *)&tpgrp) == 0 && in main()
H A Dsh.lex.c1239 ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp) == 0 && in readc()
H A Dsh.func.c1600 (void) ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp); in dosuspend()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c920 case TIOCGPGRP: in ptcioctl()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c772 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid); in termio_resume_tty()
H A Dmdb_proc.c3632 (void) IOP_CTL(mdb.m_term, TIOCGPGRP, &old_pgid); in pt_setrun()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c382 { (uint_t)TIOCGPGRP, "TIOCGPGRP", NULL }, /* 20 */
H A Dexpound.c1391 case TIOCGPGRP: in show_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5780 case TIOCGPGRP: in strioctl()