Searched refs:hex2int (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Duuid_from_string.c39 hex2int(int ch) function
60 h = hex2int(s[i]);
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c731 static unsigned int hex2int(unsigned char c) function
896 p->port_type[0] = (u8)hex2int(vpd.port0_data[0]);
897 p->port_type[1] = (u8)hex2int(vpd.port1_data[0]);
898 p->port_type[2] = (u8)hex2int(vpd.port2_data[0]);
899 p->port_type[3] = (u8)hex2int(vpd.port3_data[0]);
905 p->eth_base[i] = hex2int(vpd.na_data[2 * i]) * 16 +
906 hex2int(vpd.na_data[2 * i + 1]);

Completed in 139 milliseconds