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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c186 struct fcsm_xlat_dev_type { struct
189 } fcsm_xlat_dev_type [] = { variable in typeref:struct:fcsm_xlat_dev_type
1948 for (count = 0; count < sizeof (fcsm_xlat_dev_type) /
1949 sizeof (fcsm_xlat_dev_type[0]); count++) {
1950 if (fcsm_xlat_dev_type[count].xlat_type == type) {
1951 return (fcsm_xlat_dev_type[count].xlat_str);

Completed in 43 milliseconds