Home
last modified time | relevance | path

Searched refs:TIOCSPGRP (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dtcsetpgrp.c44 return (ioctl(fd, TIOCSPGRP, &pgrp)); in tcsetpgrp()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h71 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h142 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
/titanic_41/usr/src/cmd/csh/
H A Dsh.err.c111 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&tpgrp);
H A Dsh.proc.c273 (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 Dsh.c462 (void) ioctl(f, TIOCSPGRP, (char *)&shpgrp); in main()
570 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&opgrp); in untty()
H A Dsh.sem.c254 (void) ioctl(FSHTTY, TIOCSPGRP,
H A Dsh.func.c1597 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&shpgrp); in dosuspend()
H A Dsh.lex.c1234 (void) ioctl(FSHTTY, TIOCSPGRP, in readc()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c127 case TIOCSPGRP: in pio_ctl()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h453 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
/titanic_41/usr/src/cmd/bnu/
H A Dconn.c100 #ifdef TIOCSPGRP
107 ioctl(fn, TIOCSPGRP, &pgrp);
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c146 case TIOCSPGRP: in _bc_ioctl()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c676 (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 Dmdb_proc.c3562 (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 Dtty_pty.c931 case TIOCSPGRP: in ptcioctl()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Djobs.c162 return(ioctl(fd, TIOCSPGRP, &pgid)); in tcsetpgrp()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c362 { (uint_t)TIOCSPGRP, "TIOCSPGRP", NULL },
H A Dexpound.c1416 case TIOCSPGRP: in show_ioctl()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3153 case TIOCSPGRP: in job_control_type()
5609 case TIOCSPGRP: in strioctl()