Home
last modified time | relevance | path

Searched refs:TIOCSPGRP (Results 1 – 19 of 19) sorted by last modified time

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3633 (void) IOP_CTL(mdb.m_term, TIOCSPGRP, in pt_setrun()
3680 (void) IOP_CTL(mdb.m_term, TIOCSPGRP, &pgid); in pt_setrun()
H A Dmdb_termio.c729 (void) termio_ctl(td->tio_io, TIOCSPGRP, &td->tio_opgid); in termio_suspend_tty()
781 (void) termio_ctl(td->tio_io, TIOCSPGRP, &mdb.m_pgid); in termio_resume_tty()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c279 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&tpgrp); in pjwait()
1059 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&pp->p_jobid); in pstart()
1261 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&pgrp); in pfork()
H A Dsh.sem.c252 (void) ioctl(FSHTTY, TIOCSPGRP,
H A Dsh.lex.c1241 (void) ioctl(FSHTTY, TIOCSPGRP, in readc()
H A Dsh.c466 (void) ioctl(f, TIOCSPGRP, (char *)&shpgrp); in main()
574 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&opgrp); in untty()
H A Dsh.err.c115 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&tpgrp);
H A Dsh.func.c1608 (void) ioctl(FSHTTY, TIOCSPGRP, (char *)&shpgrp); in dosuspend()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c127 case TIOCSPGRP: in pio_ctl()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c96 #ifdef TIOCSPGRP
103 ioctl(fn, TIOCSPGRP, &pgrp);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1399 case TIOCSPGRP: in show_ioctl()
H A Dcodes.c371 { (uint_t)TIOCSPGRP, "TIOCSPGRP", NULL },
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcsetpgrp.c42 return (ioctl(fd, TIOCSPGRP, &pgrp)); in tcsetpgrp()
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h140 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h455 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3243 case TIOCSPGRP: in job_control_type()
5735 case TIOCSPGRP: in strioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c921 case TIOCSPGRP: in ptcioctl()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c221 #ifdef TIOCSPGRP
223 ioctl(2, TIOCSPGRP, &pgid);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c179 return(ioctl(fd, TIOCSPGRP, &pgid)); in tcsetpgrp()