HBA_RefreshInformation Subroutine

Purpose

Refreshes stale information from the Host Bus Adapter.

Library

Common Host Bus Adapter Library (libHBAAPI.a)

Syntax

#include <sys/hbaapi.h>

void HBA_RefreshInformation (handle)
HBA_HANDLE handle;

Description

The HBA_RefreshInformation subroutine refreshes stale information from the Host Bus Adapter. This would reflect changes to information obtained from calls to the HBA_GetAdapterPortAttributes, or HBA_GetDiscoveredPortAttributes subroutine. Once the application calls the HBA_RefreshInformation subroutine, it can proceed to the attributes's call to get the new data.

Parameters

Item Description
handle Specifies the open file descriptor obtained from a successful call to the open subroutine for which the refresh operation is to be performed.