Lines Matching refs:numberOfPorts
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()
1120 int numberOfPorts, const char *adapterName) in handleHBA() argument
1125 printHBAInfo(attrs, input->pflag, numberOfPorts, adapterName); in handleHBA()
1129 input->pflag, numberOfPorts, adapterName); in handleHBA()