Lines Matching defs:first
1057 /* save first valid configuration data */
1250 } else /* first valid path is enough */
1342 * the first working path UID will be used as device UID
2165 /* Define extent for the first 2 tracks. */
2169 /* Locate record for the first 4 records on track 0. */
2185 /* Locate record for the first record on track 1. */
2253 /* first try without ERP, so we can later handle unformatted
2962 * requests retry after first requests
3171 * The first unformatted track is the one that got the NRF error, the address is
3225 * if not the first track got the NRF error we have to skip over valid
3443 * If our first attempt with transport mode enabled comes back
3516 /* first of all check for state change pending interrupt */
3629 /* Count first partial extent */
4121 * - all idaws but the first and the last must address full pages
4151 /* first idaw for a ccw may start anywhere */
4573 /* Calculate record id of first and last block. */
5475 struct ccw1 *first, *last, *fail, *from, *to;
5535 /* Count CCW and print first CCWs (maximum 1024 % 140 = 7) */
5536 first = req->cpaddr;
5537 for (last = first; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++);
5538 to = min(first + 6, last);
5541 dasd_eckd_dump_ccw_range(first, to, page + len);