MSG_SCSI_IO_REQUEST
void mpt_print_scsi_io_request(MSG_SCSI_IO_REQUEST *);
mpt_print_scsi_io_request(MSG_SCSI_IO_REQUEST *orig_msg)
MSG_SCSI_IO_REQUEST local, *msg = &local;
memcpy(msg, orig_msg, sizeof (MSG_SCSI_IO_REQUEST));
mpt_print_scsi_io_request((MSG_SCSI_IO_REQUEST *)req);
mpt_print_scsi_io_request((MSG_SCSI_IO_REQUEST *)req->req_vbuf);
mpt_print_scsi_io_request((MSG_SCSI_IO_REQUEST *)req->req_vbuf);
MSG_SCSI_IO_REQUEST *mpt_req;
sizeof(MSG_SCSI_IO_REQUEST) - \