HomeSort by: relevance | last modified time | path
    Searched defs:Objects (Results 1 - 2 of 2) 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/include/
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 14 milliseconds