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 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/include/
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 22 milliseconds