Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c304 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local
336 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj()
337 if (ByteList) in AcpiDsBuildInternalBufferObj()
339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
343 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj()
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
383 if (ByteList) in AcpiDsBuildInternalBufferObj()
385 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()