Lines Matching refs:bp
4 # bp->b_flags & $bufcount_match is non-0.
16 set $bp = bufhash[$i].b_forw
17 while ($bp != bufhash[$i].b_back)
18 if ($bp->b_flags & $bufcount_match)
21 set $bp = $bp->b_forw
38 set $bp = bufhash[$i].b_forw
39 while ($bp != bufhash[$i].b_back)
40 …printf "bp=0x%x flags=0x%x vp=0x%x lblkno=0x%x blkno=0x%x\n", $bp, $bp->b_flags, $bp->b_vp, $bp->b…
42 set $bp = $bp->b_forw
54 set $bp = bufhash[$arg0].b_forw
55 while ($bp != bufhash[$arg0].b_back)
56 …printf "bp=0x%x flags=0x%x vp=0x%x lblkno=0x%x blkno=0x%x\n", $bp, $bp->b_flags, $bp->b_vp, $bp->b…
58 set $bp = $bp->b_forw
73 set $bp = (struct buf *)bufqueues[$i].qe_next
74 while ($bp)
75 …printf "bp=0x%x flags=0x%x vp=0x%x lbn=%d size=0x%x\n", $bp, $bp->b_flags, $bp->b_vp, $bp->b_lblkn…
77 set $bp = (struct buf *)$bp->b_freelist.qe_next
86 set $bp = (struct buf *)$arg0
87 while ($bp)
88 …printf "bp=0x%x flags=0x%x bn=0x%x lbn=%d count=%d size=%d\n", $bp, $bp->b_flags, $bp->b_blkno, $b…
89 set $bp = (struct buf *)$bp->b_vnbufs.qe_next
98 set $bp = (struct buf *)bufqueues[$arg0].qe_next
99 while ($bp)
100 …printf "bp=0x%x flags=0x%x vp=0x%x lbn=%d size=0x%x\n", $bp, $bp->b_flags, $bp->b_vp, $bp->b_lblkn…
102 set $bp = (struct buf *)$bp->b_freelist.qe_next