scsi_per_res_in_header
persist_print_res(struct scsi_per_res_in_header *hdr, uint32_t valid_len)
persist_print_keys(struct scsi_per_res_in_header *hdr, uint32_t valid_len)
persist_print_full(struct scsi_per_res_in_header *hdr, uint32_t valid_len)
struct scsi_per_res_in_header *hdr;
hdr = (struct scsi_per_res_in_header *)res_buf;
total_len = sizeof(struct scsi_per_res_in_header);
total_len = sizeof(struct scsi_per_res_in_header) +
tmp_len = sizeof(struct scsi_per_res_in_header);
if (total_len < (sizeof(struct scsi_per_res_in_header) +
struct scsi_per_res_in_header header;
struct scsi_per_res_in_header header;
struct scsi_per_res_in_header header;