Home
last modified time | relevance | path

Searched refs:adapterName (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c97 sas_rp_tree_print(HBA_HANDLE handle, char *adapterName,
125 int numberOfPorts, const char *adapterName);
1120 int numberOfPorts, const char *adapterName) in handleHBA() argument
1127 if (isStringInArgv(input, adapterName)) { in handleHBA()
1129 input->pflag, numberOfPorts, adapterName); in handleHBA()
2494 sas_rp_tree_print(HBA_HANDLE handle, char *adapterName, in sas_rp_tree_print() argument
2522 ret += sas_rp_tree_print(handle, adapterName, in sas_rp_tree_print()
2528 ret += sas_rp_tree_print(handle, adapterName, in sas_rp_tree_print()
2546 "HBA Name:", adapterName); in sas_rp_tree_print()
2581 ret += sas_rp_tree_print(handle, adapterName, in sas_rp_tree_print()
[all …]
H A DprintAttrs.h53 const char *adapterName);
H A DprintAttrs.c227 const char *adapterName) in printHBAInfo() argument
230 (void) fprintf(stdout, "%s %s\n", "HBA Name:", adapterName); in printHBAInfo()
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c725 char adapterName[256]; in fc_util_list_hbaport() local
866 status = HBA_GetAdapterName(i, adapterName); in fc_util_list_hbaport()
874 if ((handle = HBA_OpenAdapter(adapterName)) == 0) { in fc_util_list_hbaport()
877 adapterName); in fc_util_list_hbaport()
953 status = Sun_HBA_GetTgtAdapterName(i, adapterName); in fc_util_list_hbaport()
961 if ((handle = Sun_HBA_OpenTgtAdapter(adapterName)) in fc_util_list_hbaport()
964 "Failed to open adapter %s.\n"), adapterName); in fc_util_list_hbaport()
1262 char adapterName[256]; in fc_util_list_logicalunit() local
1298 status = HBA_GetAdapterName(i, adapterName); in fc_util_list_logicalunit()
1307 if ((handle = HBA_OpenAdapter(adapterName)) == 0) { in fc_util_list_logicalunit()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c1250 char adapterName[256]; in findMatchingAdapterPort() local
1268 status = HBA_GetAdapterName(adapterIndex, (char *)&adapterName); in findMatchingAdapterPort()
1273 handle = HBA_OpenAdapter(adapterName); in findMatchingAdapterPort()