Searched refs:FC_ATOB (Results 1 – 1 of 1) sorted by relevance
2082 #define FC_ATOB(x) (((x) >= '0' && (x) <= '9') ? ((x) - '0') : \ macro2093 byte = FC_ATOB(*str); in fc_str_to_wwn()2095 byte = byte << 4 | FC_ATOB(*str); in fc_str_to_wwn()