Home
last modified time | relevance | path

Searched refs:bbase (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c631 int cg, bmap, bbase; in free() local
700 bbase = bno - fragnum(fs, bno); in free()
704 bmap = blkmap(fs, blksfree, bbase); in free()
738 bmap = blkmap(fs, blksfree, bbase); in free()
743 blkno = fragstoblks(fs, bbase); in free()
745 cylno = cbtocylno(fs, bbase); in free()
746 rpos = cbtorpos(ufsvfsp, bbase); in free()
902 int frags, bbase; in fragextend() local
908 bbase = (int)fragnum(fs, bprev); in fragextend()
909 if (bbase > fragnum(fs, (bprev + frags - 1))) { in fragextend()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1416 my @bbase = "Bundle";
1417 while (my $bbase = shift @bbase) {
1418 $bdir = File::Spec->catdir($incdir,split /::/, $bbase);
1419 CPAN->debug("bdir[$bdir]\@bbase[@bbase]") if $CPAN::DEBUG;
1425 push @bbase, "$bbase\::$entry";
1428 $CPAN::META->instance('CPAN::Bundle',"$bbase\::$entry");