Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c251 pid_t tio_opgid; /* Old process group id for terminal */ member
722 if (td->tio_opgid > 0 && td->tio_opgid != mdb.m_pgid) { in termio_suspend_tty()
723 mdb_dprintf(MDB_DBG_CMDBUF, "fg pgid=%d\n", (int)td->tio_opgid); in termio_suspend_tty()
725 (void) termio_ctl(td->tio_io, TIOCSPGRP, &td->tio_opgid); in termio_suspend_tty()
765 td->tio_opgid = -1; /* set to invalid pgid in case TIOCPGRP fails */ in termio_resume_tty()
766 (void) termio_ctl(td->tio_io, TIOCGPGRP, &td->tio_opgid); in termio_resume_tty()
773 if (td->tio_opgid != mdb.m_pgid) { in termio_resume_tty()