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

12

/netbsd-6-1-5-RELEASE/tests/util/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...]
/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c43 #define BSIZE 512 macro
86 memset(buf, 0, BSIZE);
88 write(ofd, buf, BSIZE);
107 memset(buf, 0, BSIZE);
109 write(ofd, buf, BSIZE);
117 memset(buf, 0, BSIZE);
119 write(ofd, buf, BSIZE);
124 memset(buf, 0, BSIZE);
125 write(ofd, buf, BSIZE);
136 memset(buf, 0, BSIZE *
[all...]
/netbsd-6-1-5-RELEASE/sys/stand/
H A Dcopy.c46 #define BSIZE 10240 macro
54 register int from, to, record, rcc, wcc, bsize = BSIZE;
55 char buf[BSIZE];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dspu-info.c132 #define BSIZE 128 macro
133 static char buf[BSIZE] __attribute__ ((aligned (128)));
143 memset ((void *)buf, '1', BSIZE);
144 write (fd, buf, BSIZE);
145 write (fd, buf, BSIZE);
146 memset ((void *)buf, 0, BSIZE);
157 mfc_get (&buf, src, BSIZE, 5, 0, 0); /* Marker DMA */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Denc_read.c109 tmpbuf=OPENSSL_malloc(BSIZE);
114 net=OPENSSL_malloc(BSIZE);
119 unnet=OPENSSL_malloc(BSIZE);
H A Denc_writ.c101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A Doenc_read.c105 tmpbuf=OPENSSL_malloc(BSIZE);
110 net=OPENSSL_malloc(BSIZE);
115 unnet=OPENSSL_malloc(BSIZE);
H A Doenc_writ.c96 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
/netbsd-6-1-5-RELEASE/usr.bin/tee/
H A Dtee.c77 #define BSIZE (8 * 1024) macro
98 if ((buf = malloc((size_t)BSIZE)) == NULL)
111 while ((rval = read(STDIN_FILENO, buf, BSIZE)) > 0)
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dhash_page.c88 _DIAGASSERT(hashp->BSIZE >= temp); \
89 ((uint16_t *)(void *)(P))[1] = (uint16_t)(hashp->BSIZE - temp); \
90 ((uint16_t *)(void *)(P))[2] = hashp->BSIZE; \
150 newoff = hashp->BSIZE;
199 copyto = (uint16_t)hashp->BSIZE;
200 off = (uint16_t)hashp->BSIZE;
351 scopyto = hashp->BSIZE;
359 off = hashp->BSIZE;
546 size = hashp->BSIZE;
573 max = (uint32_t)hashp->BSIZE >>
[all...]
H A Dhash_buf.c177 if ((bp->page = calloc(1, (size_t)hashp->BSIZE)) == NULL) {
283 npages = (unsigned int)(nbytes + hashp->BSIZE - 1) >> hashp->BSHIFT;
318 (void)memset(bp->page, 0, (size_t)hashp->BSIZE);
H A Dhash.c183 (unsigned int)(hashp->BSIZE << BYTE_SHIFT) - 1) >>
220 "BUCKET SIZE ", hashp->BSIZE,
290 hashp->BSIZE = DEF_BUCKET_SIZE;
304 hashp->BSIZE = MIN(statbuf.st_blksize, MAX_BSIZE);
305 hashp->BSHIFT = __log2((uint32_t)hashp->BSIZE);
312 hashp->BSIZE = 1 << hashp->BSHIFT;
313 if (hashp->BSIZE > MAX_BSIZE) {
592 off = hashp->BSIZE;
624 off = hashp->BSIZE;
647 off = hashp->BSIZE;
[all...]
H A Dhash_bigkey.c271 temp = hashp->BSIZE - PAGE_META(n);
274 OFFSET(bp) = hashp->BSIZE;
306 for (bytes = hashp->BSIZE - bp[ndx];
308 bytes = hashp->BSIZE - bp[ndx]) {
476 mylen = hashp->BSIZE - bp[1];
543 mylen = hashp->BSIZE - bp[1];
H A Dhash.h276 #define BSIZE hdr.bsize macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/
H A Db64.c71 #undef BSIZE macro
75 #define BSIZE (8*1024) macro
84 int bsize=BSIZE,verbose=0;
/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_installboot/
H A Dinstallboot.c42 #define BSIZE 512 macro
87 if (pread(params->fsfd, &pme, sizeof pme, BSIZE * 2) != sizeof(pme))
95 partoff = BSIZE * be32toh(pme.pmPyPartStart);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y34 #define BSIZE 0
39 static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE };
271 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, BSIZE))
274 { B2 (0xf8, 0x04); F ($8, 8, 4); DSP ($6, 6, BSIZE); O1 ($4);
306 { B2 (0x44, 0); F ($4, 8, 4); F ($8, 12, 4); DSP ($2, 6, BSIZE); }
588 { B2 (0xf0, 0x00); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); }
590 { B2 (0xf0, 0x08); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); }
592 { B2 (0xf4, 0x00); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); }
636 { id24 (1, 0x60, 0x00); F ($6, 16, 4); F ($2, 20, 4); DSP ($4, 14, BSIZE); }
638 { id24 (1, 0x64, 0x00); F ($6, 16, 4); F ($2, 20, 4); DSP ($4, 14, BSIZE); }
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntrace/
H A Dtrace.h72 #define BSIZE 4096 /* read buffer size */ macro
H A Dtrace.c48 unsigned char buf[BSIZE];
394 n = read(f, buf, BSIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.opc22 #define BSIZE 0
859 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
862 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
869 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
872 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
879 ID(btst); BWL(BSIZE); S2
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rs/
H A Drs.c339 #define BSIZE 2048 macro
340 char ibuf[BSIZE]; /* two screenfuls should do */
346 static char *endblock = ibuf + BSIZE;
362 if (!(curline = (char *) malloc(BSIZE)))
364 endblock = curline + BSIZE;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c58 #define BSIZE 1024
729 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c1590 #undef BSIZE macro
1591 #define BSIZE 256 macro
1652 char buf[1][BSIZE];
1662 if (j >= BSIZE)
1669 BUF_strlcpy(buf[0], serialfile, BSIZE);
1714 char buf[5][BSIZE];
1720 if (j + 1 >= BSIZE)
1806 char buf[1][BSIZE];
1905 char buf[3][BSIZE];
1916 if (j + 6 >= BSIZE)
[all...]
H A Denc.c77 #undef BSIZE macro
81 #define BSIZE (8*1024) macro
110 int bsize=BSIZE,verbose=0;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetcap.c82 #define BSIZE 1024 macro
783 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];

Completed in 410 milliseconds

12