Home
last modified time | relevance | path

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

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