Searched refs:IOP_SEEK (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_rawfile.c | 120 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 D | mdb_gelf.c | 60 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 D | mdb_memio.c | 82 return (IOP_SEEK(io->io_next, offset, whence)); in memio_seek()
|
H A D | mdb_strio.c | 69 return (IOP_SEEK(io->io_next, offset, whence)); in strio_seek()
|
H A D | mdb_io_impl.h | 54 #define IOP_SEEK(io, off, whence) ((io)->io_ops->io_seek((io), (off), (whence))) macro
|
H A D | mdb_fdio.c | 84 return (IOP_SEEK(io->io_next, offset, whence)); in fdio_seek()
|
H A D | mdb_kvm.c | 1596 (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 D | mdb_kproc.c | 1097 return (IOP_SEEK(io->io_next, offset, whence)); in kp_io_seek()
|
H A D | mdb_io.c | 2250 return (IOP_SEEK(io->io_next, offset, whence)); in no_io_seek()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 84 return (IOP_SEEK(io->io_next, offset, whence)); in pio_seek()
|