Lines Matching refs:start
206 size_t start;
217 /* Get the start and size of the transfer */
219 start = filep->f_pos;
220 if (start >= fb->fblen)
225 end = start + len;
231 size = end - start;
252 size_t start;
264 /* Get the start and size of the transfer */
266 start = filep->f_pos;
267 if (start >= fb->fblen)
272 end = start + len;
278 size = end - start;
389 /* Return the address corresponding to the start of frame buffer. */