aci_getvolsertodrive 4-69
21 Dec 2001
Figure 4-57 aci_voltodrive_entry Structure
See Table 4-26 for a description of the parameters for the
aci_getvolsertodrive function call.
Return Values
0: The call was successful
-1: The call failed
The external variable d_errno is set to one of the following
DAS error codes
• ERPC
• ENODRIVE
• EDASINT
• ETIMEOUT
• ESWITCHINPROG
Refer to Figure 4-58 on page 4-70 for an example of the
aci_getvolsertodrive function.
Table 4-26 Parameters for the aci_getvolse rtodrive Function Call
Parameter Description
Drive name of the drive, that the reserved volsers requested
num number of reported entries
aci_voltodrive_entry information returned for the selected drive
Drive name of drive
VolserRange a single volser
• multi ple volsers separated by
commas
• a range of volsers separated by a
hyphen
struct aci_voltodrive_entry{
char Drive[ACI_DRIVE_LEN];
char VolserRange[ACI_RANGE_LEN];
}