Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c185 struct fcsm_xlat_dev_type { struct
188 } fcsm_xlat_dev_type [] = { variable
1947 for (count = 0; count < sizeof (fcsm_xlat_dev_type) / in fcsm_dev_type_to_str()
1948 sizeof (fcsm_xlat_dev_type[0]); count++) { in fcsm_dev_type_to_str()
1949 if (fcsm_xlat_dev_type[count].xlat_type == type) { in fcsm_dev_type_to_str()
1950 return (fcsm_xlat_dev_type[count].xlat_str); in fcsm_dev_type_to_str()