Searched refs:TIOCGPGRP (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tcgetpgrp.c | 44 if (tcgetsid(fd) < 0 || ioctl(fd, TIOCGPGRP, &pgrp) < 0)
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 140 #ifndef TIOCGPGRP 141 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 69 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 133 case TIOCGPGRP:
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 452 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */ macro
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 144 case TIOCGPGRP: request = ('t'<<8)|20;
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | stty.c | 888 # ifdef TIOCGPGRP 890 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) 893 # endif /* TIOCGPGRP */
|
/illumos-gate/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) 157 # endif /* TIOCGPGRP */ 161 # ifdef TIOCGPGRP 165 # endif /* TIOCGPGRP */
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 118 if (ioctl(2, TIOCGPGRP, &pgrp) == 0) {
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.c | 449 if (ioctl(f, TIOCGPGRP, (char *)&tpgrp) == 0 &&
|
H A D | sh.lex.c | 1232 ioctl(FSHTTY, TIOCGPGRP, (char *)&ctpgrp) == 0 &&
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_pty.c | 931 case TIOCGPGRP:
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 766 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid);
|
H A D | mdb_proc.c | 3561 (void) IOP_CTL(mdb.m_term, TIOCGPGRP, &old_pgid);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 369 { (uint_t)TIOCGPGRP, "TIOCGPGRP", NULL },
|
H A D | expound.c | 1409 case TIOCGPGRP:
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 5655 case TIOCGPGRP:
|
Completed in 143 milliseconds