Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbdump1.c568 UINT32 Length = Table->Length; in AcpiDmDumpCedt() local
645 UINT32 Length = Table->Length; in AcpiDmDumpCpep() local
700 UINT32 Length = Table->Length; in AcpiDmDumpCsrt() local
807 UINT32 Length = Table->Length; in AcpiDmDumpDbg2() local
925 UINT32 Length = Table->Length; in AcpiDmDumpDmar() local
1194 UINT32 Length = Table->Length; in AcpiDmDumpEinj() local
1247 UINT32 Length = Table->Length; in AcpiDmDumpErst() local
1300 UINT32 Length = Table->Length; in AcpiDmDumpFpdt() local
1385 UINT32 Length = Table->Length; in AcpiDmDumpGtdt() local
1521 UINT32 Length = Table->Length; in AcpiDmDumpHest() local
[all …]
H A Ddmtbdump2.c277 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
290 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
296 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
302 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
801 UINT32 Length = Table->Length; in AcpiDmDumpLpit() local
874 UINT32 Length = Table->Length; in AcpiDmDumpMadt() local
1423 Length = Subtable->Length - in AcpiDmDumpNfit()
1899 UINT32 Length = Table->Length; in AcpiDmDumpPcct() local
2003 UINT32 Length = Table->Length; in AcpiDmDumpPdtt() local
2058 UINT32 Length = Table->Length; in AcpiDmDumpPhat() local
[all …]
H A Ddmtbdump.c203 if (!Length) in AcpiDmDumpBuffer()
211 while (i < Length) in AcpiDmDumpBuffer()
215 if ((Length - i) < 16) in AcpiDmDumpBuffer()
226 if (i + j >= Length) in AcpiDmDumpBuffer()
240 if (i + j >= Length) in AcpiDmDumpBuffer()
269 if (Length > 16) in AcpiDmDumpBuffer()
382 return (Length); in AcpiDmDumpRsdp()
399 Length = Rsdp->Length; in AcpiDmDumpRsdp()
403 return (Length); in AcpiDmDumpRsdp()
418 return (Length); in AcpiDmDumpRsdp()
[all …]
H A Ddmtbdump3.c297 while (Offset < Table->Length) in AcpiDmDumpSrat()
352 if (!Subtable->Length) in AcpiDmDumpSrat()
373 Subtable->Length); in AcpiDmDumpSrat()
398 UINT32 Length = Table->Length; in AcpiDmDumpStao() local
413 while (Offset < Table->Length) in AcpiDmDumpStao()
450 UINT32 Length = Table->Length; in AcpiDmDumpSvkl() local
710 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
717 Length = ViotHeader->Length; in AcpiDmDumpViot()
747 if (!Length) in AcpiDmDumpViot()
756 Status = AcpiDmDumpTable (Table->Length, Offset, ViotHeader, Length, in AcpiDmDumpViot()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexstorob.c179 UINT32 Length; in AcpiExStoreBufferToBuffer() local
196 Length = SourceDesc->Buffer.Length; in AcpiExStoreBufferToBuffer()
211 TargetDesc->Buffer.Length = Length; in AcpiExStoreBufferToBuffer()
216 if (Length <= TargetDesc->Buffer.Length) in AcpiExStoreBufferToBuffer()
242 TargetDesc->Buffer.Length = Length; in AcpiExStoreBufferToBuffer()
251 TargetDesc->Buffer.Length); in AcpiExStoreBufferToBuffer()
255 Length, TargetDesc->Buffer.Length)); in AcpiExStoreBufferToBuffer()
284 UINT32 Length; in AcpiExStoreStringToString() local
301 Length = SourceDesc->String.Length; in AcpiExStoreStringToString()
307 if ((Length < TargetDesc->String.Length) && in AcpiExStoreStringToString()
[all …]
H A Dexoparg3.c290 ACPI_SIZE Length; in AcpiExOpcode_3A_1T_1R() local
315 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
321 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
323 Length = 0; in AcpiExOpcode_3A_1T_1R()
328 else if ((Index + Length) > Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
330 Length = in AcpiExOpcode_3A_1T_1R()
342 Buffer = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) Length + 1); in AcpiExOpcode_3A_1T_1R()
354 if (Length > 0) in AcpiExOpcode_3A_1T_1R()
358 Buffer = ACPI_ALLOCATE_ZEROED (Length); in AcpiExOpcode_3A_1T_1R()
378 Operand[0]->String.Pointer + Index, Length); in AcpiExOpcode_3A_1T_1R()
[all …]
H A Dexconfig.c176 UINT32 Length,
288 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
305 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
391 UINT32 Length, in AcpiExRegionRead() argument
402 for (i = 0; i < Length; i++) in AcpiExRegionRead()
452 UINT32 Length; in AcpiExLoadOp() local
497 Length = TableHeader->Length; in AcpiExLoadOp()
530 Table = ACPI_ALLOCATE (Length); in AcpiExLoadOp()
563 Length = TableHeader->Length; in AcpiExLoadOp()
567 if (Length > ObjDesc->Buffer.Length) in AcpiExLoadOp()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeregion.c192 UINT32 Length; in AeRegionHandler() local
237 Length = RegionObject->Region.Length; in AeRegionHandler()
342 (Length > ACPI_SMBUS_DATA_SIZE)) in AeRegionHandler()
355 Length, BitWidth, Buffer[1]); in AeRegionHandler()
376 DataLength = (UINT8) Length; in AeRegionHandler()
385 for (i = 0; i < Length; i++) in AeRegionHandler()
402 Length, BitWidth, Buffer[1]); in AeRegionHandler()
456 for (i = 0; i < Length; ++i) in AeRegionHandler()
558 RegionElement->Length = Length; in AeRegionHandler()
627 RegionElement->Length = Length; in AeRegionHandler()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutids.c186 UINT32 Length; in AcpiUtExecute_HID() local
208 Length = ObjDesc->String.Length + 1; in AcpiUtExecute_HID()
236 Hid->Length = Length; in AcpiUtExecute_HID()
274 UINT32 Length; in AcpiUtExecute_UID() local
296 Length = ObjDesc->String.Length + 1; in AcpiUtExecute_UID()
324 Uid->Length = Length; in AcpiUtExecute_UID()
370 UINT32 Length; in AcpiUtExecute_CID() local
470 Length = CidObjects[i]->String.Length + 1; in AcpiUtExecute_CID()
474 CidList->Ids[i].Length = Length; in AcpiUtExecute_CID()
475 NextIdString += Length; in AcpiUtExecute_CID()
[all …]
H A Dutprint.c222 Length++; in AcpiUtBoundStringLength()
227 return (Length); in AcpiUtBoundStringLength()
558 INT32 Length; in vsnprintf() local
851 int Length; in snprintf() local
858 return (Length); in snprintf()
882 int Length; in sprintf() local
889 return (Length); in sprintf()
923 return (Length); in vprintf()
952 return (Length); in printf()
987 return (Length); in vfprintf()
[all …]
H A Dutcopy.c272 ExternalObject->String.Length = InternalObject->String.Length; in AcpiUtCopyIsimpleToEsimple()
284 ExternalObject->Buffer.Length = InternalObject->Buffer.Length; in AcpiUtCopyIsimpleToEsimple()
286 InternalObject->String.Length); in AcpiUtCopyIsimpleToEsimple()
290 InternalObject->Buffer.Length); in AcpiUtCopyIsimpleToEsimple()
433 Info->Length += ObjectSpace; in AcpiUtCopyIelementToEelement()
502 *SpaceUsed = Info.Length; in AcpiUtCopyIpackageToEpackage()
550 &RetBuffer->Length); in AcpiUtCopyIobjectToEobject()
641 ExternalObject->String.Length); in AcpiUtCopyEsimpleToIsimple()
643 InternalObject->String.Length = ExternalObject->String.Length; in AcpiUtCopyEsimpleToIsimple()
659 InternalObject->Buffer.Length = ExternalObject->Buffer.Length; in AcpiUtCopyEsimpleToIsimple()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Dosbsdtbl.c275 LocalTable = calloc (1, MappedTable->Length); in AcpiOsGetTableByAddress()
573 Gbl_Xsdt = calloc (1, MappedTable->Length); in OslTableInitialize()
578 MappedTable->Length); in OslTableInitialize()
598 Gbl_Rsdt = calloc (1, MappedTable->Length); in OslTableInitialize()
603 MappedTable->Length); in OslTableInitialize()
635 Gbl_Fadt = calloc (1, MappedTable->Length); in OslTableInitialize()
640 MappedTable->Length); in OslTableInitialize()
800 LocalTable = calloc (1, MappedTable->Length); in OslGetTableViaRoot()
975 UINT32 Length; in OslMapTable() local
1005 Length = MappedTable->Length; in OslMapTable()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/tables/
H A Dtbfadt.c192 UINT16 Length; member
450 UINT32 Length; in AcpiTbParseFadt() local
469 Length = FadtDesc->Length; in AcpiTbParseFadt()
475 (void) AcpiTbVerifyChecksum (Table, Length); in AcpiTbParseFadt()
479 AcpiTbCreateLocalFadt (Table, Length); in AcpiTbParseFadt()
533 UINT32 Length) in AcpiTbCreateLocalFadt() argument
541 if (Length > sizeof (ACPI_TABLE_FADT)) in AcpiTbCreateLocalFadt()
628 UINT8 Length; in AcpiTbConvertFadt() local
687 Length = *ACPI_ADD_PTR (UINT8, in AcpiTbConvertFadt()
778 if (!Address64->Address || !Length) in AcpiTbConvertFadt()
[all …]
H A Dtbutils.c238 if (AcpiGbl_OriginalDsdtHeader.Length != AcpiGbl_DSDT->Length || in AcpiTbCheckDsdtHeader()
250 AcpiGbl_OriginalDsdtHeader.Length = AcpiGbl_DSDT->Length; in AcpiTbCheckDsdtHeader()
280 NewTable = ACPI_ALLOCATE (TableDesc->Length); in AcpiTbCopyDsdt()
284 TableDesc->Length)); in AcpiTbCopyDsdt()
298 NewTable->Length)); in AcpiTbCopyDsdt()
394 UINT32 Length; in AcpiTbParseRootTable() local
456 Length = Table->Length; in AcpiTbParseRootTable()
466 Table = AcpiOsMapMemory (Address, Length); in AcpiTbParseRootTable()
474 Status = AcpiTbVerifyChecksum (Table, Length); in AcpiTbParseRootTable()
477 AcpiOsUnmapMemory (Table, Length); in AcpiTbParseRootTable()
[all …]
H A Dtbprint.c165 ACPI_SIZE Length);
190 ACPI_SIZE Length) in AcpiTbFixString() argument
193 while (Length && *String) in AcpiTbFixString()
201 Length--; in AcpiTbFixString()
262 Header->Length)); in AcpiTbPrintTableHeader()
276 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Length : 20, in AcpiTbPrintTableHeader()
290 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId, in AcpiTbPrintTableHeader()
314 UINT32 Length) in AcpiTbVerifyChecksum() argument
332 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length); in AcpiTbVerifyChecksum()
369 UINT32 Length) in AcpiTbChecksum() argument
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DBaseMemoryLib.h38 IN UINTN Length
59 IN UINTN Length,
86 IN UINTN Length,
113 IN UINTN Length,
140 IN UINTN Length,
167 IN UINTN Length,
189 IN UINTN Length
219 IN UINTN Length
245 IN UINTN Length,
274 IN UINTN Length,
[all …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dasloffset.c206 UINT32 Length; in LsAmlOffsetWalk() local
252 Length = Op->Asl.FinalAmlLength; in LsAmlOffsetWalk()
263 DataOffset = AslGbl_CurrentAmlOffset + Length + in LsAmlOffsetWalk()
310 AslGbl_CurrentAmlOffset += Length; in LsAmlOffsetWalk()
317 Length = Op->Asl.FinalAmlLength; in LsAmlOffsetWalk()
328 DataOffset = AslGbl_CurrentAmlOffset + Length + in LsAmlOffsetWalk()
352 AslGbl_CurrentAmlOffset += Length; in LsAmlOffsetWalk()
364 Length = Op->Asl.FinalAmlLength; in LsAmlOffsetWalk()
391 Length = Op->Asl.FinalAmlLength; in LsAmlOffsetWalk()
416 Length = Op->Asl.FinalAmlLength; in LsAmlOffsetWalk()
[all …]
H A Ddtio.c182 UINT32 Length);
230 ACPI_SIZE Length; in DtTrim() local
291 ReturnString[Length] = 0; in DtTrim()
323 UINT32 Length; in DtParseLine() local
380 strncpy (TmpName, Start, Length); in DtParseLine()
948 UINT32 Length) in DtDumpBuffer() argument
956 Offset, Offset, Length); in DtDumpBuffer()
959 while (i < Length) in DtDumpBuffer()
970 if (i + j >= Length) in DtDumpBuffer()
986 if (i + j >= Length) in DtDumpBuffer()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsmisc.c293 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
302 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
311 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
321 Resource->Length = Resource->Length + (Info->Value * ItemCount); in AcpiRsConvertAmlToResource()
346 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
354 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
364 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
370 Resource->Length = Resource->Length + Info->Value; in AcpiRsConvertAmlToResource()
470 Resource->Length += in AcpiRsConvertAmlToResource()
483 Resource->Length += in AcpiRsConvertAmlToResource()
[all …]
H A Drscreate.c279 AmlBufferLength = AmlBuffer->Buffer.Length; in ACPI_EXPORT_SYMBOL()
315 OutputBuffer->Pointer, (UINT32) OutputBuffer->Length)); in ACPI_EXPORT_SYMBOL()
402 Buffer += UserPrt->Length; in AcpiRsCreatePciRoutingTable()
410 UserPrt->Length = (sizeof (ACPI_PCI_ROUTING_TABLE) - 4); in AcpiRsCreatePciRoutingTable()
477 PathBuffer.Length = OutputBuffer->Length - in AcpiRsCreatePciRoutingTable()
502 UserPrt->Length += ObjDesc->String.Length + 1; in AcpiRsCreatePciRoutingTable()
512 UserPrt->Length += sizeof (UINT32); in AcpiRsCreatePciRoutingTable()
526 UserPrt->Length = (UINT32) ACPI_ROUND_UP_TO_64BIT (UserPrt->Length); in AcpiRsCreatePciRoutingTable()
547 OutputBuffer->Pointer, (UINT32) OutputBuffer->Length)); in AcpiRsCreatePciRoutingTable()
589 ResourceList->Pointer, ResourceList->Length, &AmlSizeNeeded); in AcpiRsCreateAmlResources()
[all …]
H A Drsdump.c197 UINT16 Length,
202 UINT16 Length,
207 UINT8 Length,
212 UINT8 Length,
289 if (!ResourceList->Length) in AcpiRsDumpResourceList()
779 UINT16 Length, in AcpiRsDumpByteList() argument
785 for (i = 0; i < Length; i++) in AcpiRsDumpByteList()
793 UINT8 Length, in AcpiRsDumpShortByteList() argument
799 for (i = 0; i < Length; i++) in AcpiRsDumpShortByteList()
815 for (i = 0; i < Length; i++) in AcpiRsDumpDwordList()
[all …]
/dragonfly/sys/dev/acpica/Osd/
H A DOsdMemory.c85 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) in _AcpiOsMapMemory()
91 map = pmap_mapdev((vm_offset_t)Where, Length); in _AcpiOsMapMemory()
108 track->size = Length; in _AcpiOsMapMemory()
123 _AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Length, in _AcpiOsUnmapMemory() argument
127 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Length) in _AcpiOsUnmapMemory()
164 LogicalAddress, (intmax_t)Length, in _AcpiOsUnmapMemory()
184 LogicalAddress, (intmax_t)Length, in _AcpiOsUnmapMemory()
189 LogicalAddress, (intmax_t)Length); in _AcpiOsUnmapMemory()
195 __func__, LogicalAddress, (uintmax_t)Length, in _AcpiOsUnmapMemory()
217 AcpiOsReadable (void *Pointer, ACPI_SIZE Length) in AcpiOsReadable() argument
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsconvert.c205 if (OriginalObject->Buffer.Length > 8) in AcpiNsConvertToInteger()
254 ACPI_SIZE Length; in AcpiNsConvertToString() local
294 Length = 0; in AcpiNsConvertToString()
295 while ((Length < OriginalObject->Buffer.Length) && in AcpiNsConvertToString()
298 Length++; in AcpiNsConvertToString()
303 NewObject = AcpiUtCreateStringObject (Length); in AcpiNsConvertToString()
314 OriginalObject->Buffer.Pointer, Length); in AcpiNsConvertToString()
375 (OriginalObject->String.Length); in AcpiNsConvertToBuffer()
474 if (OriginalObject->Buffer.Length < 2) in AcpiNsConvertToUnicode()
502 for (i = 0; i < OriginalObject->String.Length; i++) in AcpiNsConvertToUnicode()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmresrcs.c182 UINT32 Length, in AcpiDmIrqDescriptor() argument
192 if (Length & 1) in AcpiDmIrqDescriptor()
229 UINT32 Length, in AcpiDmDmaDescriptor() argument
268 UINT32 Length, in AcpiDmFixedDmaDescriptor() argument
314 UINT32 Length, in AcpiDmIoDescriptor() argument
361 UINT32 Length, in AcpiDmFixedIoDescriptor() argument
401 UINT32 Length, in AcpiDmStartDependentDescriptor() argument
407 if (Length & 1) in AcpiDmStartDependentDescriptor()
442 UINT32 Length, in AcpiDmEndDependentDescriptor() argument
472 UINT32 Length, in AcpiDmVendorSmallDescriptor() argument
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/IndustryStandard/
H A DAcpi60.h64 UINT32 Length; member
81 UINT32 Length; member
237 UINT32 Length; member
329 UINT8 Length; member
345 UINT8 Length; member
357 UINT8 Length; member
369 UINT8 Length; member
393 UINT8 Length; member
403 UINT8 Length; member
414 UINT8 Length; member
[all …]

12345678910>>...12