report_lun_header
reportlun_header_t report_lun_header;
ret = pqisrc_report_luns(softs, cmd, &report_lun_header,
sizeof(report_lun_header));
list_len = BE_32(report_lun_header.list_length);
memcpy(lun_data, &report_lun_header, sizeof(report_lun_header));
reportlun_header_t report_lun_header;
ret = pqisrc_report_luns(softs, cmd, &report_lun_header,
sizeof(report_lun_header));
list_len = BE_32(report_lun_header.list_length);
memcpy(lun_data, &report_lun_header, sizeof(report_lun_header));
reportlun_header_t report_lun_header;
memset(&report_lun_header, 0, sizeof(report_lun_header));
(reportlun_data_ext_t *)&report_lun_header;