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

/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstrtoul64.c188 * AcpiUtStrtoul64 interface, all conversions are 64 bits. This interface is
194 * the ASL language itself. This is implemented via the main AcpiUtStrtoul64
203 * FUNCTION: AcpiUtStrtoul64
229 AcpiUtStrtoul64 ( function
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dprparser.y292 | EXPOP_NUMBER { AcpiUtStrtoul64 (PrParsertext, &$$);}
296 | EXPOP_HEX_NUMBER { AcpiUtStrtoul64 (PrParsertext, &$$);}
H A Daslutils.c1081 Status = AcpiUtStrtoul64 (String, &ConvertedInteger);
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c194 Status = AcpiUtStrtoul64 (OriginalObject->String.Pointer, &Value);
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c436 Status = AcpiUtStrtoul64 (String, &Object->Integer.Value);
H A Ddbinput.c1024 Status = AcpiUtStrtoul64 (AcpiGbl_DbArgs[1], &Temp64);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h379 AcpiUtStrtoul64 (

Completed in 80 milliseconds