Searched refs:adapterName (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sasinfo/ |
H A D | sasinfo-list.c | 97 sas_rp_tree_print(HBA_HANDLE handle, char *adapterName, 110 typedef int (*processPortFunc)(HBA_HANDLE handle, char *adapterName, 118 static int isStringInArgv(inputArg_t *input, const char *adapterName); 125 int numberOfPorts, const char *adapterName); 126 static int handleHBAPort(HBA_HANDLE handle, char *adapterName, 135 static int handleExpander(HBA_HANDLE handle, char *adapterName, 140 static int handleTargetPort(HBA_HANDLE handle, char *adapterName, 145 static int handleLogicalUnit(HBA_HANDLE handle, char *adapterName, 1120 int numberOfPorts, const char *adapterName) in handleHBA() argument 1125 printHBAInfo(attrs, input->pflag, numberOfPorts, adapterName); in handleHBA() [all …]
|
H A D | printAttrs.h | 53 const char *adapterName);
|
H A D | printAttrs.c | 225 const char *adapterName) in printHBAInfo() argument 228 (void *) fprintf(stdout, "%s %s\n", "HBA Name:", adapterName); in printHBAInfo()
|
/titanic_50/usr/src/cmd/fcinfo/ |
H A D | fcinfo-list.c | 725 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 …]
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 1250 char adapterName[256]; in findMatchingAdapterPort() local 1268 status = HBA_GetAdapterName(adapterIndex, (char *)&adapterName); in findMatchingAdapterPort() 1273 handle = HBA_OpenAdapter(adapterName); in findMatchingAdapterPort()
|