Lines Matching defs:progress

1023 	    "Audio play operation in progress") },
1038 "Operation in progress") },
1044 "Erase operation in progress") },
1047 "Locate operation in progress") },
1050 "Rewind operation in progress") },
1053 "Set capacity operation in progress") },
1056 "Verify operation in progress") },
1077 "Overlapping atomic command in progress") },
1107 "Logical unit not ready, format in progress") },
1110 "Logical unit not ready, rebuild in progress") },
1113 "Logical unit not ready, recalculation in progress") },
1116 "Logical unit not ready, operation in progress") },
1119 "Logical unit not ready, long write in progress") },
1122 "Logical unit not ready, self-test in progress") },
1137 "Logical unit not ready, security session in progress") },
1149 "Logical unit not ready, SA creation in progress") },
1152 "Logical unit not ready, space allocation in progress") },
1170 "Logical unit not ready, START/STOP UNIT command in progress") },
1173 "Logical unit not ready, sanitize in progress") },
1179 "Logical unit not ready, configuration in progress") },
1200 "Depopulation in progress") },
1203 "Depopulation restoration in progress") },
2450 "PHY test function in progress") },
4456 scsi_progress_sbuf(struct sbuf *sb, uint16_t progress)
4459 (progress * 100) / SSD_SKS_PROGRESS_DENOM,
4460 progress, SSD_SKS_PROGRESS_DENOM);
4521 struct scsi_sense_sks_progress *progress;
4525 progress = (struct scsi_sense_sks_progress *)sks;
4526 progress_val = scsi_2btoul(progress->progress);
4693 struct scsi_sense_progress *progress;
4698 progress = (struct scsi_sense_progress *)header;
4702 * progress descriptor. These could be different than the values
4705 scsi_sense_desc(progress->sense_key, progress->add_sense_code,
4706 progress->add_sense_code_qual, inq_data,
4709 progress_val = scsi_2btoul(progress->progress);
4712 * The progress indicator is for the operation described by the
4716 sbuf_printf(sb, " asc:%x,%x (%s): ", progress->add_sense_code,
4717 progress->add_sense_code_qual, asc_desc);