aml_convradix 65 dev/acpi/dsdt.c u_int64_t aml_convradix(u_int64_t, int, int); aml_convradix 1858 dev/acpi/dsdt.c res = aml_convradix(lhs, 16, 10); aml_convradix 1861 dev/acpi/dsdt.c res = aml_convradix(lhs, 10, 16);