Searched refs:do_bufctl (Results 1 – 2 of 2) sorted by relevance
2167 int do_bufctl; in whatis_walk_cache() local2171 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()
2340 int do_bufctl; in whatis_walk_cache() local2350 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()