Lines Matching defs:nbytes
56 int nbytes; /* number of bytes in buffer */
142 if ((nbytes = read(P->asfd, buf, 2*BLKSIZE)) <= 0)
145 if (nbytes < BLKSIZE)
148 n2bytes = nbytes - BLKSIZE;
149 nbytes = BLKSIZE;
156 if (nbytes <= 0) { /* shift buffers */
157 if ((nbytes = n2bytes) <= 0)
161 nbytes);
164 if (nbytes == BLKSIZE &&
171 if (syspri = Pissyscall_text(P, p, nbytes))
176 nbytes -= sizeof (instr_t);