Lines Matching refs:walk

156 	char walk[60];
162 (void) mdb_snprintf(walk, sizeof (walk), "umem_ptc_%d",
165 if (mdb_pwalk(walk, (mdb_walk_cb_t)umastat_lwp_ptc,
167 mdb_warn("unable to walk '%s'", walk);
196 mdb_warn("can't walk 'umem_cache'");
240 char walk[60];
242 (void) mdb_snprintf(walk, sizeof (walk),
245 if (mdb_walk(walk,
247 mdb_warn("unable to walk '%s'", walk);
345 mdb_warn("can't walk 'umem_cache'");
363 mdb_warn("can't walk 'umem_cache'");
378 mdb_warn("can't walk 'ulwp'");
398 mdb_warn("can't walk 'umem_cache'");
407 mdb_warn("can't walk 'vmem'");
430 mdb_warn("can't walk 'vmem'");
441 * kmdb doesn't use libproc, and thus doesn't have any prmap_t's to walk.
473 mdb_warn("Unable to walk "KLUDGE_MAPWALK_NAME);
495 { "umem_debug", NULL, "toggle umem dcmd/walk debugging", umem_debug},
541 { "allocdby", "given a thread, walk its allocated bufctls",
543 { "bufctl", "walk a umem cache's bufctls",
545 { "bufctl_history", "walk the available history of a bufctl",
548 { "freectl", "walk a umem cache's free bufctls",
550 { "freedby", "given a thread, walk its freed bufctls",
552 { "freemem", "walk a umem cache's free memory",
554 { "umem", "walk a umem cache",
556 { "umem_cpu", "walk the umem CPU structures",
558 { "umem_cpu_cache", "given a umem cache, walk its per-CPU caches",
560 { "umem_hash", "given a umem cache, walk its allocated hash table",
562 { "umem_log", "walk the umem transaction log",
564 { "umem_slab", "given a umem cache, walk its slabs",
567 "given a umem cache, walk its partially allocated slabs (min 1)",
569 { "vmem", "walk vmem structures in pre-fix, depth-first order",
571 { "vmem_alloc", "given a vmem_t, walk its allocated vmem_segs",
573 { "vmem_free", "given a vmem_t, walk its free vmem_segs",
575 { "vmem_postfix", "walk vmem structures in post-fix, depth-first order",
577 { "vmem_seg", "given a vmem_t, walk all of its vmem_segs",
579 { "vmem_span", "given a vmem_t, walk its spanning vmem_segs",
584 { "leak", "given a leak ctl, walk other leaks w/ that stacktrace",
586 { "leakbuf", "given a leak ctl, walk addr of leaks w/ that stacktrace",