Searched refs:rsghp (Results 1 – 1 of 1) sorted by relevance
4638 struct sg_header *rsghp = (struct sg_header *)rbBuff; in find_out_about_buffer() local4642 rsghp->pack_len = 0; /* don't care */ in find_out_about_buffer()4643 rsghp->pack_id = 0; in find_out_about_buffer()4644 rsghp->reply_len = rbInLen; in find_out_about_buffer()4645 rsghp->twelve_byte = 0; in find_out_about_buffer()4646 rsghp->result = 0; in find_out_about_buffer()4648 rsghp->sense_buffer[0] = 0; in find_out_about_buffer()4685 if (!sg_chk_n_print("sg_test_rwbuf: desc", rsghp->target_status, in find_out_about_buffer()4686 rsghp->host_status, rsghp->driver_status, in find_out_about_buffer()4687 rsghp->sense_buffer, SG_MAX_SENSE)) { in find_out_about_buffer()[all …]