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

/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c3894 size_t cpy_rqst; local
3898 cpy_rqst = MIN(sfvcnt, MAX_SNDFL_PRD);
3899 sfvcnt -= cpy_rqst;
3900 cpy_rqst *= sizeof (snd[0]);
3902 if (Pread(Proc, snd, cpy_rqst, (uintptr_t)sndvec) != cpy_rqst)
3907 while (cpy_rqst) {
3923 cpy_rqst -= sizeof (snd[0]);
3937 size_t cpy_rqst; local
3941 cpy_rqst
3982 size_t cpy_rqst; local
4031 size_t cpy_rqst; local
[all...]

Completed in 66 milliseconds