Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

HBA_RefreshInformation(3) OSS Library Calls Reference Manual
NAME
HBA_RefreshInformation - Refreshes information about an opened Host Bus Adapter
LIBRARY
H-series OSS processes: /usr/lib/libcmnapi.a
SYNOPSIS
#include <snia_common.h>
void HBA_RefreshInformation (
HBA_HANDLE handle,
);
PARAMETERS
handle Handle to an adapter that has been opened by a call to the
HBA_OpenAdapter( ) function.
hba_attributes Contains the adapter attributes.
DESCRIPTION
The HBA_RefreshInformation( ) function retrieves the attributes for the adapter. The handle
parameter is of type HBA_HANDLE (defined in the Fibre Channel - Methodologies for Intercon-
nects (FC-MI) Revision 1.6) and is obtained through a call to the HBA_OpenAdapter( ) func-
tion.
EXAMPLES
HBA_RefreshInformation(adapterhandle);
status - HBA_GetPortStatistics(adapterhandle, portindex, &portstats);
if (status == HBA_STATUS_OK) {
printf("Port stats successfully obtained.0);
}
RETURN VALUES
None.
ERRORS
None.
RELATED INFORMATION
Functions: HBA_CloseAdapter(3), HBA_GetAdapterAttributes(3),
HBA_GetAdapterName(3), HBA_GetAdapterPortAttributes(3),
HBA_GetDiscoveredPortAttributes(3), HBA_GetFcpTargetMapping(3),
HBA_GetNumberOfAdapters(3), HBA_GetVersion(3), HBA_LoadLibrary(3),
HBA_FreeLibrary(3), HBA_OpenAdapter(3).
Files: HBAAPI(5).
3190 Hewlett-Packard Company 527187-017