Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c567 UINT64 PartialValue; in AcpiPsGetNextSimpleArg() local
608 PartialValue = 0; in AcpiPsGetNextSimpleArg()
609 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()
610 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()
632 PartialValue = 0; in AcpiPsGetNextSimpleArg()
633 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()
634 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()
656 PartialValue = 0; in AcpiPsGetNextSimpleArg()
657 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()
658 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()