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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c126 struct fp_xlat { struct
129 } fp_xlat [] = { variable in typeref:struct:fp_xlat
3498 for (count = 0; count < sizeof (fp_xlat) /
3499 sizeof (fp_xlat[0]); count++) {
3500 if (fp_xlat[count].xlat_state == state) {
3501 return (fp_xlat[count].xlat_rval);

Completed in 92 milliseconds