Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Duuid_from_string.c37 hex2int(int ch) in hex2int() function
58 h = hex2int(s[i]); in fromhex()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c728 static unsigned int hex2int(unsigned char c) in hex2int() function
893 p->port_type[0] = (u8)hex2int(vpd.port0_data[0]); in get_vpd_params()
894 p->port_type[1] = (u8)hex2int(vpd.port1_data[0]); in get_vpd_params()
895 p->port_type[2] = (u8)hex2int(vpd.port2_data[0]); in get_vpd_params()
896 p->port_type[3] = (u8)hex2int(vpd.port3_data[0]); in get_vpd_params()
902 p->eth_base[i] = hex2int(vpd.na_data[2 * i]) * 16 + in get_vpd_params()
903 hex2int(vpd.na_data[2 * i + 1]); in get_vpd_params()