Searched defs:mdb_ctf_vread (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1545 * Like mdb_vread(), mdb_ctf_vread() is used to read from the target's 1546 * virtual address space. However, mdb_ctf_vread() can be used to safely 1553 * Using the CTF type information embedded in the target, mdb_ctf_vread will 1574 * error = mdb_ctf_vread(&zio, "zio_t", "mdb_zio_t", zio_target_addr, 0); 1590 * By default, if mdb_ctf_vread() can not find any members or enum values, 1598 mdb_ctf_vread(void *modbuf, const char *target_typename, function 1656 * by the mdb module. Use mdb_lookup_by_name() + mdb_ctf_vread() to 1669 return (mdb_ctf_vread(buf, typename, typename, sym.st_value, flags));
|
Completed in 64 milliseconds