Searched refs:getAdapterAttrs (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fchba.c | 165 getAdapterAttrs(HBA_HANDLE handle, char *name, HBA_ADAPTERATTRIBUTES *attrs) { in getAdapterAttrs() function 306 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_display_port() 553 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_non_encl_probe() 746 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_inquiry() 942 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_dump_map() 1143 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_display_link_status() 1589 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_display_config() 1672 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in fchba_display_config()
|
H A D | x86_adm.c | 307 if (getAdapterAttrs(handle, name, &hbaAttrs)) { in adm_forcelip()
|
H A D | common.h | 481 int getAdapterAttrs(HBA_HANDLE handle,
|
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 536 int getAdapterAttrs(HBA_HANDLE handle, HBA_ADAPTERATTRIBUTES *attrs);
|
H A D | cfga_utils.c | 1114 getAdapterAttrs(HBA_HANDLE handle, HBA_ADAPTERATTRIBUTES *attrs) in getAdapterAttrs() function 1280 if (getAdapterAttrs(handle, &hbaAttrs)) { in findMatchingAdapterPort()
|