[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1

HBA_RefreshInformation Subroutine

Purpose

Refreshes stale information from the Host Bus Adapter.

Library

Common Host Bus Adapter Library (libHBAAPI.a)

Syntax

#include <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

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

Related Information

The HBA_RegisterLibrary Subroutine.

Special Files in AIX 5L Version 5.2 Files Reference describes specific qualities of the files that define devices.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]