Searched refs:FCP_ATOB (Results 1 – 1 of 1) sorted by relevance
694 #define FCP_ATOB(x) (((x) >= '0' && (x) <= '9') ? ((x) - '0') : \ macro15208 byte = FCP_ATOB(*string); string++; in fcp_ascii_to_wwn()15209 byte = byte << 4 | FCP_ATOB(*string); string++; in fcp_ascii_to_wwn()