Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c411 if (ObjDesc->BufferField.BufferObj && in AcpiNsDumpOneObject()
412 ObjDesc->BufferField.BufferObj->Buffer.Node) in AcpiNsDumpOneObject()
416 ObjDesc->BufferField.BufferObj->Buffer.Node)); in AcpiNsDumpOneObject()
620 ObjDesc = (ACPI_OPERAND_OBJECT *) ObjDesc->BufferField.BufferObj; in AcpiNsDumpOneObject()
/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexdump.c211 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (BufferField.BufferObj), "Buffer Object"}
841 if (!ObjDesc->BufferField.BufferObj) in AcpiExDumpOperand()
845 else if ((ObjDesc->BufferField.BufferObj)->Common.Type != in AcpiExDumpOperand()
852 AcpiExDumpOperand (ObjDesc->BufferField.BufferObj, Depth + 1); in AcpiExDumpOperand()
H A Dexfldio.c463 (ObjDesc->BufferField.BufferObj)->Buffer.Pointer + in AcpiExFieldDatumIo()
474 memcpy ((ObjDesc->BufferField.BufferObj)->Buffer.Pointer + in AcpiExFieldDatumIo()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacobject.h379 union acpi_operand_object *BufferObj; /* Containing Buffer object */ member
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c631 NextObject = Object->BufferField.BufferObj; in AcpiUtUpdateObjectReference()
/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c269 ObjDesc->BufferField.BufferObj = BufferDesc; in AcpiDsInitBufferField()