HomeSort by: relevance | last modified time | path
    Searched refs:Objects (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evregion.c 933 * DESCRIPTION: Run _REG method for region objects of the requested spaceID
961 * We only care about regions and objects that are allowed to have
1025 ACPI_OBJECT Objects[2];
1071 Args.Pointer = Objects;
1072 Objects[0].Type = ACPI_TYPE_INTEGER;
1073 Objects[0].Integer.Value = SpaceId;
1074 Objects[1].Type = ACPI_TYPE_INTEGER;
1075 Objects[1].Integer.Value = ACPI_REG_CONNECT;
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 199 * PARAMETERS: Count - Count of objects in the list
200 * Objects - Array of ACPI_OBJECTs to be deleted
212 ACPI_OBJECT *Objects)
219 switch (Objects[i].Type)
223 ACPI_FREE (Objects[i].Buffer.Pointer);
230 AcpiDbDeleteObjects (Objects[i].Package.Count,
231 Objects[i].Package.Elements);
235 ACPI_FREE (Objects[i].Package.Elements);
255 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
dbnames.c 216 * Arguments for the Objects command
697 * DESCRIPTION: Display short info about objects in the namespace
734 * DESCRIPTION: Display short info about objects in the namespace
823 * DESCRIPTION: Display short info about objects in the namespace
870 * DESCRIPTION: Display objects in the namespace of the requested type
901 AcpiOsPrintf ("\nSummary of namespace objects:\n\n");
911 AcpiOsPrintf ("\n%8u Total namespace objects\n\n",
929 "Objects of type [%s] defined in the current ACPI Namespace:\n",
945 "\nFound %u objects of type [%s] in the current ACPI Namespace\n",
962 * DESCRIPTION: Display objects in the namespace of the requested typ
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 162 #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */
480 ACPI_OBJECT *Objects);
aclocal.h 183 * Predefined handles for the mutex objects used within the subsystem
184 * All mutex objects are automatically created by AcpiUtMutexInitialize.
490 * Secondary information structures for ACPI predefined objects that return
491 * package objects. This structure appears as the next entry in the table
635 /* Notify info for implicit notify, multiple device objects */
809 * Update state - used to traverse complex objects such as packages
1567 UINT32 Objects;

Completed in 18 milliseconds