Searched refs:lastoutput (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c440 char *iptr, *optr, *lastoutput; local
442 lastoutput = optr = (char *)mp->b_rptr;
501 * stream and update the 'lastoutput' ptr
503 bcopy(lastoutput, dbptr,
506 lastoutput += (CFB_BLKSZ - savedbytes);
514 if (lastoutput < optr) {
515 bcopy(lastoutput,
517 (uint_t)(optr - lastoutput));

Completed in 67 milliseconds