Searched refs:mdb_pread (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 550 len = mdb_pread(&buf, mmu.pte_size, paddr); in get_pte() 799 len = mdb_pread(&buf, mmu.pte_size, in do_report_maps() 927 len = mdb_pread(&buf, mmu.pte_size, in do_ptable_dcmd()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 211 extern ssize_t mdb_pread(void *, size_t, uint64_t);
|
H A D | mdb_modapi.c | 108 mdb_pread(void *buf, size_t nbytes, physaddr_t addr) in mdb_pread() function
|
/titanic_44/usr/src/cmd/mdb/common/modules/conf/ |
H A D | mapfile-extern | 131 mdb_pread { FLAGS = EXTERN };
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 218 rbytes = mdb_pread(buf, nbytes, mdb_get_dot()); in cmd_pread()
|