Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c63 #define BLOCKSIZE 1024 macro
68 char block[BLOCKSIZE]; in fill_blocks()
80 bzero(block, BLOCKSIZE); in fill_blocks()
83 len = write(fd, block, BLOCKSIZE); in fill_blocks()
86 if (len != BLOCKSIZE) { in fill_blocks()
88 BLOCKSIZE, len); in fill_blocks()
107 len = write(fd, block, BLOCKSIZE); in fill_blocks()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c40 #define BLOCKSIZE 512 /* bytes */ macro
102 mult = BLOCKSIZE; in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dl2arc.cfg36 export BLOCKSIZE=128K
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dsetup.ksh43 default_zvol_setup $DISK $VOLSIZE $BLOCKSIZE
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh143 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
145 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok6 BLOCKSIZE
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_attach_mirror.ksh49 export BLOCKSIZE=4K
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Drandom_reads.fio26 bs=${BLOCKSIZE}
H A Dsequential_reads.fio26 bs=${BLOCKSIZE}
H A Drandom_readwrite_fixed.fio29 bs=${BLOCKSIZE}
H A Drandom_writes.fio26 bs=${BLOCKSIZE}
H A Dsequential_writes.fio26 bs=${BLOCKSIZE}
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc20 setenv BLOCKSIZE K
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc_disabled.ksh37 export BLOCKSIZE=128K
H A Dl2arc_encrypted_no_compressed_arc.ksh38 export BLOCKSIZE=128K
H A Dl2arc_compressed_arc.ksh37 export BLOCKSIZE=128K
H A Dl2arc_encrypted.ksh38 export BLOCKSIZE=128K
/freebsd/usr.bin/login/
H A Dlogin.conf28 :setenv=BLOCKSIZE=K:\
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh76 export BLOCKSIZE=128K
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc18 setenv BLOCKSIZE K
/freebsd/usr.sbin/ctld/
H A Dtoken.l54 blocksize { return BLOCKSIZE; }
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_l2arc.ksh78 export BLOCKSIZE=128K
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/
H A Dzvol.cfg37 export BLOCKSIZE=4K
/freebsd/sbin/savecore/
H A Dsavecore.c496 #define BLOCKSIZE (1<<12) macro
497 #define BLOCKMASK (~(BLOCKSIZE-1))
506 for (hs = nw; hs < nr; hs += BLOCKSIZE) { in sparsefwrite()
510 if (he >= hs + BLOCKSIZE) in sparsefwrite()
523 if (hs + BLOCKSIZE > nr) in sparsefwrite()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c349 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
2510 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];
2648 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()
2660 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
2675 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
3044 if (srcSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decompressBlock_internal()
3185 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv04_findFrameSizeInfoLegacy()
3477 size_t const neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFF_decompressContinue()
3560 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFF_decompressContinue()
3590 size_t ZBUFFv04_recommendedDInSize() { return BLOCKSIZE + 3; } in ZBUFFv04_recommendedDInSize()
[all …]

12