HomeSort by: relevance | last modified time | path
    Searched defs:length_in_buffer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
vnd.c 2015 size_t length_in_buffer; local in function:compstrategy
2067 length_in_buffer = vnd->sc_comp_blksz - offset_in_buffer;
2068 if (length_in_buffer > bp->b_resid)
2069 length_in_buffer = bp->b_resid;
2073 aiov.iov_len = length_in_buffer;
2077 length_in_buffer, &auio);
2084 bn += length_in_buffer;
2085 addr += length_in_buffer;
2086 bp->b_resid -= length_in_buffer;
vnd.c 2015 size_t length_in_buffer; local in function:compstrategy
2067 length_in_buffer = vnd->sc_comp_blksz - offset_in_buffer;
2068 if (length_in_buffer > bp->b_resid)
2069 length_in_buffer = bp->b_resid;
2073 aiov.iov_len = length_in_buffer;
2077 length_in_buffer, &auio);
2084 bn += length_in_buffer;
2085 addr += length_in_buffer;
2086 bp->b_resid -= length_in_buffer;

Completed in 23 milliseconds