Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c120 if (IOP_SEEK(io, addr, SEEK_SET) == -1) in rf_read()
135 if (IOP_SEEK(io, addr, SEEK_SET) == -1) in rf_write()
238 map.map_size = IOP_SEEK(io, 0, SEEK_END); in rf_print_map()
329 size = IOP_SEEK(rf->r_object_fio, 0, SEEK_END); in rf_activate()
H A Dmdb_gelf.c60 if (IOP_SEEK(gf->gf_io, shstr->gs_shdr.sh_offset, SEEK_SET) == -1) { in gelf_sect_init()
148 if (IOP_SEEK(gf->gf_io, gsp->gs_shdr.sh_offset, SEEK_SET) == -1) { in mdb_gelf_sect_load()
244 if (IOP_SEEK(gf->gf_io, (off64_t)gf->gf_ehdr.e_shoff, SEEK_SET) == -1) { in gelf_shdrs_init()
366 if (IOP_SEEK(gf->gf_io, (off64_t)gf->gf_ehdr.e_phoff, SEEK_SET) == -1) { in gelf_phdrs_init()
555 if (IOP_SEEK(gf->gf_io, dyn_addr, SEEK_SET) == -1) { in gelf_dyns_init()
614 if (IOP_SEEK(io, (off64_t)ehdr->e_shoff, SEEK_SET) == -1) { in gelf32_init()
673 if (IOP_SEEK(io, (off64_t)ehdr->e_shoff, SEEK_SET) == -1) { in gelf64_init()
723 (void) IOP_SEEK(io, (off64_t)0L, SEEK_SET); in mdb_gelf_check()
789 if (IOP_SEEK(io, (off64_t)0L, SEEK_SET) == -1) { in mdb_gelf_create()
1293 if (IOP_SEEK(gf->gf_io, (off64_t)dt_hash - base, SEEK_SET) == -1) { in mdb_gelf_symtab_create_dynamic()
[all …]
H A Dmdb_memio.c82 return (IOP_SEEK(io->io_next, offset, whence)); in memio_seek()
H A Dmdb_strio.c69 return (IOP_SEEK(io->io_next, offset, whence)); in strio_seek()
H A Dmdb_io_impl.h54 #define IOP_SEEK(io, off, whence) ((io)->io_ops->io_seek((io), (off), (whence))) macro
H A Dmdb_fdio.c84 return (IOP_SEEK(io->io_next, offset, whence)); in fdio_seek()
H A Dmdb_kvm.c1596 (void) IOP_SEEK(io, (off64_t)0L, SEEK_SET); in mdb_kvm_is_dump()
1607 (void) IOP_SEEK(io, (off64_t)0L, SEEK_SET); in mdb_kvm_is_compressed_dump()
H A Dmdb_kproc.c1097 return (IOP_SEEK(io->io_next, offset, whence)); in kp_io_seek()
H A Dmdb_io.c2250 return (IOP_SEEK(io->io_next, offset, whence)); in no_io_seek()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c84 return (IOP_SEEK(io->io_next, offset, whence)); in pio_seek()