/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/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/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/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/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/lib/libufs/ |
H A D | libufs.h | 51 char d_buf[MAXBSIZE]; /* cylinder group storage */ 55 char d_inos[MAXBSIZE]; /* inode block as buffer */
|
/freebsd/sys/sys/ |
H A D | param.h | 291 #define MAXBSIZE 65536 /* must be power of 2 */ macro 293 #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 | 46 #define MAXBSIZE 8192 macro
|
/freebsd/tools/test/stress2/tools/ |
H A D | zapsb.c | 55 sbp->fs_bsize <= MAXBSIZE && in main()
|
/freebsd/sbin/tunefs/ |
H A D | tunefs.c | 65 static char clrbuf[MAXBSIZE]; 625 char block[MAXBSIZE]; in dir_search() 715 char block[MAXBSIZE]; in dir_insert() 743 char block[MAXBSIZE]; in dir_extend() 840 char indirbuf[MAXBSIZE]; in indir_fill()
|
/freebsd/sbin/ffsinfo/ |
H A D | ffsinfo.c | 87 static char i1blk[MAXBSIZE]; 88 static char i2blk[MAXBSIZE]; 89 static char i3blk[MAXBSIZE];
|
/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/newfs/ |
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()
|
H A D | newfs.c | 200 if (bsize > MAXBSIZE) in main() 202 optarg, MAXBSIZE); in main()
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 93 char buffer[MAXBSIZE]; in read_fd()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | sysmacros.h | 70 #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/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/sys/fs/ext2fs/ |
H A D | ext2_balloc.c | 306 MAXBSIZE, seqcount, 0, &nbp); in ext2_balloc()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vnops.c | 1093 else if (nblk >= (MAXBSIZE >> node->udfmp->bshift)) in udf_bmap() 1094 *a->a_runp = (MAXBSIZE >> node->udfmp->bshift) - 1; in udf_bmap() 1346 *size = min(*size, MAXBSIZE - off); in udf_readatoffset()
|