Searched refs:SecondDesc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c85 ACPI_OPERAND_OBJECT *SecondDesc; local
245 SecondDesc = AcpiNsGetSecondaryObject (Object);
246 if (SecondDesc)
296 &SecondDesc->Extra.RegionContext);
305 AcpiUtDeleteObjectDesc (SecondDesc);
314 SecondDesc = AcpiNsGetSecondaryObject (Object);
315 if (SecondDesc)
317 AcpiUtDeleteObjectDesc (SecondDesc);
326 SecondDesc = AcpiNsGetSecondaryObject (Object);
327 if (SecondDesc)
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c442 ACPI_OPERAND_OBJECT *SecondDesc = NULL; local
505 SecondDesc = Info->ConnectionNode->Object;
506 if (!(SecondDesc->Common.Flags & AOPOBJ_DATA_VALID))
508 Status = AcpiDsGetBufferArguments (SecondDesc);
517 SecondDesc->Buffer.Pointer;
519 (UINT16) SecondDesc->Buffer.Length;
584 SecondDesc = ObjDesc->Common.NextObject;
585 SecondDesc->Extra.AmlStart = ACPI_CAST_PTR (ACPI_PARSE_OBJECT,
587 SecondDesc->Extra.AmlLength = ACPI_CAST_PTR (ACPI_PARSE_OBJECT,
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsfield.c169 ACPI_OPERAND_OBJECT *SecondDesc = NULL; local
274 SecondDesc = ObjDesc->Common.NextObject;
275 SecondDesc->Extra.AmlStart = Op->Named.Data;
276 SecondDesc->Extra.AmlLength = Op->Named.Length;

Completed in 76 milliseconds