Searched refs:CHUNK (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c72 #define CHUNK 50 macro
114 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) {
118 listmax = CHUNK;
182 listmax += CHUNK;
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h55 #define CHUNK 500 macro
H A Dfile.c412 if ((buffer = (ARFILE *) calloc(CHUNK, sizeof (ARFILE)))
419 count = CHUNK;
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c90 #define CHUNK 50 macro
111 if ((listbuf = malloc(sizeof (char *) * CHUNK)) == NULL) {
115 listmax = CHUNK;
186 listmax += CHUNK;
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c135 #define CHUNK 10000 macro
139 off_size += CHUNK;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c254 #define CHUNK 10 macro
312 a->listsz += CHUNK;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c56 #define CHUNK 1024*1024 macro
262 uint32_t buf[CHUNK/4]; /* to read CHUNK bytes */
292 * Read CHUNK bytes off the file at a time; Read size of long bytes
298 (sbuf.st_size < CHUNK) ? sbuf.st_size : CHUNK)) > 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c113 #define CHUNK 50 macro
131 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) {
135 listmax = CHUNK;
210 listmax += CHUNK;
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c85 #define CHUNK 16 macro
88 #define CHPERCYL (int)(PHYS_CYL/CHUNK) /*
89 * the number of CHUNK cylinder
480 * Determine the number of CHUNK cylinder chunks on the disk.
1043 printf("\n \t\t\tCylinder number, granularity=%d", CHUNK);
1053 i += (chunk_mult * CHUNK), col += chunk_mult, significant = 0) {
1069 if (i > CHUNK) {
1072 if (i > (3 * CHUNK)) {
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c31 #define CHUNK 1024 macro
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c168 #ifndef CHUNK
169 #define CHUNK 1024 macro
171 #define BLOCK (8*CHUNK)
2155 if (n < CHUNK) n = CHUNK;
2374 #if CHUNK >= 512

Completed in 63 milliseconds