Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2168 int do_bufctl; in whatis_walk_cache() local
2172 do_bufctl = FALSE; /* no bufctls to walk */ in whatis_walk_cache()
2174 do_bufctl = TRUE; /* we always want debugging info */ in whatis_walk_cache()
2176 do_bufctl = ((mdb_whatis_flags(w) & WHATIS_BUFCTL) != 0); in whatis_walk_cache()
2178 if (do_bufctl) { in whatis_walk_cache()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2341 int do_bufctl; in whatis_walk_cache() local
2351 do_bufctl = FALSE; /* no bufctls to walk */ in whatis_walk_cache()
2353 do_bufctl = TRUE; /* we always want debugging info */ in whatis_walk_cache()
2355 do_bufctl = ((mdb_whatis_flags(w) & WHATIS_BUFCTL) != 0); in whatis_walk_cache()
2357 if (do_bufctl) { in whatis_walk_cache()