Lines Matching defs:first
1149 /* save first valid configuration data */
1280 } else /* first valid path is enough */
1372 * the first working path UID will be used as device UID
2253 /* Define extent for the first 2 tracks. */
2257 /* Locate record for the first 4 records on track 0. */
2273 /* Locate record for the first record on track 1. */
2341 /* first try without ERP, so we can later handle unformatted
3050 * requests retry after first requests
3259 * The first unformatted track is the one that got the NRF error, the address is
3313 * if not the first track got the NRF error we have to skip over valid
3531 * If our first attempt with transport mode enabled comes back
3604 /* first of all check for state change pending interrupt */
3717 /* Count first partial extent */
4236 * - all idaws but the first and the last must address full pages
4266 /* first idaw for a ccw may start anywhere */
4688 /* Calculate record id of first and last block. */
5595 struct ccw1 *first, *last, *fail, *from, *to;
5655 /* Count CCW and print first CCWs (maximum 7) */
5656 first = req->cpaddr;
5657 for (last = first; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++);
5658 to = min(first + 6, last);
5660 dasd_eckd_dump_ccw_range(first, to, page);