Searched refs:port_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c525 sas_elem_t *port_array = NULL; local
664 port_array = calloc(numberOfPorts, sizeof (sas_elem_t));
700 (void) strlcpy(port_array[portIndex].name,
702 sizeof (port_array[portIndex].name));
703 port_array[portIndex].index = portIndex;
706 if (port_array) {
707 sas_elem_sort(port_array, numberOfPorts);
726 if (port_array[portIndex].name[0] == '\0') {
734 port_array[portIndex].index, &port);
809 port_array[portInde
[all...]

Completed in 103 milliseconds