/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tcsetpgrp.c | 44 return (ioctl(fd, TIOCSPGRP, &pgrp)); in tcsetpgrp()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 71 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 142 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.err.c | 111 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&tpgrp);
|
H A D | sh.proc.c | 273 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&tpgrp); in pjwait() 1053 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&pp->p_jobid); in pstart() 1255 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&pgrp); in pfork()
|
H A D | sh.c | 462 (void) ioctl(f, TIOCSPGRP, (char *)&shpgrp); in main() 570 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&opgrp); in untty()
|
H A D | sh.sem.c | 254 (void) ioctl(FSHTTY, TIOCSPGRP,
|
H A D | sh.func.c | 1597 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&shpgrp); in dosuspend()
|
H A D | sh.lex.c | 1234 (void) ioctl(FSHTTY, TIOCSPGRP, in readc()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 127 case TIOCSPGRP: in pio_ctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 453 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | conn.c | 100 #ifdef TIOCSPGRP 107 ioctl(fn, TIOCSPGRP, &pgrp);
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 146 case TIOCSPGRP: in _bc_ioctl()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 676 (void) termio_ctl(td->tio_io, TIOCSPGRP, &td->tio_opgid); in termio_suspend_tty() 726 (void) termio_ctl(td->tio_io, TIOCSPGRP, &mdb.m_pgid); in termio_resume_tty()
|
H A D | mdb_proc.c | 3562 (void) IOP_CTL(mdb.m_term, TIOCSPGRP, in pt_setrun() 3609 (void) IOP_CTL(mdb.m_term, TIOCSPGRP, &pgid); in pt_setrun()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 931 case TIOCSPGRP: in ptcioctl()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 162 return(ioctl(fd, TIOCSPGRP, &pgid)); in tcsetpgrp()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 362 { (uint_t)TIOCSPGRP, "TIOCSPGRP", NULL },
|
H A D | expound.c | 1416 case TIOCSPGRP: in show_ioctl()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3153 case TIOCSPGRP: in job_control_type() 5609 case TIOCSPGRP: in strioctl()
|