SCSI_PROBE_AND_ADD_LUN
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
scsi_probe_and_add_lun - probe a LUN, if a LUN is found add it
SYNOPSIS
"SYNOPSIS"
int scsi_probe_and_add_lun (struct scsi_target * starget, uint lun, int * bflagsp, struct scsi_device ** sdevp, int rescan, void * hostdata);
ARGUMENTS
- starget
-
pointer to target device structure
- lun
-
LUN of target device
- bflagsp
-
store bflags here if not NULL
- sdevp
-
-- undescribed --
- rescan
-
-- undescribed --
- hostdata
-
-- undescribed --
DESCRIPTION
Call scsi_probe_lun, if a LUN with an attached device is found,
allocate and set it up by calling scsi_add_lun.
SCSI_SCAN_NO_RESPONSE
could not allocate or setup a Scsi_Device
SCSI_SCAN_TARGET_PRESENT
target responded, but no device is
attached at the LUN
SCSI_SCAN_LUN_PRESENT
a new Scsi_Device was allocated and initialized
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- SCSI_SCAN_NO_RESPONSE
-
- SCSI_SCAN_TARGET_PRESENT
-
- SCSI_SCAN_LUN_PRESENT
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:45 GMT, October 09, 2005