Home
last modified time | relevance | path

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

/titanic_50/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); in fc_str_to_wwn()
2095 byte = byte << 4 | FC_ATOB(*str); in fc_str_to_wwn()