HomeSort by: relevance | last modified time | path
    Searched defs:Resource (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rslist.c 62 * DESCRIPTION: Convert an AML resource to an internal representation of the
63 * resource that is aligned and easier to access.
77 ACPI_RESOURCE *Resource;
90 Resource = *ResourcePtr;
91 if (ACPI_IS_MISALIGNED (Resource))
94 "Misaligned resource pointer %p", Resource));
125 "Invalid/unsupported resource descriptor: Type 0x%2.2X",
130 /* Convert the AML byte stream resource to a local resource struct *
    [all...]
rsxface.c 3 * Module Name: rsxface - Public interfaces to the resource manager
76 ACPI_RESOURCE *Resource,
96 * DESCRIPTION: Common parameter validation for resource interfaces
213 * the desired device. The resource data is placed in the buffer
264 * for the desired device. The resource data is placed in the
312 * the desired device. The resource data is passed to the routine
366 * the desired device. The resource data is passed to the routine
403 * PARAMETERS: Resource - Pointer to a resource
409 * DESCRIPTION: If the resource is an address16, address32, or address64
    [all...]
rscreate.c 3 * Module Name: rscreate - Create resource lists/tables
57 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
59 * ResourcePtr - Where the converted resource is returned
63 * DESCRIPTION: Convert a raw AML buffer to a resource list
75 void *Resource;
87 /* Get the required length for the converted resource */
100 /* Allocate a buffer for the converted resource */
102 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
103 CurrentResourcePtr = Resource;
104 if (!Resource)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapoutput.c 3 * Module Name: aslmapoutput - Output/emit the resource descriptor/device maps
330 AML_RESOURCE *Resource;
338 Resource = Info->Resource;
339 switch (Resource->CommonSerialBus.Type)
401 /* Normal resource template */
asltypes.h 368 AML_RESOURCE *Resource;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 99 ACPI_RESOURCE *Resource;
254 MyContext->Length, &Resource);
257 ACPI_FREE (Resource);
620 MyContext->Length, &Resource);
630 ACPI_FREE (Resource);
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 68 #define ACPI_SIG_ERDT "ERDT" /* Enhanced Resource Director Technology */
77 #define ACPI_SIG_MPAM "MPAM" /* Memory System Resource Partitioning and Monitoring Table */
91 #define ACPI_SIG_RGRT "RGRT" /* Regulatory Graphics Resource Table */
189 /* 0R: Processor Cache Resource Substructure */
205 /* 1R: Processor TLB Resource Substructure */
214 /* 2R: Processor Generic Resource Substructure */
218 UINT32 Resource;
542 * ERDT - Enhanced Resource Director Technology (ERDT) table
544 * Conforms to "Intel Resource Director Technology Architecture Specification"
582 /* 0: RMDD - Resource Management Domain Description *
    [all...]

Completed in 19 milliseconds