Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2167 int do_bufctl; in whatis_walk_cache() local
2171 do_bufctl = FALSE; /* no bufctls to walk */ in whatis_walk_cache()
2173 do_bufctl = TRUE; /* we always want debugging info */ in whatis_walk_cache()
2175 do_bufctl = ((mdb_whatis_flags(w) & WHATIS_BUFCTL) != 0); in whatis_walk_cache()
2177 if (do_bufctl) { in whatis_walk_cache()
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2340 int do_bufctl; in whatis_walk_cache() local
2350 do_bufctl = FALSE; /* no bufctls to walk */ in whatis_walk_cache()
2352 do_bufctl = TRUE; /* we always want debugging info */ in whatis_walk_cache()
2354 do_bufctl = ((mdb_whatis_flags(w) & WHATIS_BUFCTL) != 0); in whatis_walk_cache()
2356 if (do_bufctl) { in whatis_walk_cache()