Home
last modified time | relevance | path

Searched refs:mm_logentry_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mm/
H A Dmm.c22 mm_logentry_t *kmlw_entries;
50 kw->kmlw_nentries = sym.st_size / sizeof (mm_logentry_t); in kmemlog_walk_init()
63 mm_logentry_t *ent; in kmemlog_walk_step()
87 mdb_free(kw->kmlw_entries, kw->kmlw_nentries * sizeof (mm_logentry_t)); in kmemlog_walk_fini()
94 mm_logentry_t ent; in kmemlog()
/illumos-gate/usr/src/uts/common/sys/
H A Dmem.h144 } mm_logentry_t; typedef
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c105 static mm_logentry_t mm_kmemlog[MM_KMEMLOG_NENTRIES];
123 mm_logentry_t *ent; in mm_logkmem()