Home
last modified time | relevance | path

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

12345678

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump2.c253 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
266 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
272 Length = IortNode->Length - NodeOffset; in AcpiDmDumpIort()
645 UINT32 Length = Table->Length; in AcpiDmDumpLpit() local
718 UINT32 Length = Table->Length; in AcpiDmDumpMadt() local
1315 Length = Subtable->Length - in AcpiDmDumpNfit()
1382 UINT32 Length = Table->Length; in AcpiDmDumpPcct() local
1481 UINT32 Length = Table->Length; in AcpiDmDumpPdtt() local
1537 UINT32 Length = Table->Length; in AcpiDmDumpPmtt() local
1801 if (Subtable->Length < Length) in AcpiDmDumpPptt()
[all …]
H A Ddmtbdump1.c352 UINT32 Length = Table->Length; in AcpiDmDumpCpep() local
407 UINT32 Length = Table->Length; in AcpiDmDumpCsrt() local
490 Subtable->Length); in AcpiDmDumpCsrt()
514 UINT32 Length = Table->Length; in AcpiDmDumpDbg2() local
632 UINT32 Length = Table->Length; in AcpiDmDumpDmar() local
901 UINT32 Length = Table->Length; in AcpiDmDumpEinj() local
954 UINT32 Length = Table->Length; in AcpiDmDumpErst() local
1007 UINT32 Length = Table->Length; in AcpiDmDumpFpdt() local
1092 UINT32 Length = Table->Length; in AcpiDmDumpGtdt() local
1228 UINT32 Length = Table->Length; in AcpiDmDumpHest() local
[all …]
H A Ddmtbdump.c193 UINT32 Length, in AcpiDmDumpBuffer() argument
201 if (!Length) in AcpiDmDumpBuffer()
209 while (i < Length) in AcpiDmDumpBuffer()
215 if (Length > 16) in AcpiDmDumpBuffer()
255 UINT32 Length; in AcpiDmDumpUnicode() local
264 for (i = 0; i < Length; i += 2) in AcpiDmDumpUnicode()
328 return (Length); in AcpiDmDumpRsdp()
345 Length = Rsdp->Length; in AcpiDmDumpRsdp()
349 return (Length); in AcpiDmDumpRsdp()
364 return (Length); in AcpiDmDumpRsdp()
[all …]
H A Ddmtbdump3.c232 if (Offset >= Table->Length) in AcpiDmDumpSlit()
297 while (Offset < Table->Length) in AcpiDmDumpSrat()
347 if (!Subtable->Length) in AcpiDmDumpSrat()
357 Subtable->Length, InfoTable); in AcpiDmDumpSrat()
366 Offset += Subtable->Length; in AcpiDmDumpSrat()
368 Subtable->Length); in AcpiDmDumpSrat()
393 UINT32 Length = Table->Length; in AcpiDmDumpStao() local
408 while (Offset < Table->Length) in AcpiDmDumpStao()
636 while (Offset < Table->Length) in AcpiDmDumpVrtc()
689 while (Offset < Table->Length) in AcpiDmDumpWdat()
[all …]
/f-stack/freebsd/contrib/dev/acpica/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 …]
H A Dexoparg2.c394 ACPI_SIZE Length = 0; in AcpiExOpcode_2A_1T_1R() local
463 while ((Length < Operand[0]->Buffer.Length) && /* Length of input buffer */ in AcpiExOpcode_2A_1T_1R()
467 Length++; in AcpiExOpcode_2A_1T_1R()
472 ReturnDesc = AcpiUtCreateStringObject (Length); in AcpiExOpcode_2A_1T_1R()
484 Operand[0]->Buffer.Pointer, Length); in AcpiExOpcode_2A_1T_1R()
520 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_2A_1T_1R()
522 Length = Operand[0]->String.Length; in AcpiExOpcode_2A_1T_1R()
533 if (Index >= Operand[0]->Buffer.Length) in AcpiExOpcode_2A_1T_1R()
535 Length = Operand[0]->Buffer.Length; in AcpiExOpcode_2A_1T_1R()
548 Length = Operand[0]->Package.Count; in AcpiExOpcode_2A_1T_1R()
[all …]
H A Dexregion.c192 UINT32 Length; in AcpiExSystemMemorySpaceHandler() local
209 Length = 1; in AcpiExSystemMemorySpaceHandler()
214 Length = 2; in AcpiExSystemMemorySpaceHandler()
219 Length = 4; in AcpiExSystemMemorySpaceHandler()
224 Length = 8; in AcpiExSystemMemorySpaceHandler()
239 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler()
252 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)) in AcpiExSystemMemorySpaceHandler()
273 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length) in AcpiExSystemMemorySpaceHandler()
289 ACPI_FORMAT_UINT64(Address), Length)); in AcpiExSystemMemorySpaceHandler()
299 ((MemInfo->Address + MemInfo->Length) - Address); in AcpiExSystemMemorySpaceHandler()
[all …]
/f-stack/freebsd/contrib/dev/acpica/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 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 …]
H A Dutobject.c405 BufferDesc->Buffer.Length = (UINT32) BufferSize; in AcpiUtCreateBufferObject()
463 StringDesc->String.Length = (UINT32) StringSize; in AcpiUtCreateStringObject()
624 ACPI_SIZE Length; in AcpiUtGetSimpleObjectSize() local
634 Length = sizeof (ACPI_OBJECT); in AcpiUtGetSimpleObjectSize()
671 Length += (ACPI_SIZE) InternalObject->String.Length + 1; in AcpiUtGetSimpleObjectSize()
676 Length += (ACPI_SIZE) InternalObject->Buffer.Length; in AcpiUtGetSimpleObjectSize()
736 *ObjLength = ACPI_ROUND_UP_TO_NATIVE_WORD (Length); in AcpiUtGetSimpleObjectSize()
778 Info->Length += ObjectSpace; in AcpiUtGetElementLength()
829 Info.Length = 0; in AcpiUtGetPackageObjectSize()
845 Info.Length += ACPI_ROUND_UP_TO_NATIVE_WORD ( in AcpiUtGetPackageObjectSize()
[all …]
/f-stack/freebsd/contrib/edk2/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 …]
/f-stack/freebsd/contrib/dev/acpica/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()
275 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Length : 20, in AcpiTbPrintTableHeader()
289 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId, in AcpiTbPrintTableHeader()
313 UINT32 Length) in AcpiTbVerifyChecksum() argument
331 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length); in AcpiTbVerifyChecksum()
368 UINT32 Length) in AcpiTbChecksum() argument
[all …]
/f-stack/freebsd/contrib/dev/acpica/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 …]
H A Daslopt.c244 TargetPath->Length - ACPI_NAMESEG_SIZE]); in OptSearchToRoot()
349 if (CurrentPath->Length < TargetPath->Length) in OptBuildShortestPath()
388 if (CurrentPath->Length == TargetPath->Length) in OptBuildShortestPath()
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
409 UtLocalCacheCalloc (TargetPath->Length + NumCarats + 1); in OptBuildShortestPath()
427 (CurrentPath->Length > TargetPath->Length)) in OptBuildShortestPath()
448 if (Index > TargetPath->Length) in OptBuildShortestPath()
450 Index = TargetPath->Length; in OptBuildShortestPath()
773 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in OptOptimizeNamePath()
786 CurrentPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in OptOptimizeNamePath()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c180 UINT32 Length, in AcpiDmIrqDescriptor() argument
190 if (Length & 1) in AcpiDmIrqDescriptor()
227 UINT32 Length, in AcpiDmDmaDescriptor() argument
266 UINT32 Length, in AcpiDmFixedDmaDescriptor() argument
312 UINT32 Length, in AcpiDmIoDescriptor() argument
359 UINT32 Length, in AcpiDmFixedIoDescriptor() argument
399 UINT32 Length, in AcpiDmStartDependentDescriptor() argument
405 if (Length & 1) in AcpiDmStartDependentDescriptor()
440 UINT32 Length, in AcpiDmEndDependentDescriptor() argument
470 UINT32 Length, in AcpiDmVendorSmallDescriptor() argument
[all …]
/f-stack/freebsd/contrib/dev/acpica/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 …]
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsmisc.c283 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
292 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
301 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
311 Resource->Length = Resource->Length + (Info->Value * ItemCount); in AcpiRsConvertAmlToResource()
336 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
344 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
354 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
360 Resource->Length = Resource->Length + Info->Value; in AcpiRsConvertAmlToResource()
460 Resource->Length += in AcpiRsConvertAmlToResource()
473 Resource->Length += in AcpiRsConvertAmlToResource()
[all …]
H A Drsdump.c196 UINT16 Length,
201 UINT16 Length,
206 UINT8 Length,
211 UINT8 Length,
283 if (!ResourceList->Length) in AcpiRsDumpResourceList()
768 UINT16 Length, in AcpiRsDumpByteList() argument
774 for (i = 0; i < Length; i++) in AcpiRsDumpByteList()
782 UINT8 Length, in AcpiRsDumpShortByteList() argument
788 for (i = 0; i < Length; i++) in AcpiRsDumpShortByteList()
804 for (i = 0; i < Length; i++) in AcpiRsDumpDwordList()
[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 …]
/f-stack/freebsd/contrib/edk2/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 …]

12345678