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 170 * DESCRIPTION: Convert an AML resource to an internal representation of the
171 * resource that is aligned and easier to access.
185 ACPI_RESOURCE *Resource;
198 Resource = *ResourcePtr;
199 if (ACPI_IS_MISALIGNED (Resource))
202 "Misaligned resource pointer %p", Resource));
233 "Invalid/unsupported resource descriptor: Type 0x%2.2X",
238 /* Convert the AML byte stream resource to a local resource struct *
    [all...]
rsxface.c 3 * Module Name: rsxface - Public interfaces to the resource manager
184 ACPI_RESOURCE *Resource,
204 * DESCRIPTION: Common parameter validation for resource interfaces
321 * the desired device. The resource data is placed in the buffer
372 * for the desired device. The resource data is placed in the
420 * the desired device. The resource data is passed to the routine
474 * the desired device. The resource data is passed to the routine
511 * PARAMETERS: Resource - Pointer to a resource
517 * DESCRIPTION: If the resource is an address16, address32, or address64
    [all...]
rscreate.c 3 * Module Name: rscreate - Create resource lists/tables
165 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
167 * ResourcePtr - Where the converted resource is returned
171 * DESCRIPTION: Convert a raw AML buffer to a resource list
183 void *Resource;
195 /* Get the required length for the converted resource */
208 /* Allocate a buffer for the converted resource */
210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
211 CurrentResourcePtr = Resource;
212 if (!Resource)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapoutput.c 3 * Module Name: aslmapoutput - Output/emit the resource descriptor/device maps
438 AML_RESOURCE *Resource;
446 Resource = Info->Resource;
447 switch (Resource->CommonSerialBus.Type)
509 /* Normal resource template */
asltypes.h 476 AML_RESOURCE *Resource;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 207 ACPI_RESOURCE *Resource;
362 MyContext->Length, &Resource);
365 ACPI_FREE (Resource);
728 MyContext->Length, &Resource);
738 ACPI_FREE (Resource);
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 176 #define ACPI_SIG_ERDT "ERDT" /* Enhanced Resource Director Technology */
183 #define ACPI_SIG_MPAM "MPAM" /* Memory System Resource Partitioning and Monitoring Table */
197 #define ACPI_SIG_RGRT "RGRT" /* Regulatory Graphics Resource Table */
295 /* 0R: Processor Cache Resource Substructure */
311 /* 1R: Processor TLB Resource Substructure */
320 /* 2R: Processor Generic Resource Substructure */
324 UINT32 Resource;
648 * ERDT - Enhanced Resource Director Technology (ERDT) table
650 * Conforms to "Intel Resource Director Technology Architecture Specification"
688 /* 0: RMDD - Resource Management Domain Description *
    [all...]

Completed in 19 milliseconds