Home
last modified time | relevance | path

Searched refs:freewalk (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2166 char *walk, *freewalk; in whatis_walk_cache() local
2180 freewalk = "freectl"; in whatis_walk_cache()
2184 freewalk = "freemem"; in whatis_walk_cache()
2230 if (mdb_pwalk(freewalk, func, wi, addr) == -1) { in whatis_walk_cache()
2231 mdb_warn("can't find %s walker", freewalk); in whatis_walk_cache()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2339 char *walk, *freewalk; in whatis_walk_cache() local
2359 freewalk = "freectl"; in whatis_walk_cache()
2363 freewalk = "freemem"; in whatis_walk_cache()
2408 if (mdb_pwalk(freewalk, func, wi, addr) == -1) { in whatis_walk_cache()
2409 mdb_warn("can't find %s walker", freewalk); in whatis_walk_cache()