/src/sys/arch/alpha/stand/common/ |
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
/src/sys/arch/sbmips/stand/common/ |
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
bbinfo.h | 40 int32_t nblocks; member in struct:bbinfo
|
/src/sys/arch/aarch64/aarch64/ |
pmapboot.c | 478 vsize_t left, mapsize, nblocks; variable in typeref:typename:vsize_t 485 nblocks = ulmin(left / L3_SIZE, 487 if (((va & L3_ADDR_BITS) != 0) && (nblocks > 0)) { 488 mapsize = nblocks * L3_SIZE; 498 nblocks = ulmin(left / L2_SIZE, 500 if (((va & L2_ADDR_BITS) != 0) && (nblocks > 0)) { 501 mapsize = nblocks * L2_SIZE; 510 nblocks = left / L1_SIZE; 511 if (nblocks > 0) { 512 mapsize = nblocks * L1_SIZE [all...] |
pmapboot.c | 478 vsize_t left, mapsize, nblocks; variable in typeref:typename:vsize_t 485 nblocks = ulmin(left / L3_SIZE, 487 if (((va & L3_ADDR_BITS) != 0) && (nblocks > 0)) { 488 mapsize = nblocks * L3_SIZE; 498 nblocks = ulmin(left / L2_SIZE, 500 if (((va & L2_ADDR_BITS) != 0) && (nblocks > 0)) { 501 mapsize = nblocks * L2_SIZE; 510 nblocks = left / L1_SIZE; 511 if (nblocks > 0) { 512 mapsize = nblocks * L1_SIZE [all...] |
/src/sys/ufs/ffs/ |
ffs_inode.c | 218 int i, aflag, nblocks; local in function:ffs_truncate 413 nblocks = btodb(fs->fs_bsize); 503 blocksreleased += nblocks; 638 int64_t nblocks; local in function:ffs_indirtrunc 665 nblocks = btodb(fs->fs_bsize); 766 *countp += nblocks;
|
ffs_inode.c | 218 int i, aflag, nblocks; local in function:ffs_truncate 413 nblocks = btodb(fs->fs_bsize); 503 blocksreleased += nblocks; 638 int64_t nblocks; local in function:ffs_indirtrunc 665 nblocks = btodb(fs->fs_bsize); 766 *countp += nblocks;
|
/src/usr.sbin/fwctl/ |
fwdv.c | 102 int nblocks[] = {250 /* NTSC */, 300 /* PAL */}; local in function:dvrecv 209 nb = nblocks[lsystem];
|
fwdv.c | 102 int nblocks[] = {250 /* NTSC */, 300 /* PAL */}; local in function:dvrecv 209 nb = nblocks[lsystem];
|
/src/sys/ufs/ext2fs/ |
ext2fs_inode.c | 298 int i, nblocks; local in function:ext2fs_truncate 377 nblocks = btodb(fs->e2fs_bsize); 438 blocksreleased += nblocks; 508 int nblocks, blocksreleased = 0; local in function:ext2fs_indirtrunc 522 nblocks = btodb(fs->e2fs_bsize); 584 blocksreleased += nblocks;
|
ext2fs_inode.c | 298 int i, nblocks; local in function:ext2fs_truncate 377 nblocks = btodb(fs->e2fs_bsize); 438 blocksreleased += nblocks; 508 int nblocks, blocksreleased = 0; local in function:ext2fs_indirtrunc 522 nblocks = btodb(fs->e2fs_bsize); 584 blocksreleased += nblocks;
|
/src/sbin/newfs_lfs/ |
make_lfs.c | 295 int nblocks, bb, base, factor, lvl; local in function:make_dinode 298 nblocks = howmany(nfrags, lfs_sb_getfrag(fs)); 299 if (nblocks >= ULFS_NDADDR) 316 if (ULFS_NDADDR < nblocks) { 318 /* XXX We are only called with nblocks > 1 for Ifile */ 319 bb = nblocks - ULFS_NDADDR; 330 for (i = 0; i < MIN(nblocks,ULFS_NDADDR); i++) { 333 if (nblocks > ULFS_NDADDR) { 335 bb = howmany(nblocks - ULFS_NDADDR, LFS_NINDIR(fs)) - 1;
|
make_lfs.c | 295 int nblocks, bb, base, factor, lvl; local in function:make_dinode 298 nblocks = howmany(nfrags, lfs_sb_getfrag(fs)); 299 if (nblocks >= ULFS_NDADDR) 316 if (ULFS_NDADDR < nblocks) { 318 /* XXX We are only called with nblocks > 1 for Ifile */ 319 bb = nblocks - ULFS_NDADDR; 330 for (i = 0; i < MIN(nblocks,ULFS_NDADDR); i++) { 333 if (nblocks > ULFS_NDADDR) { 335 bb = howmany(nblocks - ULFS_NDADDR, LFS_NINDIR(fs)) - 1;
|
/src/sys/ufs/lfs/ |
lfs_inode.c | 225 int i, nblocks; local in function:lfs_truncate 447 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs)); 492 real_released += nblocks; 493 blocksreleased += nblocks; 734 int nblocks; local in function:lfs_indirtrunc 750 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs)); 821 real_released += nblocks; 822 blocksreleased += nblocks;
|
ulfs_dirhash.c | 135 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ulfsdirhash_build 170 nblocks = (dirblocks * 3 + 1) / 2; 174 nblocks * sizeof(*dh->dh_blkfree); 202 dh->dh_blkfreesz = nblocks * sizeof(dh->dh_blkfree[0]); 216 dh->dh_nblk = nblocks;
|
lfs_inode.c | 225 int i, nblocks; local in function:lfs_truncate 447 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs)); 492 real_released += nblocks; 493 blocksreleased += nblocks; 734 int nblocks; local in function:lfs_indirtrunc 750 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs)); 821 real_released += nblocks; 822 blocksreleased += nblocks;
|
ulfs_dirhash.c | 135 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ulfsdirhash_build 170 nblocks = (dirblocks * 3 + 1) / 2; 174 nblocks * sizeof(*dh->dh_blkfree); 202 dh->dh_blkfreesz = nblocks * sizeof(dh->dh_blkfree[0]); 216 dh->dh_nblk = nblocks;
|
/src/sys/ufs/ufs/ |
ufs_dirhash.c | 131 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ufsdirhash_build 167 nblocks = (dirblocks * 3 + 1) / 2; 171 nblocks * sizeof(*dh->dh_blkfree); 199 dh->dh_blkfreesz = nblocks * sizeof(dh->dh_blkfree[0]); 213 dh->dh_nblk = nblocks;
|
ufs_dirhash.c | 131 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ufsdirhash_build 167 nblocks = (dirblocks * 3 + 1) / 2; 171 nblocks * sizeof(*dh->dh_blkfree); 199 dh->dh_blkfreesz = nblocks * sizeof(dh->dh_blkfree[0]); 213 dh->dh_nblk = nblocks;
|
/src/sbin/fsck_lfs/ |
lfs.c | 770 int nblocks; local in function:check_summary 781 nblocks = howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)); 782 bc = nblocks << (lfs_sb_getversion(fs) > 1 ? lfs_sb_getffshift(fs) : lfs_sb_getbshift(fs)); 787 nblocks += lfs_fi_getnblocks(fs, fp); 795 datap = emalloc(nblocks * sizeof(*datap)); 843 if (datac != nblocks) { 845 (intmax_t)pseg_addr, nblocks, datac); 847 ccksum = cksum(datap, nblocks * sizeof(datap[0]));
|
segwrite.c | 545 int i, nblocks, num; local in function:lfs_updatemeta 558 nblocks = &sp->fip->fi_blocks[sp->fip->fi_nblocks] - sp->start_lbp; 561 nblocks = lfs_blocks_sub(fs, &tmpptr, &sp->start_lbp); 562 //nblocks_orig = nblocks; 565 if (vp == NULL || nblocks == 0) 572 for (i = 0; i < nblocks; i++) { 574 printf("nblocks = %d, not %d\n", i, nblocks); 575 nblocks = i; 579 nblocks -= num - 1 770 int do_again, nblocks, byteoffset; local in function:lfs_writeseg [all...] |
/src/usr.sbin/npf/npfctl/ |
npf_bpf_comp.c | 142 unsigned nblocks; member in struct:npf_bpf 289 ctx->nblocks++; 343 ctx->gblock = ctx->nblocks; 364 (ctx->nblocks - ctx->gblock) <= 1 && 435 assert(ctx->nblocks == ctx->gblock); 490 assert(ctx->nblocks == ctx->gblock);
|