Lines Matching refs:walk

74 	    "walk the %s cache", c->cache_name);
125 mdb_warn("couldn't walk 'cpu'");
330 mdb_warn("can't walk kmem_cache");
559 mdb_warn("can't walk kmem_cache");
1166 mdb_warn("kmem walk doesn't support global walks\n");
1263 * When walking allocated buffers in a KMF_HASH cache, we walk the
1274 * To walk allocated buffers, we need all of the slabs.
1283 * freed buffers, we can just walk the freelist. For
1303 mdb_warn("unable to start layered '%s' walk", layered);
1355 * first, handle the 'kmem_hash' layered walk case
1462 * walk the slab's freelist
1564 mdb_warn("impossible situation: small-slab KM_BUFCTL walk for "
1621 * don't walk NOTOUCH caches when walking all caches (thereby assuring
1622 * that "::walk kmem" and "::walk freemem" yield disjoint output).
1708 mdb_warn("bufctl_history walk doesn't support global walks\n");
1802 * By default (global walk), walk the kmem_transaction_log. Otherwise
1929 mdb_warn("couldn't walk bufctl for cache %p", addr);
1947 allocdby_walk_init_common(mdb_walk_state_t *wsp, const char *walk)
1952 mdb_warn("allocdby walk doesn't support global walks\n");
1959 abw->abw_walk = walk;
1968 mdb_warn("couldn't walk kmem_cache");
2053 mdb_warn("can't walk '%s' for %p", w, addr);
2311 mdb_warn("can't walk vmem_seg for %p", addr);
2338 char *walk, *freewalk;
2350 do_bufctl = FALSE; /* no bufctls to walk */
2357 walk = "bufctl";
2361 walk = "kmem";
2392 if (mdb_pwalk(walk, func, wi, addr) == -1) {
2393 mdb_warn("can't find %s walker", walk);
2906 mdb_warn("unable to walk bufctl_history");
3266 * If the user didn't specify a cache to verify, we'll walk all
3268 * this is the equivalent of '::walk kmem_cache .::kmem_verify'
3391 * The "vmem_postfix" walk walks the vmem arenas in post-fix order; all
3392 * children are visited before their parent. We perform the postfix walk
3574 mdb_warn("can't walk vmem");
3909 mdb_warn("failed to walk kmem log");
3964 * to report at the end. Once we have a list of caches, we walk through the
4279 "kmem_cache", "walk list of kmem caches", kmem_cache_walk_init,
4376 mdb_warn("couldn't walk threads");