Symbol: IOP_CTL
usr/src/cmd/mdb/common/kmdb/kmdb_promio.c
93
return (IOP_CTL(io->io_next, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
93
return (IOP_CTL(io->io_next, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_io.c
2145
return (IOP_CTL(iob->iob_iop, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_io.c
2304
return (IOP_CTL(io->io_next, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_io.c
556
if (IOP_CTL(pgio, TIOCGWINSZ, &winsz) == 0)
usr/src/cmd/mdb/common/mdb/mdb_main.c
1151
(void) IOP_CTL(in_io, TCSETSW, &tios);
usr/src/cmd/mdb/common/mdb/mdb_main.c
735
ttylike = (IOP_CTL(in_io, TCGETS, &tios) == 0);
usr/src/cmd/mdb/common/mdb/mdb_pipeio.c
207
return (IOP_CTL(io->io_next, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_proc.c
3684
(void) IOP_CTL(mdb.m_term, TIOCGPGRP, &old_pgid);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
3685
(void) IOP_CTL(mdb.m_term, TIOCSPGRP,
usr/src/cmd/mdb/common/mdb/mdb_proc.c
3732
(void) IOP_CTL(mdb.m_term, TIOCSPGRP, &pgid);
usr/src/cmd/mdb/common/mdb/mdb_target.c
1374
IOP_CTL(mdb.m_term, MDB_IOC_CTTY, NULL);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1555
if (IOP_CTL(rio, TCGETS, &otios) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1560
rv = setupterm((char *)name, IOP_CTL(rio, MDB_IOC_GETFD, NULL), &err);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1561
IOP_CTL(rio, TCSETSW, &otios); /* undo setupterm() stupidity */
usr/src/cmd/mdb/common/mdb/mdb_termio.c
579
return (IOP_CTL(io->io_next, req, arg));
usr/src/cmd/mdb/common/mdb/mdb_termio.c
586
return (IOP_CTL(td->tio_in_io, req, arg));