Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c698 #define FCP_ATOB(x) (((x) >= '0' && (x) <= '9') ? ((x) - '0') : \ macro
15195 byte = FCP_ATOB(*string); string++; in fcp_ascii_to_wwn()
15196 byte = byte << 4 | FCP_ATOB(*string); string++; in fcp_ascii_to_wwn()