scsi_report_zones_hdr
struct scsi_report_zones_hdr *hdr = NULL;
hdr = (struct scsi_report_zones_hdr *)data_ptr;
alloc_size = sizeof(struct scsi_report_zones_hdr) +
struct scsi_report_zones_hdr *hdr;
hdr = (struct scsi_report_zones_hdr *)ccb->ataio.data_ptr;
alloc_size = sizeof(struct scsi_report_zones_hdr) +
struct scsi_report_zones_hdr *hdr;
hdr = (struct scsi_report_zones_hdr *)ccb->csio.data_ptr;