Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c64 return (IOP_READ(io->io_next, buf, nbytes)); in pio_read()
218 while (IOP_READ(mdb.m_term, &c, 1) != 1) in kmdb_getchar()
H A Dkmdb_fault.c91 if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c)) in kmdb_fault()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_logio.c50 rbytes = IOP_READ(io->io_next, buf, nbytes); in logio_read()
H A Dmdb_fdio.c62 return (IOP_READ(io->io_next, buf, nbytes)); in fdio_read()
197 return (IOP_READ(io->io_next, buf, nbytes)); in fdio_bdev_read()
H A Dmdb_gelf.c67 if (IOP_READ(gf->gf_io, shstr->gs_data, shstr->gs_shdr.sh_size) != in gelf_sect_init()
154 nbytes = IOP_READ(gf->gf_io, gsp->gs_data, gsp->gs_shdr.sh_size); in mdb_gelf_sect_load()
252 if (IOP_READ(gf->gf_io, shdrs, nbytes) != nbytes) { in gelf_shdrs_init()
374 if (IOP_READ(gf->gf_io, phdrs, nbytes) != nbytes) { in gelf_phdrs_init()
562 if (IOP_READ(gf->gf_io, dyns, nbytes) != nbytes) { in gelf_dyns_init()
619 if (IOP_READ(io, &shdr0, sizeof (shdr0)) != sizeof (shdr0)) { in gelf32_init()
678 if (IOP_READ(io, &shdr0, sizeof (shdr0)) != sizeof (shdr0)) { in gelf64_init()
724 nbytes = IOP_READ(io, ehp, sizeof (Elf32_Ehdr)); in mdb_gelf_check()
794 if (IOP_READ(io, &ehdr.h64, sizeof (ehdr.h64)) != in mdb_gelf_create()
1298 if (IOP_READ(gf->gf_io, hash_h, sizeof (hash_h)) != sizeof (hash_h)) { in mdb_gelf_symtab_create_dynamic()
H A Dmdb_memio.c54 return (IOP_READ(io->io_next, buf, nbytes)); in memio_read()
H A Dmdb_io_impl.h52 #define IOP_READ(io, buf, len) ((io)->io_ops->io_read((io), (buf), (len))) macro
H A Dmdb_kvm.c1556 if (IOP_READ(vmcore, kt->k_dumphdr, sizeof (dumphdr_t)) != in mdb_kvm_tgt_create()
1598 return (IOP_READ(io, &h, sizeof (dumphdr_t)) == sizeof (dumphdr_t) && in mdb_kvm_is_dump()
1609 return (IOP_READ(io, &h, sizeof (dumphdr_t)) == sizeof (dumphdr_t) && in mdb_kvm_is_compressed_dump()
H A Dmdb_io.c225 len = IOP_READ(io, iob->iob_buf, iob->iob_bufsiz); in iob_read()
297 if (IOP_READ(iob->iob_pgp, &c, sizeof (c)) != sizeof (c)) { in iob_pager()
2232 return (IOP_READ(io->io_next, buf, nbytes)); in no_io_read()
H A Dmdb_rawfile.c123 if ((rbytes = IOP_READ(io, buf, nbytes)) == 0) in rf_read()
H A Dmdb_main.c216 if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c)) in flt_handler()
H A Dmdb_termio.c413 return (IOP_READ(io->io_next, buf, nbytes)); in termio_read()
H A Dmdb_proc.c648 while (IOP_READ(mdb.m_term, &c, sizeof (c)) == sizeof (c)) { in pt_fork()
837 while (IOP_READ(mdb.m_term, &c, sizeof (c)) == sizeof (c)) { in pt_exec()