HomeSort by: relevance | last modified time | path
    Searched refs:ResourceSourceLabel (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rscalc.c 524 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength +
533 Resource->Data.PinGroupConfig.ResourceSourceLabel.StringLength +
rsserial.c 920 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringLength),
924 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringPtr),
991 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSourceLabel.StringLength),
995 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSourceLabel.StringPtr),
rsdumpinfo.c 422 {ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSourceLabel), "ResourceSourceLabel", NULL},
436 {ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupConfig.ResourceSourceLabel), "ResourceSourceLabel", NULL},
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 2177 char *ResourceSourceLabel = NULL;
2215 ResourceSourceLabel = ACPI_ADD_PTR (char, ResourceSource, ResSourceLength);
2216 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength);
2223 ACPI_PTR_DIFF (ResourceSourceLabel, Descriptor);
2255 case 4: /* ResourceSourceLabel [STRING] */
2262 strcpy (ResourceSourceLabel, InitializerOp->Asl.Value.String);
2323 char *ResourceSourceLabel = NULL;
2361 ResourceSourceLabel = ACPI_ADD_PTR (char, ResourceSource, ResSourceLength);
2362 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength);
2369 ACPI_PTR_DIFF (ResourceSourceLabel, Descriptor)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 829 ACPI_RESOURCE_LABEL ResourceSourceLabel;
843 ACPI_RESOURCE_LABEL ResourceSourceLabel;

Completed in 45 milliseconds