Searched refs:ResourceIndex (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utresrc.c | 297 UINT8 ResourceIndex; in AcpiUtWalkAmlResources() local 323 Status = AcpiUtValidateResource (WalkState, Aml, &ResourceIndex); in AcpiUtWalkAmlResources() 342 Aml, Length, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources() 391 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex); in AcpiUtWalkAmlResources() 392 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources() 428 UINT8 ResourceIndex; in AcpiUtValidateResource() local 458 ResourceIndex = (UINT8) (ResourceType - 0x70); in AcpiUtValidateResource() 466 ResourceIndex = (UINT8) in AcpiUtValidateResource() 474 if (!AcpiGbl_ResourceTypes[ResourceIndex]) in AcpiUtValidateResource() 484 MinimumResourceLength = AcpiGbl_ResourceAmlSizes[ResourceIndex]; in AcpiUtValidateResource() [all …]
|
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rslist.c | 180 UINT8 ResourceIndex, in AcpiRsConvertAmlToResources() argument 227 ConversionTable = AcpiGbl_GetResourceDispatch[ResourceIndex]; in AcpiRsConvertAmlToResources() 234 ResourceIndex)); in AcpiRsConvertAmlToResources()
|
H A D | rscalc.c | 580 UINT8 ResourceIndex; in AcpiRsGetListLength() local 597 Status = AcpiUtValidateResource (NULL, AmlBuffer, &ResourceIndex); in AcpiRsGetListLength() 612 MinimumAmlResourceLength = AcpiGbl_ResourceAmlSizes[ResourceIndex]; in AcpiRsGetListLength() 811 BufferSize = AcpiGbl_ResourceStructSizes[ResourceIndex] + in AcpiRsGetListLength()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrc.c | 370 UINT8 ResourceIndex; in AcpiDmResourceTemplate() local 398 Status = AcpiUtValidateResource (NULL, Aml, &ResourceIndex); in AcpiDmResourceTemplate() 470 AcpiGbl_DmResourceDispatch [ResourceIndex] ( in AcpiDmResourceTemplate()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | dmrestag.c | 179 UINT8 ResourceIndex); 198 UINT8 ResourceIndex, 924 UINT8 ResourceIndex) in AcpiDmGetResourceTag() argument 932 TagList = AcpiGbl_ResourceTags[ResourceIndex]; in AcpiDmGetResourceTag() 1163 UINT8 ResourceIndex, in AcpiDmAddResourceToNamespace() argument
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acresrc.h | 379 UINT8 ResourceIndex,
|
H A D | acutils.h | 267 UINT8 ResourceIndex,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 9904 Relaxed a compiler restriction that disallowed a ResourceIndex byte if 9918 ResourceIndex
|