Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c254 pid_t tio_opgid; /* Old process group id for terminal */ member
726 if (td->tio_opgid > 0 && td->tio_opgid != mdb.m_pgid) { in termio_suspend_tty()
727 mdb_dprintf(MDB_DBG_CMDBUF, "fg pgid=%d\n", (int)td->tio_opgid); in termio_suspend_tty()
729 (void) termio_ctl(td->tio_io, TIOCSPGRP, &td->tio_opgid); in termio_suspend_tty()
771 td->tio_opgid = -1; /* set to invalid pgid in case TIOCPGRP fails */ in termio_resume_tty()
772 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid); in termio_resume_tty()
779 if (td->tio_opgid != mdb.m_pgid) { in termio_resume_tty()