Searched defs:BLKSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPscantext.c42 #define BLKSIZE (8 * 1024) macro
62 uint32_t buf[2 * BLKSIZE / sizeof (uint32_t)]; /* text buffer */
142 if ((nbytes = read(P->asfd, buf, 2*BLKSIZE)) <= 0)
145 if (nbytes < BLKSIZE)
148 n2bytes = nbytes - BLKSIZE;
149 nbytes = BLKSIZE;
160 &buf[BLKSIZE / sizeof (buf[0])],
164 if (nbytes == BLKSIZE &&
165 offset + BLKSIZE < endoff)
167 &buf[BLKSIZE / sizeo
[all...]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.h39 #define BLKSIZE 0x4000 macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c63 #undef BLKSIZE macro
64 #define BLKSIZE sizeof(char*)*1024 macro
496 char buffer[BLKSIZE];
499 while((n = read(fdi,buffer,BLKSIZE)) > 0)
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c83 #define BLKSIZE 512 macro
465 ((lseek(temp, (off_t)0, SEEK_CUR) - 1) / BLKSIZE));
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c141 #define BLKSIZE (fs->fs_bsize) /* for clarity */ macro
621 buffers = malloc(NBUF * BLKSIZE);
625 bp->blkaddr = buffers + (i * BLKSIZE);
842 count = BLKSIZE;
1018 blocksize = BLKSIZE;
1019 filesize = BLKSIZE * 2;
1185 blocksize = BLKSIZE;
1186 filesize = BLKSIZE * 2;
1351 cur_bytes = (value) * BLKSIZE;
1493 cur_bytes = (NDADDR - 1) * BLKSIZE;
[all...]

Completed in 108 milliseconds