Searched defs:fcsm_xlat_port_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c157 struct fcsm_xlat_port_state { struct
160 } fcsm_xlat_port_state [] = { variable in typeref:struct:fcsm_xlat_port_state
1909 for (count = 0; count < sizeof (fcsm_xlat_port_state) /
1910 sizeof (fcsm_xlat_port_state[0]); count++) {
1911 if (fcsm_xlat_port_state[count].xlat_pstate == port_state) {
1912 return (fcsm_xlat_port_state[count].xlat_state_str);

Completed in 52 milliseconds