Searched defs: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 in typeref:struct:fcsm_xlat_topology
1928 for (count = 0; count < sizeof (fcsm_xlat_topology) /
1929 sizeof (fcsm_xlat_topology[0]); count++) {
1930 if (fcsm_xlat_topology[count].xlat_top == topology) {
1931 return (fcsm_xlat_topology[count].xlat_top_str);

Completed in 64 milliseconds