| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 181 ACPI_SIZE Size, 249 ACPI_SIZE Size, in AcpiUtAllocateAndTrack() argument 260 if (!Size) in AcpiUtAllocateAndTrack() 264 Size = 1; in AcpiUtAllocateAndTrack() 287 AcpiGbl_GlobalList->TotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack() 318 ACPI_SIZE Size, in AcpiUtAllocateZeroedAndTrack() argument 329 if (!Size) in AcpiUtAllocateZeroedAndTrack() 333 Size = 1; in AcpiUtAllocateZeroedAndTrack() 337 Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateZeroedAndTrack() 514 ACPI_SIZE Size, in AcpiUtTrackAllocation() argument [all …]
|
| H A D | utalloc.c | 177 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed() 190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
|
| H A D | utobject.c | 625 ACPI_SIZE Size; in AcpiUtGetSimpleObjectSize() local 696 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize() 697 if (!Size) in AcpiUtGetSimpleObjectSize() 702 Length += ACPI_ROUND_UP_TO_NATIVE_WORD (Size); in AcpiUtGetSimpleObjectSize()
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 208 ACPI_SIZE Size; in AcpiNsGetPathnameLength() local 221 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE); in AcpiNsGetPathnameLength() 222 return (Size); in AcpiNsGetPathnameLength() 380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 382 if ((Length) < (Size)) \ in AcpiNsBuildNormalizedPath() 480 ACPI_SIZE Size; in AcpiNsGetNormalizedPathname() local 488 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsGetNormalizedPathname() 489 if (!Size) in AcpiNsGetNormalizedPathname() 496 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname() 500 "Could not allocate %u bytes", (UINT32) Size)); in AcpiNsGetNormalizedPathname() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslsupport.y | 172 unsigned int Size) 178 "\nAslLocalAllocate: Expanding Stack to %u\n\n", Size); 180 Mem = ACPI_ALLOCATE_ZEROED (Size);
|
| H A D | aslallocate.c | 180 UINT32 Size) in UtLocalCalloc() argument 185 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc() 198 AslGbl_TotalAllocated += Size; in UtLocalCalloc()
|
| H A D | cvcompiler.c | 932 UINT32 Size = 0; in CvAppendInlineComment() local 945 Size = strlen (ToAdd); in CvAppendInlineComment() 946 Size += strlen (InlineComment); in CvAppendInlineComment() 947 Str = UtLocalCacheCalloc (Size + 1); in CvAppendInlineComment() 951 Str[Size +1] = 0; in CvAppendInlineComment()
|
| H A D | aslparser.y | 175 unsigned int Size);
|
| H A D | dtcompilerparser.y | 159 void * AslLocalAllocate (unsigned int Size);
|
| H A D | aslresource.c | 530 UINT32 Size) in RsAllocateResourceNode() argument 541 Rnode->Buffer = UtLocalCalloc (Size); in RsAllocateResourceNode() 542 Rnode->BufferLength = Size; in RsAllocateResourceNode()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 324 ACPI_SIZE Size, 331 ACPI_SIZE Size, 394 ACPI_SIZE Size, 401 ACPI_SIZE Size, 427 ACPI_SIZE Size,
|
| H A D | acpiosxf.h | 343 ACPI_SIZE Size); 349 ACPI_SIZE Size); 369 ACPI_SIZE Size);
|
| /f-stack/freebsd/contrib/edk2/Include/Uefi/ |
| H A D | UefiBaseType.h | 199 #define EFI_SIZE_TO_PAGES(Size) (((Size) >> EFI_PAGE_SHIFT) + (((Size) & EFI_PAGE_MASK) ? 1 : 0)) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | xen.txt | 24 Name | Size | Description 32 xen,uefi-mmap-size | 32-bit | Size in bytes of the UEFI memory map 35 xen,uefi-mmap-desc-size | 32-bit | Size in bytes of each entry in the UEFI
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,k3-dsp-rproc.yaml | 95 - description: Address and Size of the L2 SRAM internal memory region 96 - description: Address and Size of the L1 PRAM internal memory region 97 - description: Address and Size of the L1 DRAM internal memory region 113 - description: Address and Size of the L2 SRAM internal memory region 114 - description: Address and Size of the L1 DRAM internal memory region
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_03.T.out | 2 Type InUse MemUse HighUse Requests Size(s)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | l2cache.txt | 49 - cache-size : Size of the entire L2 cache 51 - cache-line-size : Size of L2 cache lines
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrc.c | 528 DeclaredBufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate() 539 BufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate()
|
| /f-stack/freebsd/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 732 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 740 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 838 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField() 986 Arg->Common.Value.Size = (UINT32) in AcpiPsGetNextArg()
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 962 UINT32 Size; in AcpiDbCreateExecutionThreads() local 1025 Size = sizeof (ACPI_THREAD_ID) * AcpiGbl_DbMethodInfo.NumThreads; in AcpiDbCreateExecutionThreads() 1027 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads() 1036 memset (AcpiGbl_DbMethodInfo.Threads, 0, Size); in AcpiDbCreateExecutionThreads()
|
| H A D | dbdisply.c | 317 UINT32 Size; in AcpiDbDecodeAndDisplayObject() local 421 Size = 16; in AcpiDbDecodeAndDisplayObject() 424 Size = 64; in AcpiDbDecodeAndDisplayObject() 429 AcpiUtDebugDumpBuffer (ObjPtr, Size, Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-altera.txt | 17 - fifo-size : Size of the RX and TX FIFOs in bytes.
|
| /f-stack/freebsd/sys/ |
| H A D | elf_generic.h | 80 __ElfType(Size);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal.txt | 35 Size: one cell nodes with only one sensor, and at least 1 on nodes 64 Size: one cell to specify minimum and maximum cooling state used 80 Size: one cell 84 Size: one cell 112 Size: one cell The contribution is a ratio of the sum 131 Size: one cell 135 Size: one cell 163 Size: one cell control temperature. For reference, the
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsfield.c | 471 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames() 566 Info->FieldBitLength = Arg->Common.Value.Size; in AcpiDsGetFieldNames() 598 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames()
|