Searched defs:numberOfPorts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c224 printHBAInfo(SMHBA_ADAPTERATTRIBUTES *attrs, int pflag, int numberOfPorts, argument
266 numberOfPorts);
H A Dsasinfo-list.c125 int numberOfPorts, const char *adapterName);
514 HBA_UINT32 numberOfPorts = 0; local
623 status = SMHBA_GetNumberOfPorts(handle, &numberOfPorts);
641 numberOfPorts, adpt_array[i].name);
663 if (numberOfPorts) {
664 port_array = calloc(numberOfPorts, sizeof (sas_elem_t));
666 for (portIndex = 0; portIndex < numberOfPorts; portIndex++) {
707 sas_elem_sort(port_array, numberOfPorts);
712 local_avail += numberOfPorts;
721 portIndex < numberOfPorts;
1119 handleHBA(SMHBA_ADAPTERATTRIBUTES *attrs, inputArg_t *input, int numberOfPorts, const char *adapterName) argument
[all...]

Completed in 62 milliseconds