Searched refs:adapterIndex (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fchba.c | 280 int count, adapterIndex, portIndex; local 291 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { 292 if (skip_hba(adapterIndex)) { 295 status = HBA_GetAdapterName(adapterIndex, (char *)&name); 522 int count, adapterIndex, portIndex, mapIndex; local 538 for (adapterIndex = 0; adapterIndex < count; adapterIndex 684 int count, adapterIndex, portIndex, mapIndex; local 891 int count, adapterIndex, portIndex, mapIndex, discIndex; local 1101 int count, adapterIndex, portIndex, discIndex; local 1511 int count, adapterIndex, portIndex; local [all...] |
H A D | x86_adm.c | 262 int count, adapterIndex, portIndex, mapIndex; local 295 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { 296 status = HBA_GetAdapterName(adapterIndex, (char *)&name);
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | sun_sas.c | 39 CreateHandle(int adapterIndex) argument 78 new_open_handle->adapterIndex = adapterIndex; 101 * given a handle, returns the adapterIndex number. 104 * HBA. If it does, the adapterIndex is returned. 121 return (open_handle_ptr->adapterIndex); 152 * Given an adapterIndex, this functions returns a pointer to the handle 171 * Given an adapterIndex, this functions returns a pointer to the handle
|
H A D | Sun_sasRefreshInformation.c | 126 hba_ptr = RetrieveHandle(oHandle->adapterIndex);
|
H A D | sun_sas.h | 119 int adapterIndex; member in struct:open_handle
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 1249 int adapterIndex, portIndex; local 1267 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { 1268 status = HBA_GetAdapterName(adapterIndex, (char *)&adapterName);
|
Completed in 65 milliseconds