SCSI_PROBE_LUN

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

scsi_probe_lun - probe a single LUN using a SCSI INQUIRY  

SYNOPSIS

"SYNOPSIS"

void scsi_probe_lun (struct scsi_request * sreq, char * inq_result, int * bflags);  

ARGUMENTS

sreq
used to send the INQUIRY
inq_result
area to store the INQUIRY result
bflags
store any bflags found here
 

DESCRIPTION

Probe the lun associated with sreq using a standard SCSI INQUIRY;

If the INQUIRY is successful, sreq->sr_result is zero and: the INQUIRY data is in inq_result; the scsi_level and INQUIRY length are copied to the Scsi_Device at sreq->sr_device (sdev); any flags value is stored in *bflags.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:54 GMT, October 06, 2005