Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c270 ACPI_PARSE_OBJECT *ByteList; in AcpiDsBuildInternalBufferObj() local
302 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj()
303 if (ByteList) in AcpiDsBuildInternalBufferObj()
305 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
309 ByteList->Common.AmlOpcode, ByteList)); in AcpiDsBuildInternalBufferObj()
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
349 if (ByteList) in AcpiDsBuildInternalBufferObj()
351 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()