Searched defs:ResourceSource (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c62 ACPI_RESOURCE_SOURCE *ResourceSource);
108 * PARAMETERS: ResourceSource - Pointer to optional descriptor field
113 * ResourceSource fields in some Large descriptors. Used during
120 ACPI_RESOURCE_SOURCE *ResourceSource)
126 * If the ResourceSource string is valid, return the size of the string
130 if (ResourceSource->StringPtr)
132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1));
150 * ResourceSource fields in some Large descriptors. Used during
167 * The ResourceSourceIndex and ResourceSource are optional elements of
311 * Add the size of the optional ResourceSource inf
119 AcpiRsStructOptionLength( ACPI_RESOURCE_SOURCE *ResourceSource) argument
[all...]
H A Drsdump.c108 ACPI_RESOURCE_SOURCE *ResourceSource);
420 * Optional ResourceSource for Address resources
443 * PARAMETERS: ResourceSource - Pointer to a Resource Source struct
447 * DESCRIPTION: Common routine for dumping the optional ResourceSource and the
454 ACPI_RESOURCE_SOURCE *ResourceSource)
459 if (ResourceSource->Index == 0xFF)
465 ResourceSource->Index);
468 ResourceSource->StringPtr ?
469 ResourceSource->StringPtr : "[Not Specified]");
453 AcpiRsDumpResourceSource( ACPI_RESOURCE_SOURCE *ResourceSource) argument
H A Drsutils.c352 * ResourceSource - Where the ResourceSource is returned
355 * ResourceSource string
360 * DESCRIPTION: Copy the optional ResourceSource data from a raw AML descriptor
369 ACPI_RESOURCE_SOURCE *ResourceSource,
384 * ResourceSource is present if the length of the descriptor is longer
394 ResourceSource->Index = AmlResourceSource[0];
396 ResourceSource->StringPtr = StringPtr;
401 * pointer to the end of the current ResourceSource structure.
403 ResourceSource
366 AcpiRsGetResourceSource( ACPI_RS_LENGTH ResourceLength, ACPI_RS_LENGTH MinimumLength, ACPI_RESOURCE_SOURCE *ResourceSource, AML_RESOURCE *Aml, char *StringPtr) argument
457 AcpiRsSetResourceSource( AML_RESOURCE *Aml, ACPI_RS_LENGTH MinimumLength, ACPI_RESOURCE_SOURCE *ResourceSource) argument
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacrestyp.h388 ACPI_RESOURCE_SOURCE ResourceSource; member in struct:acpi_resource_address16
396 ACPI_RESOURCE_SOURCE ResourceSource; member in struct:acpi_resource_address32
404 ACPI_RESOURCE_SOURCE ResourceSource; member in struct:acpi_resource_address64
425 ACPI_RESOURCE_SOURCE ResourceSource; member in struct:acpi_resource_extended_irq
455 ACPI_RESOURCE_SOURCE ResourceSource; member in struct:acpi_resource_gpio
492 ACPI_RESOURCE_SOURCE ResourceSource; \

Completed in 64 milliseconds