Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c173 struct fcsm_xlat_topology { struct
176 } fcsm_xlat_topology [] = { variable
1928 for (count = 0; count < sizeof (fcsm_xlat_topology) / in fcsm_topology_to_str()
1929 sizeof (fcsm_xlat_topology[0]); count++) { in fcsm_topology_to_str()
1930 if (fcsm_xlat_topology[count].xlat_top == topology) { in fcsm_topology_to_str()
1931 return (fcsm_xlat_topology[count].xlat_top_str); in fcsm_topology_to_str()