Lines Matching refs:Resource
3 * Module Name: rsdump - AML debugger support for resource structures.
225 ACPI_RESOURCE_DATA *Resource);
229 void *Resource,
237 * PARAMETERS: ResourceList - Pointer to a resource descriptor list
263 /* Walk list and dump all resource descriptors (END_TAG terminates) */
276 "Invalid descriptor type (%X) in resource list\n",
282 ACPI_ERROR ((AE_INFO, "Invalid Zero Resource Type"));
291 "Invalid zero length descriptor in resource list\n");
295 /* Dump the resource descriptor */
309 /* Point to the next resource structure */
368 * PARAMETERS: Resource - Buffer containing the resource
369 * Table - Table entry to decode the resource
373 * DESCRIPTION: Dump a resource descriptor based on a dump table entry.
379 void *Resource,
395 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset);
402 * Optional resource title
406 AcpiOsPrintf ("%s Resource\n", Name);
500 * Long byte list for Vendor resource data
553 AcpiRsDumpResourceLabel ("Resource Label", ACPI_CAST_PTR (
561 AcpiRsDumpResourceLabel ("Resource Source Label", ACPI_CAST_PTR (
582 * PARAMETERS: ResourceSource - Pointer to a Resource Source struct
603 AcpiRsOutInteger8 ("Resource Source Index",
606 AcpiRsOutString ("Resource Source",
616 * PARAMETERS: Title - Title of the dumped resource field
617 * ResourceLabel - Pointer to a Resource Label struct
642 * PARAMETERS: Resource - Pointer to an internal resource descriptor
646 * DESCRIPTION: Dump the fields that are common to all Address resource
653 ACPI_RESOURCE_DATA *Resource)
660 switch (Resource->Address.ResourceType)
664 AcpiRsDumpDescriptor (Resource, AcpiRsDumpMemoryFlags);
669 AcpiRsDumpDescriptor (Resource, AcpiRsDumpIoFlags);
674 AcpiRsOutString ("Resource Type", "Bus Number Range");
679 AcpiRsOutInteger8 ("Resource Type",
680 (UINT8) Resource->Address.ResourceType);
686 AcpiRsDumpDescriptor (Resource, AcpiRsDumpGeneralFlags);
694 * PARAMETERS: Title - Name of the resource field
695 * Value - Value of the resource field
700 * output of the resource dump routines