| /freebsd/usr.bin/wc/tests/ |
| H A D | wc_test.sh | 17 MAXBSIZE=65536 170 atf_check_not_equal 0 $((MAXBSIZE % 5)) 172 if [ $((MAXBSIZE % 5)) -eq 4 ] ; then 178 while [ $c -le $MAXBSIZE ] ; do
|
| /freebsd/tools/build/cross-build/include/linux/ |
| H A D | limits.h | 54 #ifndef MAXBSIZE 55 #define MAXBSIZE 65536 /* must be power of 2 */ macro
|
| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_bmap.c | 83 else if (nblk >= (MAXBSIZE >> bshift)) in cd9660_bmap() 84 *ap->a_runp = (MAXBSIZE >> bshift) - 1; in cd9660_bmap()
|
| /freebsd/usr.bin/split/tests/ |
| H A D | split_test.sh | 29 : ${MAXBSIZE:=65536} 47 bsize=$((MAXBSIZE + 12)) 128 jot -s "" -b "a" ${MAXBSIZE} > foo-aa 129 jot -ns "" -b "b" ${MAXBSIZE} > foo-ab 130 jot -s "" -b "c" ${MAXBSIZE} >> foo-ab
|
| /freebsd/sbin/dump/ |
| H A D | cache.c | 57 if ((BlockSize = sblock->fs_bsize * BLKFACTOR) > MAXBSIZE) in cinit() 58 BlockSize = MAXBSIZE; in cinit()
|
| H A D | traverse.c | 328 ufs1_daddr_t ufs1[MAXBSIZE / sizeof(ufs1_daddr_t)]; in dirindir() 329 ufs2_daddr_t ufs2[MAXBSIZE / sizeof(ufs2_daddr_t)]; in dirindir() 573 ufs1_daddr_t ufs1[MAXBSIZE / sizeof(ufs1_daddr_t)]; in dmpindir() 574 ufs2_daddr_t ufs2[MAXBSIZE / sizeof(ufs2_daddr_t)]; in dmpindir()
|
| /freebsd/sys/sys/ |
| H A D | param.h | 295 #define MAXBSIZE 65536 /* must be power of 2 */ macro 297 #define MAXBCACHEBUF MAXBSIZE /* must be a power of 2 >= MAXBSIZE */
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | param.h | 47 #define MAXBSIZE 8192 macro
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | zapsb.c | 55 sbp->fs_bsize <= MAXBSIZE && in main()
|
| /freebsd/contrib/netbsd-tests/fs/ffs/ |
| H A D | t_mount.c | 108 "ffs.img > /dev/null", MAXBSIZE * 2); in ATF_TC_BODY()
|
| /freebsd/sbin/ffsinfo/ |
| H A D | ffsinfo.c | 87 static char i1blk[MAXBSIZE]; 88 static char i2blk[MAXBSIZE]; 89 static char i3blk[MAXBSIZE];
|
| /freebsd/lib/libufs/ |
| H A D | inode.c | 51 _Static_assert(LIBUFS_MAXBSIZE >= MAXBSIZE, 52 "LIBUFS_MAXBSIZE must be at least MAXBSIZE");
|
| /freebsd/sbin/newfs/ |
| H A D | newfs.c | 202 if (bsize > MAXBSIZE) in main() 204 optarg, MAXBSIZE); in main()
|
| H A D | mkfs.c | 202 if (sblock.fs_bsize > MAXBSIZE) { in mkfs() 204 sblock.fs_bsize, MAXBSIZE); in mkfs() 205 sblock.fs_bsize = MAXBSIZE; in mkfs() 212 if (sblock.fs_fsize > MAXBSIZE) { in mkfs() 214 sblock.fs_fsize, MAXBSIZE); in mkfs() 215 sblock.fs_fsize = MAXBSIZE; in mkfs()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 66 #define MAXBSIZE 8192 macro
|
| /freebsd/usr.bin/random/ |
| H A D | randomize_fd.c | 111 buflen = sizeof(u_char) * MAXBSIZE; in randomize_fd()
|
| /freebsd/sbin/restore/ |
| H A D | tape.c | 65 static long fssize = MAXBSIZE; 256 if (stbuf.st_blksize >= TP_BSIZE && stbuf.st_blksize <= MAXBSIZE) in setup() 852 char buf[MAXBSIZE]; in skiphole() 875 char buf[MAXBSIZE / TP_BSIZE][TP_BSIZE]; in getfile()
|
| /freebsd/sbin/tunefs/ |
| H A D | tunefs.c | 67 static char clrbuf[MAXBSIZE]; 78 char buf[MAXBSIZE]; 862 char buf[MAXBSIZE]; in indir_fill()
|
| /freebsd/sbin/quotacheck/ |
| H A D | quotacheck.c | 69 char dummy[MAXBSIZE]; 74 char dummy[MAXBSIZE];
|
| /freebsd/usr.sbin/pwd_mkdb/ |
| H A D | pwd_mkdb.c | 576 static char buf[MAXBSIZE]; in cp() 583 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) { in cp()
|
| /freebsd/usr.bin/wc/ |
| H A D | wc.c | 205 static char buf[MAXBSIZE]; in cnt()
|
| /freebsd/usr.bin/split/ |
| H A D | split.c | 213 static char bfr[MAXBSIZE]; in split1()
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test.c | 75 char buffer[MAXBSIZE]; in read_fd()
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_balloc.c | 306 MAXBSIZE, seqcount, 0, &nbp); in ext2_balloc()
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_io.c | 373 if (bsize > MAXBSIZE) in tarfs_zread_zstd() 374 bsize = MAXBSIZE; in tarfs_zread_zstd()
|