Home
last modified time | relevance | path

Searched refs:CHUNK (Results 1 – 15 of 15) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.c29 #define CHUNK 1024 macro
54 siz = CHUNK; in sfgetr()
66 siz += CHUNK; in sfgetr()
69 s = buf + (siz - CHUNK); in sfgetr()
/titanic_51/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c72 #define CHUNK 50 macro
114 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) { in main()
118 listmax = CHUNK; in main()
182 listmax += CHUNK; in main()
/titanic_51/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c90 #define CHUNK 50 macro
111 if ((listbuf = malloc(sizeof (char *) * CHUNK)) == NULL) { in main()
115 listmax = CHUNK; in main()
186 listmax += CHUNK; in main()
/titanic_51/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c135 #define CHUNK 10000 in insert_word() macro
139 off_size += CHUNK; in insert_word()
/titanic_51/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))) in newfile()
419 count = CHUNK; in newfile()
/titanic_51/usr/src/lib/libpkg/common/
H A Dverify.c56 #define CHUNK 1024*1024 macro
262 uint32_t buf[CHUNK/4]; /* to read CHUNK bytes */ in compute_checksum()
292 * Read CHUNK bytes off the file at a time; Read size of long bytes in compute_checksum()
298 (sbuf.st_size < CHUNK) ? sbuf.st_size : CHUNK)) > 0) { in compute_checksum()
/titanic_51/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c113 #define CHUNK 50 macro
131 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) { in main()
135 listmax = CHUNK; in main()
210 listmax += CHUNK; in main()
/titanic_51/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); in cylftr()
1053 i += (chunk_mult * CHUNK), col += chunk_mult, significant = 0) { in cylftr()
1069 if (i > CHUNK) { in cylftr()
1072 if (i > (3 * CHUNK)) { in cylftr()
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c254 #define CHUNK 10 macro
312 a->listsz += CHUNK; in i_getln_to_argv()
/titanic_51/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)
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c31 #define CHUNK 1024 macro
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c121 #define CHUNK 1024 macro
245 char input[8*CHUNK]; /* input buffer */
385 else if (!(buf = newof(0, Buf_t, 1, 0)) || !(buf->buf = newof(0, char, CHUNK, 0))) in buffer()
387 buf->end = buf->buf + CHUNK; in buffer()
416 m = (((buf->end - buf->buf) + n + CHUNK + 1) / CHUNK) * CHUNK; in appendn()
654 char buf[CHUNK]; in view()
/titanic_51/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; in pppopen()
2374 #if CHUNK >= 512 in pppopen()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c176 #ifndef CHUNK
177 #define CHUNK 1024 macro
179 #define BLOCK (16*CHUNK)
2205 if (n < CHUNK) n = CHUNK; in pppopen()
2434 #if CHUNK >= 512 in pppopen()