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

/freebsd-11.0-release/sys/dev/acpi_support/
H A Dacpi_hp.c995 * Convert given two digit hex string (hexin) to an UINT8 referenced
999 static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout) argument
1004 hi = hexin[0];
1005 lo = hexin[1];
H A Dacpi_wmi.c786 * Convert given two digit hex string (hexin) to an UINT8 referenced
790 static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout) argument
795 hi = hexin[0];
796 lo = hexin[1];

Completed in 104 milliseconds