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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c228 static int idm_ascii_to_hex(char *enc_hex_byte, uint8_t *bin_val);
1052 idm_ascii_to_hex(char *enc_hex_byte, uint8_t *bin_val) function
1107 if (idm_ascii_to_hex(tmpstr, binary_scan) != 0) {
1116 if (idm_ascii_to_hex(hstr, binary_scan) != 0) {

Completed in 65 milliseconds