Lines Matching defs:format
532 unsigned int format, unsigned int rec_on_trk, int count,
558 if (format > 1) {
560 "PFX LRE unknown format 0x%x", format);
564 pfxdata->format = format;
588 if (format == 1) {
729 * Returns the record size for the special blocks of the cdl format.
963 if (sneq->flags.identifier == 1 && sneq->format == 1)
965 else if (sneq->flags.identifier == 1 && sneq->format == 4)
2499 * Build the TCW request for the format check
2585 * Build the CCW request for the format check
2723 case 0x00: /* Normal format */
2724 case 0x08: /* Normal format, use cdl. */
2735 case 0x01: /* Write record zero and format track. */
2736 case 0x09: /* Write record zero and format track, use cdl. */
2777 case 0x00: /* Normal format. */
2782 /* grant subsystem permission to format R0 */
2791 /* grant subsystem permission to format R0 */
2804 case 0x01: /* Write record zero + format track. */
3077 * Only get sense data if called by format
3130 struct dasd_format_entry *format;
3145 list_for_each_entry(format, &block->format_list, list) {
3146 if (format->track == to_format->track) {
3158 static void clear_format_track(struct dasd_format_entry *format,
3165 list_del_init(&format->list);
3170 * Callback function to free ESE format requests.
3176 struct dasd_format_entry *format = data;
3178 clear_format_track(format, cqr->basedev->block);
3188 struct dasd_format_entry *format;
3207 format = &startdev->format_entry;
3224 format->track = curr_trk;
3226 if (test_and_set_format_track(format, cqr)) {
3250 fcqr->callback_data = (void *) format;
3484 * Check the format of a range of tracks of a DASD.
4223 1 /* format */, first_offs + 1,
4365 pfxdata.format = 1; /* PFX with LRE */
5030 info->format = private->uses_cdl ? DASD_FORMAT_CDL : DASD_FORMAT_LDL;
6784 messages->format == ATTENTION_FORMAT_CUIR)
6787 messages->format == ATTENTION_FORMAT_OOS)