Searched refs:bp2 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dbridgestp.c981 struct bstp_port *bp2; local
989 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
990 if (!(bp2->bp_synced ||
991 bp2->bp_role == BSTP_ROLE_ROOT)) {
1247 struct bstp_port *bp2; local
1251 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
1252 if (bp2 == bp)
1254 bp2->bp_tc_prop = 1;
1540 struct bstp_port *bp2; local
1543 LIST_FOREACH(bp2,
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c3813 struct buf *bp2; local
3818 hfsmp->hfs_physical_block_size, NOCRED, &bp2);
3820 if (bp2)
3821 buf_brelse(bp2);
3824 mdb = (HFSMasterDirectoryBlock *)(buf_dataptr(bp2) +
3830 journal_modify_block_start(hfsmp->jnl, bp2);
3836 journal_modify_block_end(hfsmp->jnl, bp2, NULL, NULL);
3838 (void) VNOP_BWRITE(bp2); /* write out the changes */
3843 buf_brelse(bp2); /* just release it */

Completed in 97 milliseconds