Lines Matching refs:walk

113 			mdb_warn("couldn't walk 'ulwp'");
162 "walk the %s cache", c->cache_name);
201 "walk the per-thread cache for %s", c->cache_name);
525 mdb_warn("couldn't walk 'umem_cpu'");
642 mdb_warn("can't walk umem_cache");
1037 char walk[60];
1043 (void) mdb_snprintf(walk, sizeof (walk), "umem_ptc_%d",
1050 if ((rval = mdb_walk(walk,
1052 mdb_warn("couldn't walk %s", walk);
1130 mdb_warn("umem walk doesn't support global walks\n");
1219 * When walking allocated buffers in a UMF_HASH cache, we walk the
1230 * To walk allocated buffers, we need all of the slabs.
1239 * freed buffers, we can just walk the freelist. For
1259 mdb_warn("unable to start layered '%s' walk", layered);
1311 * first, handle the 'umem_hash' layered walk case
1411 * walk the slab's freelist
1513 mdb_warn("impossible situation: small-slab UM_BUFCTL walk for "
1570 * don't walk NOTOUCH caches when walking all caches (thereby assuring
1571 * that "::walk umem" and "::walk freemem" yield disjoint output).
1640 mdb_warn("bufctl_history walk doesn't support global walks\n");
1735 * By default (global walk), walk the umem_transaction_log. Otherwise
1865 mdb_warn("couldn't walk bufctl for cache %p", addr);
1883 allocdby_walk_init_common(mdb_walk_state_t *wsp, const char *walk)
1888 mdb_warn("allocdby walk doesn't support global walks\n");
1895 abw->abw_walk = walk;
1904 mdb_warn("couldn't walk umem_cache");
1990 mdb_warn("can't walk '%s' for %p", w, addr);
2140 mdb_warn("can't walk vmem seg for %p", addr);
2166 char *walk, *freewalk;
2172 do_bufctl = FALSE; /* no bufctls to walk */
2179 walk = "bufctl";
2183 walk = "umem";
2214 if (mdb_pwalk(walk, func, wi, addr) == -1) {
2215 mdb_warn("can't find %s walker", walk);
2320 "umem_cache", "walk list of umem caches", umem_cache_walk_init,
2547 mdb_warn("unable to walk bufctl_history");
2922 * If the user didn't specify a cache to verify, we'll walk all
2924 * this is the equivalent of '::walk umem_cache .::umem_verify'
3047 * The "vmem_postfix" walk walks the vmem arenas in post-fix order; all
3048 * children are visited before their parent. We perform the postfix walk
3229 mdb_warn("can't walk vmem");
3539 mdb_warn("failed to walk umem log");
3594 * to report at the end. Once we have a list of caches, we walk through the
4048 mdb_warn("can't walk 'umem' for cache %p", addr);
4102 mdb_warn("unable to walk 'umem_cache'");
4178 mdb_warn("can't walk umem_cache");
4223 mdb_warn("can't walk 'umem'");