Home
last modified time | relevance | path

Searched refs:mdb_pread (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c532 if ((mdb_pread(&buf, mmu.pte_size, paddr)) == mmu.pte_size) in get_pte()
774 len = mdb_pread(&pte, mmu.pte_size, in do_report_maps()
902 len = mdb_pread(&pte, mmu.pte_size, in do_ptable_dcmd()
1072 if (mdb_pread(&pte, sizeof (pte), pte_addr) != sizeof (pte)) { in ptmap_dcmd()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h216 extern ssize_t mdb_pread(void *, size_t, uint64_t);
H A Dmdb_modapi.c219 mdb_pread(void *buf, size_t nbytes, physaddr_t addr) in mdb_pread() function
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c216 rbytes = mdb_pread(buf, nbytes, mdb_get_dot()); in cmd_pread()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern139 mdb_pread { FLAGS = EXTERN };