30 lines
574 B
Modula-2
30 lines
574 B
Modula-2
|
LIBRARY HBAAPI
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
HBA_RegisterLibrary
|
||
|
HBA_GetVersion
|
||
|
HBA_LoadLibrary
|
||
|
HBA_FreeLibrary
|
||
|
HBA_GetNumberOfAdapters
|
||
|
HBA_GetAdapterName
|
||
|
HBA_OpenAdapter
|
||
|
HBA_CloseAdapter
|
||
|
HBA_GetAdapterAttributes
|
||
|
HBA_GetAdapterPortAttributes
|
||
|
HBA_GetPortStatistics
|
||
|
HBA_GetDiscoveredPortAttributes
|
||
|
HBA_GetPortAttributesByWWN
|
||
|
HBA_SendCTPassThru
|
||
|
HBA_GetEventBuffer
|
||
|
HBA_SetRNIDMgmtInfo
|
||
|
HBA_GetRNIDMgmtInfo
|
||
|
HBA_SendRNID
|
||
|
HBA_GetFcpTargetMapping
|
||
|
HBA_GetFcpPersistentBinding
|
||
|
HBA_SendScsiInquiry
|
||
|
HBA_SendReportLUNs
|
||
|
HBA_SendReadCapacity
|
||
|
HBA_RefreshInformation
|
||
|
HBA_ResetStatistics
|