Query: hbaapi_control_fns
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
hbaapi_control_fns(3C) hbaapi_control_fns(3C)NAMEhbaapi_control_fns: HBA_RefreshInformation(), HBA_ResetStatistics() - Fibre Channel SNIA HBA APIs to control the updating of data for Fibre Channel adaptersSYNOPSISDESCRIPTIONThese are Fibre Channel Storage Network Industry Association Host Bus Adapter APIs to control the updating of data for Fibre Channel adapters. This function refreshes information about an HBA that has already been opened by a call to The argument handle is of type (refer to and is obtained on opening the adapter. This function does not return any value. This function has been deprecated as per It has no effect and returns no value. This function has been retained for compatibility with other vendors.EXAMPLEHBA_RefreshInformation(adapterhandle); status = HBA_GetPortStatistics(adapterhandle, portindex, &portstats); if (status == HBA_STATUS_OK) { printf("Port stats successfully obtained. "); }FILESContains all the related data structures and definitions as inAUTHORThese FC SNIA HBA APIs were developed by Hewlett-Packard Company.SEE ALSOHBAAPI(3C), HBA_GetVersion(3C), HBA_LoadLibrary(3C), HBA_FreeLibrary(3C), HBA_GetNumberOfAdapters(3C), HBA_GetAdapterName(3C), HBA_Ope- nAdapter(3C), HBA_CloseAdapter(3C), HBA_GetAdapterAttributes(3C), HBA_GetAdapterPortAttributes(3C), HBA_GetPortStatistics(3C), HBA_GetDis- coveredPortAttributes(3C), HBA_GetPortAttributesByWWN(3C), HBA_SendCTPassThru(3C), HBA_GetEventBuffer(3C), HBA_SetRNIDMgmtInfo(3C), HBA_GetRNIDMgmtInfo(3C), HBA_SendRNID(3C), HBA_GetFcpTargetMapping(3C), HBA_GetFcpPersistentBinding(3C), HBA_SendScsiInquiry(3C), HBA_SendReportLUNs(3C), HBA_SendReadCapacity(3C). hbaapi_control_fns(3C)