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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2082 #define FC_ATOB(x) (((x) >= '0' && (x) <= '9') ? ((x) - '0') : \ macro
2093 byte = FC_ATOB(*str);
2095 byte = byte << 4 | FC_ATOB(*str);

Completed in 75 milliseconds