Home
last modified time | relevance | path

Searched refs:numberOfPorts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c125 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()
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
[all …]
H A DprintAttrs.h52 void printHBAInfo(SMHBA_ADAPTERATTRIBUTES *attrs, int pflag, int numberOfPorts,
H A DprintAttrs.c226 printHBAInfo(SMHBA_ADAPTERATTRIBUTES *attrs, int pflag, int numberOfPorts, in printHBAInfo() argument
268 numberOfPorts); in printHBAInfo()