Searched refs:IOP_READ (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 64 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 D | kmdb_fault.c | 91 if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c)) in kmdb_fault()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_logio.c | 50 rbytes = IOP_READ(io->io_next, buf, nbytes); in logio_read()
|
H A D | mdb_fdio.c | 62 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 D | mdb_gelf.c | 67 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 D | mdb_memio.c | 54 return (IOP_READ(io->io_next, buf, nbytes)); in memio_read()
|
H A D | mdb_io_impl.h | 52 #define IOP_READ(io, buf, len) ((io)->io_ops->io_read((io), (buf), (len))) macro
|
H A D | mdb_kvm.c | 1556 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 D | mdb_io.c | 225 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 D | mdb_rawfile.c | 123 if ((rbytes = IOP_READ(io, buf, nbytes)) == 0) in rf_read()
|
H A D | mdb_main.c | 216 if (IOP_READ(mdb.m_term, &c, sizeof (c)) != sizeof (c)) in flt_handler()
|
H A D | mdb_termio.c | 413 return (IOP_READ(io->io_next, buf, nbytes)); in termio_read()
|
H A D | mdb_proc.c | 648 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()
|