Lines Matching refs:bd_next
70 curdesc = curdesc->bd_next) { in bhv_insert()
89 bdp->bd_next = bhp->bh_first; in bhv_insert()
93 bdp->bd_next = prev->bd_next; in bhv_insert()
94 prev->bd_next = bdp; in bhv_insert()
111 ASSERT(bhp->bh_first->bd_next != NULL); in bhv_remove_not_first()
114 for (curdesc = bhp->bh_first->bd_next; in bhv_remove_not_first()
116 curdesc = curdesc->bd_next) { in bhv_remove_not_first()
124 prev->bd_next = bdp->bd_next; /* remove from after prev */ in bhv_remove_not_first()
138 curdesc = curdesc->bd_next) { in bhv_lookup()
158 curdesc = curdesc->bd_next) { in bhv_lookup_range()
186 curdesc = curdesc->bd_next) { in bhv_base()
188 if (curdesc->bd_next == NULL) { in bhv_base()