Symbol: IOP_READ
usr/src/cmd/mdb/common/kmdb/kmdb_fault.c
91
if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c))
usr/src/cmd/mdb/common/kmdb/kmdb_promio.c
218
while (IOP_READ(mdb.m_term, &c, 1) != 1)
usr/src/cmd/mdb/common/kmdb/kmdb_promio.c
64
return (IOP_READ(io->io_next, buf, nbytes));
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
197
return (IOP_READ(io->io_next, buf, nbytes));
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
62
return (IOP_READ(io->io_next, buf, nbytes));
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1298
if (IOP_READ(gf->gf_io, hash_h, sizeof (hash_h)) != sizeof (hash_h)) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
154
nbytes = IOP_READ(gf->gf_io, gsp->gs_data, gsp->gs_shdr.sh_size);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
252
if (IOP_READ(gf->gf_io, shdrs, nbytes) != nbytes) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
374
if (IOP_READ(gf->gf_io, phdrs, nbytes) != nbytes) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
562
if (IOP_READ(gf->gf_io, dyns, nbytes) != nbytes) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
619
if (IOP_READ(io, &shdr0, sizeof (shdr0)) != sizeof (shdr0)) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
67
if (IOP_READ(gf->gf_io, shstr->gs_data, shstr->gs_shdr.sh_size) !=
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
678
if (IOP_READ(io, &shdr0, sizeof (shdr0)) != sizeof (shdr0)) {
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
724
nbytes = IOP_READ(io, ehp, sizeof (Elf32_Ehdr));
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
794
if (IOP_READ(io, &ehdr.h64, sizeof (ehdr.h64)) !=
usr/src/cmd/mdb/common/mdb/mdb_io.c
2277
return (IOP_READ(io->io_next, buf, nbytes));
usr/src/cmd/mdb/common/mdb/mdb_io.c
228
len = IOP_READ(io, iob->iob_buf, iob->iob_bufsiz);
usr/src/cmd/mdb/common/mdb/mdb_io.c
300
if (IOP_READ(iob->iob_pgp, &c, sizeof (c)) != sizeof (c)) {
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1619
if (IOP_READ(vmcore, kt->k_dumphdr, sizeof (dumphdr_t)) !=
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1661
return (IOP_READ(io, &h, sizeof (dumphdr_t)) == sizeof (dumphdr_t) &&
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1672
return (IOP_READ(io, &h, sizeof (dumphdr_t)) == sizeof (dumphdr_t) &&
usr/src/cmd/mdb/common/mdb/mdb_logio.c
50
rbytes = IOP_READ(io->io_next, buf, nbytes);
usr/src/cmd/mdb/common/mdb/mdb_main.c
216
if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c))
usr/src/cmd/mdb/common/mdb/mdb_memio.c
54
return (IOP_READ(io->io_next, buf, nbytes));
usr/src/cmd/mdb/common/mdb/mdb_proc.c
651
while (IOP_READ(mdb.m_term, &c, sizeof (c)) == sizeof (c)) {
usr/src/cmd/mdb/common/mdb/mdb_proc.c
840
while (IOP_READ(mdb.m_term, &c, sizeof (c)) == sizeof (c)) {
usr/src/cmd/mdb/common/mdb/mdb_rawfile.c
123
if ((rbytes = IOP_READ(io, buf, nbytes)) == 0)
usr/src/cmd/mdb/common/mdb/mdb_termio.c
413
return (IOP_READ(io->io_next, buf, nbytes));