| /freebsd/sys/contrib/dev/acpica/components/executer/ |
| H A D | exserial.c | 295 UINT32 BufferLength; in AcpiExReadSerialBus() local 320 BufferLength = ACPI_SMBUS_BUFFER_SIZE; in AcpiExReadSerialBus() 326 BufferLength = ACPI_IPMI_BUFFER_SIZE; in AcpiExReadSerialBus() 341 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExReadSerialBus() 352 BufferLength += ACPI_SERIAL_HEADER_SIZE; in AcpiExReadSerialBus() 358 BufferLength = ACPI_PRM_INPUT_BUFFER_SIZE; in AcpiExReadSerialBus() 364 BufferLength = ACPI_FFH_INPUT_BUFFER_SIZE; in AcpiExReadSerialBus() 374 BufferDesc = AcpiUtCreateBufferObject (BufferLength); in AcpiExReadSerialBus() 417 UINT32 BufferLength; in AcpiExWriteSerialBus() local 459 BufferLength = ACPI_SMBUS_BUFFER_SIZE; in AcpiExWriteSerialBus() [all …]
|
| H A D | exfield.c | 263 UINT32 BufferLength; in AcpiExReadDataFromField() local 321 BufferLength = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES ( in AcpiExReadDataFromField() 324 if (BufferLength > AcpiGbl_IntegerByteWidth || in AcpiExReadDataFromField() 330 BufferDesc = AcpiUtCreateBufferObject (BufferLength); in AcpiExReadDataFromField() 347 BufferLength = AcpiGbl_IntegerByteWidth; in AcpiExReadDataFromField() 379 ObjDesc, ObjDesc->Common.Type, Buffer, BufferLength)); in AcpiExReadDataFromField() 392 Status = AcpiExExtractFromField (ObjDesc, Buffer, BufferLength); in AcpiExReadDataFromField() 431 UINT32 BufferLength; in AcpiExWriteDataToField() local 520 BufferLength = sizeof (SourceDesc->Integer.Value); in AcpiExWriteDataToField() 526 BufferLength = SourceDesc->Buffer.Length; in AcpiExWriteDataToField() [all …]
|
| H A D | exfldio.c | 834 UINT32 BufferLength) in AcpiExExtractFromField() argument 853 if (BufferLength < in AcpiExExtractFromField() 858 ObjDesc->CommonField.BitLength, BufferLength)); in AcpiExExtractFromField() 863 memset (Buffer, 0, BufferLength); in AcpiExExtractFromField() 871 if (BufferLength >= sizeof (UINT64)) in AcpiExExtractFromField() 880 memcpy (Buffer, &RawDatum, BufferLength); in AcpiExExtractFromField() 952 BufferLength - BufferOffset)); in AcpiExExtractFromField() 970 BufferLength - BufferOffset)); in AcpiExExtractFromField() 994 UINT32 BufferLength) in AcpiExInsertIntoField() argument 1027 if (BufferLength < RequiredLength) in AcpiExInsertIntoField() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrc.c | 507 UINT32 BufferLength; in AcpiDmIsResourceTemplate() local 540 BufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate() 551 if (BufferLength <= 2) in AcpiDmIsResourceTemplate() 571 if (DeclaredBufferLength != BufferLength) in AcpiDmIsResourceTemplate() 578 Status = AcpiUtWalkAmlResources (WalkState, Aml, BufferLength, in AcpiDmIsResourceTemplate() 591 if ((Aml + BufferLength - sizeof (AML_RESOURCE_END_TAG)) != EndAml) in AcpiDmIsResourceTemplate()
|
| /freebsd/sys/dev/acpica/Osd/ |
| H A D | OsdDebug.c | 49 AcpiOsGetLine(char *Buffer, UINT32 BufferLength, UINT32 *BytesRead) in AcpiOsGetLine() argument 55 if (db_readline(Buffer, BufferLength) > 0) in AcpiOsGetLine()
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | asloperands.c | 726 UINT32 BufferLength = 0; in OpnDoBuffer() local 768 BufferLength++; in OpnDoBuffer() 779 BufferLength = strlen (InitializerOp->Asl.Value.String) + 1; in OpnDoBuffer() 782 InitializerOp->Asl.AmlLength = BufferLength; in OpnDoBuffer() 805 if (BufferLengthOp->Asl.Value.Integer > BufferLength) in OpnDoBuffer() 807 BufferLength = (UINT32) BufferLengthOp->Asl.Value.Integer; in OpnDoBuffer() 810 if (!BufferLength) in OpnDoBuffer() 825 BufferLengthOp->Asl.Value.Integer = BufferLength; in OpnDoBuffer()
|
| H A D | aslresource.c | 542 Rnode->BufferLength = Size; in RsAllocateResourceNode() 1067 Info->DescriptorTypeOp->Asl.FinalAmlLength = Rnode->BufferLength; in RsDoOneResourceDescriptor() 1110 CurrentByteOffset = Rnode->BufferLength; in RsLinkDescriptorChain() 1118 CurrentByteOffset += LastRnode->BufferLength; in RsLinkDescriptorChain()
|
| H A D | prutils.c | 563 UINT32 BufferLength; in PrReplaceData() local 568 BufferLength = strlen (Buffer) + 1; in PrReplaceData() 580 (BufferLength - LengthToRemove)); in PrReplaceData()
|
| H A D | aslrestype2w.c | 382 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) + in RsDoWordIoDescriptor() 587 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) + in RsDoWordBusNumberDescriptor() 742 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoWordPccDescriptor() 958 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) + in RsDoWordSpaceDescriptor()
|
| H A D | aslrestype2q.c | 382 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) + in RsDoQwordIoDescriptor() 611 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) + in RsDoQwordMemoryDescriptor() 766 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoQwordPccDescriptor() 977 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) + in RsDoQwordSpaceDescriptor()
|
| H A D | aslrestype2e.c | 332 Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + in RsDoExtendedIoDescriptor() 513 Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + in RsDoExtendedMemoryDescriptor() 676 Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + in RsDoExtendedSpaceDescriptor()
|
| H A D | aslrestype2d.c | 317 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoDwordPccDescriptor() 547 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoDwordIoDescriptor() 782 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoDwordMemoryDescriptor() 999 Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) + in RsDoDwordSpaceDescriptor()
|
| H A D | aslopcodes.c | 557 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength; in OpcDoConnection() 564 BufferDataOp->Asl.AmlLength = Rnode->BufferLength; in OpcDoConnection()
|
| H A D | aslrestype2.c | 496 Rnode->BufferLength = in RsDoInterruptDescriptor()
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | acgetline.c | 267 UINT32 BufferLength, in AcpiOsGetLine() argument 282 memset (Buffer, 0, BufferLength); in AcpiOsGetLine() 293 if (EndOfLine >= (BufferLength - 1)) in AcpiOsGetLine()
|
| /freebsd/sys/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 653 UINT32 BufferLength; in AcpiPsGetNextField() local 817 BufferLength = ACPI_GET8 (ParserState->Aml); in AcpiPsGetNextField() 823 BufferLength = ACPI_GET16 (ParserState->Aml); in AcpiPsGetNextField() 829 BufferLength = ACPI_GET32 (ParserState->Aml); in AcpiPsGetNextField() 835 BufferLength = 0; in AcpiPsGetNextField() 842 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acinterp.h | 299 UINT32 BufferLength, 313 UINT32 BufferLength, 321 UINT32 BufferLength, 345 UINT32 BufferLength); 351 UINT32 BufferLength);
|
| H A D | acpiosxf.h | 608 UINT32 BufferLength,
|
| H A D | acdispat.h | 421 UINT32 BufferLength,
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsobject.c | 299 UINT32 BufferLength, in AcpiDsBuildInternalBufferObj() argument 357 ObjDesc->Buffer.Length = BufferLength; in AcpiDsBuildInternalBufferObj() 358 if (ByteListLength > BufferLength) in AcpiDsBuildInternalBufferObj()
|
| /freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 200 UINT32 BufferLength, 652 UINT32 BufferLength, in AcpiOsGetLine() argument 663 if (EndOfLine >= BufferLength) in AcpiOsGetLine()
|
| /freebsd/stand/i386/libi386/ |
| H A D | pxe.c | 510 bcopy(PTOV(frame), ptr, isr->BufferLength); in pxe_netif_receive_isr() 511 ptr += isr->BufferLength; in pxe_netif_receive_isr() 512 rsize += isr->BufferLength; in pxe_netif_receive_isr()
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_targ.h | 120 U8 BufferLength; /* 04h */ member 144 U8 BufferLength; /* 04h */ member
|
| H A D | mpi_tool.h | 302 U32 BufferLength; /* 10h */ member
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_tool.h | 367 U32 BufferLength; /* 0x14 */ member
|