Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPscantext.c55 int n2bytes; /* number of bytes in second buffer */ in Pscantext() local
144 n2bytes = 0; in Pscantext()
146 n2bytes = nbytes - BLKSIZE; in Pscantext()
155 if ((nbytes = n2bytes) <= 0) in Pscantext()
160 n2bytes = 0; in Pscantext()
164 n2bytes = read(P->asfd, in Pscantext()