Lines Matching defs:last
3643 /* Count last partial extent */
4099 /* transfer length factor: how many bytes to read from the last track */
4121 * - all idaws but the first and the last must address full pages
4438 /* transfer length factor: how many bytes to read from the last track */
4470 * we have to set the CBC flag on the last tidaw for each track.
4573 /* Calculate record id of first and last block. */
5475 struct ccw1 *first, *last, *fail, *from, *to;
5537 for (last = first; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++);
5538 to = min(first + 6, last);
5554 to = min(fail + 1, last);
5557 /* print last CCWs (maximum 2) */
5559 if (from < last - 1) {
5560 from = last - 1; /* there is a gap - print header */
5563 len += dasd_eckd_dump_ccw_range(from, last, page + len);
6314 * return an error if the last path to a device would be removed