Searched defs:bp_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c931 struct buf *bp_next; local
963 for (; bp; bp = bp_next) {
968 bp_next = bp->b_forw;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c113 struct bootprop *bp_next; member in struct:bootprop
384 b->bp_next = bprops;
446 for (b = bprops; b; b = b->bp_next) {
463 for (b = bprops; b; b = b->bp_next) {
490 for (b = bprops; b; b = b->bp_next) {
493 b = b->bp_next;

Completed in 60 milliseconds