/acpica-3.7.0/source/components/executer/ |
D | exconvrt.c | 556 UINT32 StringLength = 0; in AcpiExConvertToString() local 583 StringLength = ACPI_MAX_DECIMAL_DIGITS; in AcpiExConvertToString() 591 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 599 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength); in AcpiExConvertToString() 609 StringLength = AcpiExConvertToAscii ( in AcpiExConvertToString() 614 ReturnDesc->String.Length = StringLength; in AcpiExConvertToString() 615 NewBuf [StringLength] = 0; in AcpiExConvertToString() 641 StringLength += 4; in AcpiExConvertToString() 645 StringLength += 3; in AcpiExConvertToString() 649 StringLength += 2; in AcpiExConvertToString() [all …]
|
/acpica-3.7.0/source/compiler/ |
D | aslrestype2w.c | 190 UINT16 StringLength = 0; in RsDoWordIoDescriptor() local 198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordIoDescriptor() 202 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength); in RsDoWordIoDescriptor() 311 if (StringLength) in RsDoWordIoDescriptor() 314 (Descriptor->Address16.ResourceLength + StringLength); in RsDoWordIoDescriptor() 382 OptionIndex + StringLength; in RsDoWordIoDescriptor() 411 UINT16 StringLength = 0; in RsDoWordBusNumberDescriptor() local 419 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordBusNumberDescriptor() 423 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength); in RsDoWordBusNumberDescriptor() 530 if (StringLength) in RsDoWordBusNumberDescriptor() [all …]
|
D | aslrestype2q.c | 190 UINT16 StringLength = 0; in RsDoQwordIoDescriptor() local 198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordIoDescriptor() 202 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength); in RsDoQwordIoDescriptor() 311 if (StringLength) in RsDoQwordIoDescriptor() 314 (Descriptor->Address64.ResourceLength + StringLength); in RsDoQwordIoDescriptor() 382 OptionIndex + StringLength; in RsDoQwordIoDescriptor() 411 UINT16 StringLength = 0; in RsDoQwordMemoryDescriptor() local 419 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordMemoryDescriptor() 423 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength); in RsDoQwordMemoryDescriptor() 539 if (StringLength) in RsDoQwordMemoryDescriptor() [all …]
|
D | aslrestype2d.c | 189 UINT16 StringLength = 0; in RsDoDwordIoDescriptor() local 198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordIoDescriptor() 202 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength); in RsDoDwordIoDescriptor() 318 if (StringLength) in RsDoDwordIoDescriptor() 323 (Descriptor->Address32.ResourceLength + StringLength); in RsDoDwordIoDescriptor() 391 OptionIndex + StringLength; in RsDoDwordIoDescriptor() 420 UINT16 StringLength = 0; in RsDoDwordMemoryDescriptor() local 428 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordMemoryDescriptor() 432 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength); in RsDoDwordMemoryDescriptor() 554 if (StringLength) in RsDoDwordMemoryDescriptor() [all …]
|
D | aslrestype2e.c | 188 UINT16 StringLength = 0; in RsDoExtendedIoDescriptor() local 194 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedIoDescriptor() 198 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedIoDescriptor() 333 StringLength; in RsDoExtendedIoDescriptor() 361 UINT16 StringLength = 0; in RsDoExtendedMemoryDescriptor() local 367 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedMemoryDescriptor() 371 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedMemoryDescriptor() 514 StringLength; in RsDoExtendedMemoryDescriptor() 542 UINT16 StringLength = 0; in RsDoExtendedSpaceDescriptor() local 548 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedSpaceDescriptor() [all …]
|
D | aslprintf.c | 259 UINT32 StringLength = 0; in OpcParsePrintf() local 288 ++StringLength; in OpcParsePrintf() 296 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf() 297 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf() 307 StringLength = 0; in OpcParsePrintf() 385 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf() 386 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
|
D | aslrestype2.c | 288 UINT16 StringLength = 0; in RsDoInterruptDescriptor() local 299 StringLength = RsGetStringDataLength (InitializerOp); in RsDoInterruptDescriptor() 327 1 + OptionIndex + StringLength); in RsDoInterruptDescriptor() 388 if (StringLength) in RsDoInterruptDescriptor() 488 if (StringLength && ResSourceString) in RsDoInterruptDescriptor() 493 (Descriptor->ExtendedIrq.ResourceLength + StringLength); in RsDoInterruptDescriptor() 499 + OptionIndex + StringLength; in RsDoInterruptDescriptor()
|
D | dtfield.c | 766 Field->StringLength = 0; in DtCreateField() 775 Field->StringLength = strlen (FieldValue->Value); in DtCreateField() 777 strcpy (UtLocalCacheCalloc (Field->StringLength + 1), FieldValue->Value); in DtCreateField()
|
D | dttable2.c | 1251 … TableOffset, DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value); in DtCompilePhat() 1267 … DevicePathField->StringLength = (strlen ((const char *) DevicePathField->Value) * 2) + 2; in DtCompilePhat() 1268 TableOffset += DevicePathField->StringLength; in DtCompilePhat() 1271 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat() 1285 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat() 1375 (*PFieldList)->StringLength, (*PFieldList)->Value, Subtable->Length); in DtCompilePhat() 1415 DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value); in DtCompilePhat()
|
D | dtcompiler.h | 197 UINT32 StringLength; /* Length of Value */ member
|
D | dtio.c | 443 Field->StringLength = Length; in DtParseLine()
|
/acpica-3.7.0/source/components/resources/ |
D | rscalc.c | 240 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1)); in AcpiRsStructOptionLength() 268 UINT32 StringLength = 0; in AcpiRsStreamOptionLength() local 291 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength() 298 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength)); in AcpiRsStreamOptionLength() 469 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength() 478 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength() 486 Resource->Data.ClockInput.ResourceSource.StringLength); in AcpiRsGetAmlLength() 497 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength() 506 Resource->Data.PinConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength() 515 Resource->Data.PinGroup.ResourceLabel.StringLength + in AcpiRsGetAmlLength() [all …]
|
D | rsserial.c | 238 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.Gpio.ResourceSource.StringLength), 354 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringLength), 434 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.Csi2SerialBus.ResourceSource.StringLength), 504 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength), 588 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength), 688 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength), 793 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinConfig.ResourceSource.StringLength), 853 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroup.ResourceLabel.StringLength), 910 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.StringLength), 920 …{ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringLength), [all …]
|
D | rsutils.c | 531 ResourceSource->StringLength = AcpiRsStrcpy ( in AcpiRsGetResourceSource() 541 ResourceSource->StringLength = 0; in AcpiRsGetResourceSource() 581 if (ResourceSource->StringLength) in AcpiRsSetResourceSource() 601 ResourceSource->StringLength + 1); in AcpiRsSetResourceSource()
|
/acpica-3.7.0/source/common/ |
D | dmtbdump3.c | 399 UINT32 StringLength; in AcpiDmDumpStao() local 416 StringLength = strlen (Namepath) + 1; in AcpiDmDumpStao() 418 AcpiDmLineHeader (Offset, StringLength, "Namepath"); in AcpiDmDumpStao() 423 Offset += StringLength; in AcpiDmDumpStao()
|
/acpica-3.7.0/source/include/ |
D | acrestyp.h | 446 UINT16 StringLength; member 454 UINT16 StringLength; member
|