Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dbridgestp.c901 struct bstp_port *bp2; in bstp_update_state() local
910 if (!(bp2->bp_synced || in bstp_update_state()
911 bp2->bp_role == BSTP_ROLE_ROOT)) { in bstp_update_state()
1165 struct bstp_port *bp2; in bstp_set_other_tcprop() local
1169 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_set_other_tcprop()
1170 if (bp2 == bp) in bstp_set_other_tcprop()
1172 bp2->bp_tc_prop = 1; in bstp_set_other_tcprop()
1457 struct bstp_port *bp2; in bstp_rerooted() local
1460 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_rerooted()
1461 if (bp2 == bp) in bstp_rerooted()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h559 #define BP_EQUAL(bp1, bp2) \ argument
560 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
561 (bp1)->blk_birth == (bp2)->blk_birth && \
562 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
563 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
564 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
/f-stack/freebsd/vm/
H A Dswap_pager.c2788 swapgeom_done(struct bio *bp2) in swapgeom_done() argument
2794 bp = bp2->bio_caller2; in swapgeom_done()
2795 cp = bp2->bio_from; in swapgeom_done()
2796 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2797 if (bp2->bio_error) in swapgeom_done()
2799 bp->b_resid = bp->b_bcount - bp2->bio_completed; in swapgeom_done()
2800 bp->b_error = bp2->bio_error; in swapgeom_done()
2803 sp = bp2->bio_caller1; in swapgeom_done()
2807 g_destroy_bio(bp2); in swapgeom_done()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c3042 blkptr_t *bp2; in dbuf_dnode_findbp() local
3046 err = dbuf_findbp(dn, level, blkid, B_FALSE, &dbp, &bp2); in dbuf_dnode_findbp()
3048 *bp = *bp2; in dbuf_dnode_findbp()