Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h144 ushort_t alt_sect_zone; member
/titanic_50/usr/src/cmd/format/
H A Dctlr_scsi.c1083 tmp6 = page3->alt_sect_zone;
1112 fixed->alt_sect_zone != 0) {
1113 flag |= (page3->alt_sect_zone != cur_dtype->dtype_asect);
1114 page3->alt_sect_zone = cur_dtype->dtype_asect;
1132 page3->alt_sect_zone, tmp6);
2426 pd->alt_sect_zone = BE_16(pd->alt_sect_zone);
H A Dauto_sense.c971 page3->alt_sect_zone = BE_16(page3->alt_sect_zone); in generic_disk_sense()