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 825 * DESCRIPTION: Run _REG method for region objects of the requested spaceID
853 * We only care about regions and objects that are allowed to have
917 ACPI_OBJECT Objects[2];
963 Args.Pointer = Objects;
964 Objects[0].Type = ACPI_TYPE_INTEGER;
965 Objects[0].Integer.Value = SpaceId;
966 Objects[1].Type = ACPI_TYPE_INTEGER;
967 Objects[1].Integer.Value = ACPI_REG_CONNECT;
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 91 * PARAMETERS: Count - Count of objects in the list
92 * Objects - Array of ACPI_OBJECTs to be deleted
104 ACPI_OBJECT *Objects)
111 switch (Objects[i].Type)
115 ACPI_FREE (Objects[i].Buffer.Pointer);
122 AcpiDbDeleteObjects (Objects[i].Package.Count,
123 Objects[i].Package.Elements);
127 ACPI_FREE (Objects[i].Package.Elements);
147 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
dbnames.c 108 * Arguments for the Objects command
589 * DESCRIPTION: Display short info about objects in the namespace
626 * DESCRIPTION: Display short info about objects in the namespace
715 * DESCRIPTION: Display short info about objects in the namespace
762 * DESCRIPTION: Display objects in the namespace of the requested type
793 AcpiOsPrintf ("\nSummary of namespace objects:\n\n");
803 AcpiOsPrintf ("\n%8u Total namespace objects\n\n",
821 "Objects of type [%s] defined in the current ACPI Namespace:\n",
837 "\nFound %u objects of type [%s] in the current ACPI Namespace\n",
854 * DESCRIPTION: Display objects in the namespace of the requested typ
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 54 #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */
372 ACPI_OBJECT *Objects);
aclocal.h 75 * Predefined handles for the mutex objects used within the subsystem
76 * All mutex objects are automatically created by AcpiUtMutexInitialize.
382 * Secondary information structures for ACPI predefined objects that return
383 * package objects. This structure appears as the next entry in the table
527 /* Notify info for implicit notify, multiple device objects */
701 * Update state - used to traverse complex objects such as packages
1459 UINT32 Objects;

Completed in 29 milliseconds