HBA_GetBindingCapability, HBA_GetBindingSupport, HBA_SetBindingSupport - return and sets binding capabilities on an HBA port
cc [ flag... ] file... -lHBAAPI [ library... ] #include <hbaapi.h> HBA_HANDLE HBA_GetBindingCapability(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_BIND_CAPABILITY *pFlags);
HBA_STATUS HBA_GetBindingSupport(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_BIND_CAPABILITY *pFlags);
void HBA_SetBindingSupport(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_BIND_CAPABILITY Flags);
handle
hbaPortWWN
pFlags
Flags
The HBA_GetBindingCapability() function returns the binding capabilities implemented by the HBA.
The HBA_GetBindingSupport() function returns the currently enabled binding capabilities for the HBA.
The HBA_SetBindingSupport() function sets the currently enabled binding capabilites for the HBA to a subset of the binding capabilities implemented by the HBA.
The HBA_GetBindingCapability() and HBA_GetBindingSupport() functions return the following values:
HBA_STATUS_OK
HBA_STATUS_ERROR_ILLEGAL_WWN
HBA_STATUS_ERROR_NOT_SUPPORTED
HBA_STATUS_ERROR
The HBA_SetBindingSupport() function returns:
HBA_STATUS_OK
HBA_STATUS_ERROR_ILLEGAL_WWN
HBA_STATUS_ERROR_NOT_SUPPORTED
HBA_STATUS_ERROR_INCAPABLE
HBA_STATUS_ERROR
See attributes(5) for descriptions of the following attributes:
|
libhbaapi(3LIB), attributes(5)
T11 FC-MI Specification
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |