Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbexec.c100 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects() argument
107 switch (Objects[i].Type) in AcpiDbDeleteObjects()
111 ACPI_FREE (Objects[i].Buffer.Pointer); in AcpiDbDeleteObjects()
118 AcpiDbDeleteObjects (Objects[i].Package.Count, in AcpiDbDeleteObjects()
119 Objects[i].Package.Elements); in AcpiDbDeleteObjects()
123 ACPI_FREE (Objects[i].Package.Elements); in AcpiDbDeleteObjects()
A Ddbnames.c810 Info->Objects++; in AcpiDbIntegrityWalk()
846 Info.Nodes, Info.Objects); in AcpiDbCheckIntegrity()
/third_party/lib/acpica/source/components/events/
A Devregion.c884 ACPI_OBJECT Objects[2]; in AcpiEvOrphanEcRegMethod() local
930 Args.Pointer = Objects; in AcpiEvOrphanEcRegMethod()
931 Objects[0].Type = ACPI_TYPE_INTEGER; in AcpiEvOrphanEcRegMethod()
932 Objects[0].Integer.Value = ACPI_ADR_SPACE_EC; in AcpiEvOrphanEcRegMethod()
933 Objects[1].Type = ACPI_TYPE_INTEGER; in AcpiEvOrphanEcRegMethod()
934 Objects[1].Integer.Value = ACPI_REG_CONNECT; in AcpiEvOrphanEcRegMethod()
/third_party/lib/acpica/source/include/acpica/
A Dacdebug.h355 ACPI_OBJECT *Objects);
A Daclocal.h1342 UINT32 Objects; member
/third_party/ulib/jemalloc/
A DINSTALL157 Disable thread-specific caches for small objects. Objects are cached and
/third_party/lib/acpica/
A Dchanges.txt3791 Predefined ASL/AML Objects:
3800 Standard Predefined Names (Objects or Control Methods):
4945 Fixed a problem with references to Alias objects within Package Objects.
7207 All Reference Objects returned via the AcpiEvaluateObject interface are
7571 ACPI specification, a Package can only contain Data Objects or references
7573 control methods. The implication is that named references to Data Objects
9360 objects during the first pass of the parse. Objects are now created only
14795 problem: 1) Objects created during the initialization phase method

Completed in 32 milliseconds