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; in fchba_display_port() local 291 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { in fchba_display_port() 292 if (skip_hba(adapterIndex)) { in fchba_display_port() 295 status = HBA_GetAdapterName(adapterIndex, (char *)&name); in fchba_display_port() 522 int count, adapterIndex, portIndex, mapIndex; in fchba_non_encl_probe() local 538 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { in fchba_non_encl_probe() 539 if (skip_hba(adapterIndex)) { in fchba_non_encl_probe() 542 status = HBA_GetAdapterName(adapterIndex, (char *)&name); in fchba_non_encl_probe() 684 int count, adapterIndex, portIndex, mapIndex; in fchba_inquiry() local 731 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { in fchba_inquiry() [all …]
|
H A D | x86_adm.c | 262 int count, adapterIndex, portIndex, mapIndex; in adm_forcelip() local 295 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { in adm_forcelip() 296 status = HBA_GetAdapterName(adapterIndex, (char *)&name); in adm_forcelip()
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | sun_sas.c | 41 CreateHandle(int adapterIndex) in CreateHandle() argument 80 new_open_handle->adapterIndex = adapterIndex; in CreateHandle() 123 return (open_handle_ptr->adapterIndex); in RetrieveIndex()
|
H A D | Sun_sasRefreshInformation.c | 126 hba_ptr = RetrieveHandle(oHandle->adapterIndex); in Sun_sasRefreshInformation()
|
H A D | sun_sas.h | 119 int adapterIndex; member
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 1249 int adapterIndex, portIndex; in findMatchingAdapterPort() local 1267 for (adapterIndex = 0; adapterIndex < count; adapterIndex ++) { in findMatchingAdapterPort() 1268 status = HBA_GetAdapterName(adapterIndex, (char *)&adapterName); in findMatchingAdapterPort()
|