HBA_FreeLibrary Subroutine
Purpose
Frees all the resources allocated to build the Common HBA API Library.
Library
Common Host Bus Adapter Library (libHBAAPI.a)
Syntax
#include <sys/hbaapi.h>
HBA_STATUS HBA_FreeLibrary ()
Description
The HBA_FreeLibrary subroutine frees all resources allocated to build the Common HBA API library. This subroutine must be called after calling any other routine from the Common HBA API library.
Error Codes
The Storage
Area Network Host Bus Adapter API subroutines return the following
error codes:
Item | Description |
---|---|
HBA_STATUS_OK | A value of 0 on successful completion. |
HBA_STATUS_ERROR | A value of 1 if an error occurred. |