Searched refs:numberOfPorts (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sasinfo/ |
H A D | sasinfo-list.c | 125 int numberOfPorts, const char *adapterName); 514 HBA_UINT32 numberOfPorts = 0; in processHBA() local 623 status = SMHBA_GetNumberOfPorts(handle, &numberOfPorts); in processHBA() 641 numberOfPorts, adpt_array[i].name); in processHBA() 663 if (numberOfPorts) { in processHBA() 664 port_array = calloc(numberOfPorts, sizeof (sas_elem_t)); in processHBA() 666 for (portIndex = 0; portIndex < numberOfPorts; portIndex++) { in processHBA() 707 sas_elem_sort(port_array, numberOfPorts); in processHBA() 712 local_avail += numberOfPorts; in processHBA() 721 portIndex < numberOfPorts; in processHBA() [all …]
|
H A D | printAttrs.h | 52 void printHBAInfo(SMHBA_ADAPTERATTRIBUTES *attrs, int pflag, int numberOfPorts,
|
H A D | printAttrs.c | 224 printHBAInfo(SMHBA_ADAPTERATTRIBUTES *attrs, int pflag, int numberOfPorts, in printHBAInfo() argument 266 numberOfPorts); in printHBAInfo()
|