Home
last modified time | relevance | path

Searched refs:op_repair (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Danalyze.c125 if (scan_correct && !EMBEDDED_SCSI && (cur_ops->op_repair != NULL) && in do_scan()
455 if (cur_ops->op_repair == NULL) { in scan_repair()
489 status = (*cur_ops->op_repair)(bn, mode); in scan_repair()
H A Dhardware_structs.h171 int (*op_repair)(); /* repair bad sector - optional */ member
H A Dmenu_command.c1253 if (cur_ops->op_repair == NULL) { in c_repair()
1367 status = (*cur_ops->op_repair)(bn, F_NORMAL); in c_repair()