Searched defs:defects (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c515 * Check if defects list command is supported, if it
537 * Format without any of the standard mode selects ignoring Grown defects list.
1746 struct scsi_defect_list *defects; local
1807 defects = zalloc(nbytes);
1808 *(struct scsi_defect_hdr *)defects = *(struct scsi_defect_hdr *)hdr;
1817 ucmd.uscsi_bufaddr = (caddr_t)defects;
1824 destroy_data((char *)defects);
1828 defects->length = BE_16(defects->length);
1831 err_print("not enough defects");
[all...]

Completed in 48 milliseconds