Searched refs:BSIZE (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c94 #define BSIZE 512 macro
97 .f_bsize = BSIZE,
98 .f_frsize = BSIZE,
99 .f_blocks = TOTAL / BSIZE,
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
107 #undef BSIZE macro
125 #define BSIZE 4096 /* Guess */ macro
129 .f_bsize = BSIZE,
130 .f_frsize = BSIZE,
140 #undef BSIZE macro
157 #define BSIZE macro
172 #undef BSIZE macro
186 #define BSIZE macro
201 #undef BSIZE macro
[all...]
/freebsd-12-stable/usr.bin/tee/
H A Dtee.c78 #define BSIZE (8 * 1024) macro
96 if ((buf = malloc(BSIZE)) == NULL)
114 while ((rval = read(STDIN_FILENO, buf, BSIZE)) > 0)
/freebsd-12-stable/lib/libc/db/hash/
H A Dhash_page.c88 ((u_int16_t *)(P))[1] = hashp->BSIZE - 3 * sizeof(u_int16_t); \
89 ((u_int16_t *)(P))[2] = hashp->BSIZE; \
141 newoff = hashp->BSIZE;
195 copyto = (u_int16_t)hashp->BSIZE;
196 off = (u_int16_t)hashp->BSIZE;
341 scopyto = hashp->BSIZE;
349 off = hashp->BSIZE;
527 size = hashp->BSIZE;
554 max = hashp->BSIZE >> 2; /* divide by 4 */
581 size = hashp->BSIZE;
[all...]
H A Dhash.c174 (hashp->BSIZE << BYTE_SHIFT) - 1) >>
211 "BUCKET SIZE ", hashp->BSIZE,
281 hashp->BSIZE = DEF_BUCKET_SIZE;
295 hashp->BSIZE = statbuf.st_blksize;
296 if (hashp->BSIZE > MAX_BSIZE)
297 hashp->BSIZE = MAX_BSIZE;
298 hashp->BSHIFT = __log2(hashp->BSIZE);
305 hashp->BSIZE = 1 << hashp->BSHIFT;
306 if (hashp->BSIZE > MAX_BSIZE) {
588 off = hashp->BSIZE;
[all...]
H A Dhash_buf.c197 if ((bp->page = (char *)calloc(1, hashp->BSIZE)) == NULL) {
305 npages = (nbytes + hashp->BSIZE - 1) >> hashp->BSHIFT;
340 (void)memset(bp->page, 0, hashp->BSIZE);
H A Dhash_bigkey.c255 FREESPACE(bp) = hashp->BSIZE - PAGE_META(n);
256 OFFSET(bp) = hashp->BSIZE;
288 for (bytes = hashp->BSIZE - bp[ndx];
290 bytes = hashp->BSIZE - bp[ndx]) {
457 mylen = hashp->BSIZE - bp[1];
523 mylen = hashp->BSIZE - bp[1];
H A Dhash.h273 #define BSIZE hdr.bsize macro
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c47 #define BSIZE 512 macro
51 static size_t bsize = BSIZE;
/freebsd-12-stable/usr.bin/rs/
H A Drs.c334 #define BSIZE (LINE_MAX * 2) macro
335 static char ibuf[BSIZE];
341 static char *endblock = ibuf + BSIZE;
359 if (!(curline = (char *) malloc(BSIZE)))
361 endblock = curline + BSIZE;
/freebsd-12-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c59 #define BSIZE 256 /* one attribute buffer size */ macro
60 static uint8_t buffer[NRECS * attrs_len][BSIZE];
630 values[n].vlen = BSIZE;
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c56 #define BSIZE 1024
727 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-12-stable/lib/libc/gen/
H A Dgetcap.c55 #define BSIZE 1024 macro
651 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-12-stable/crypto/openssl/apps/
H A Dapps.c1371 #undef BSIZE macro
1372 #define BSIZE 256 macro
1421 char buf[1][BSIZE];
1431 if (j >= BSIZE) {
1437 OPENSSL_strlcpy(buf[0], serialfile, BSIZE);
1471 char buf[2][BSIZE];
1478 if (j + 1 >= BSIZE) {
1541 char buf[BSIZE];
1628 char buf[3][BSIZE];
1633 if (j + 6 >= BSIZE) {
[all...]
H A Denc.c29 #undef BSIZE macro
31 #define BSIZE (8*1024) macro
107 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0;
/freebsd-12-stable/sys/crypto/des/
H A Ddes_locl.h67 #define BSIZE (MAXWRITE+4) macro
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c137 #define BSIZE 1024 macro

Completed in 232 milliseconds