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

/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutstrsuppt.c162 AcpiUtInsertDigit (
225 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String);
287 Status = AcpiUtInsertDigit (&AccumulatedValue, 10, *String);
349 Status = AcpiUtInsertDigit (&AccumulatedValue, 16, *String);
506 * FUNCTION: AcpiUtInsertDigit
532 AcpiUtInsertDigit ( function

Completed in 103 milliseconds