/src/sys/fs/cd9660/ |
cd9660_node.c | 150 struct buf *bp2 = NULL; local in function:cd9660_defattr 170 NULL, &bp2); 171 bp = bp2; 200 if (bp2) 201 brelse(bp2, 0); 211 struct buf *bp2 = NULL; local in function:cd9660_deftstamp 220 NULL, &bp2); 221 bp = bp2; 241 if (bp2) 242 brelse(bp2, 0) [all...] |
cd9660_vfsops.c | 841 struct buf *bp2; local in function:cd9660_loadvnode 845 NULL, &bp2); 847 bp2 = NULL; 848 cd9660_defattr(isodir, ip, bp2); 849 cd9660_deftstamp(isodir, ip, bp2); 850 if (bp2) 851 brelse(bp2, 0);
|
/src/sbin/brconfig/ |
brconfig.c | 350 struct ifbrparam bp1, bp2; local in function:status 370 if (do_cmd(sock, bridge, BRDGGTO, &bp2, sizeof(bp2), 0) < 0) 374 bp1.ifbrp_csize, bp2.ifbrp_ctime);
|
/src/bin/csh/ |
func.c | 78 struct biltins *bp, *bp1, *bp2; local in function:isbfunc 97 * Binary search Bp1 is the beginning of the current search range. Bp2 is 100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { 103 bp = bp1 + ((bp2 - bp1) >> 1); 108 bp2 = bp;
|