Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 94) sorted by relevance

1234

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Duttrack.c181 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 Dutalloc.c177 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument
185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
H A Dutobject.c625 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 Dnsnames.c208 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 Daslsupport.y172 unsigned int Size)
178 "\nAslLocalAllocate: Expanding Stack to %u\n\n", Size);
180 Mem = ACPI_ALLOCATE_ZEROED (Size);
H A Daslallocate.c180 UINT32 Size) in UtLocalCalloc() argument
185 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc()
198 AslGbl_TotalAllocated += Size; in UtLocalCalloc()
H A Dcvcompiler.c932 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 Daslparser.y175 unsigned int Size);
H A Ddtcompilerparser.y159 void * AslLocalAllocate (unsigned int Size);
H A Daslresource.c530 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 Dacclib.h324 ACPI_SIZE Size,
331 ACPI_SIZE Size,
394 ACPI_SIZE Size,
401 ACPI_SIZE Size,
427 ACPI_SIZE Size,
H A Dacpiosxf.h343 ACPI_SIZE Size);
349 ACPI_SIZE Size);
369 ACPI_SIZE Size);
/f-stack/freebsd/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h199 #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 Dxen.txt24 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 Dti,k3-dsp-rproc.yaml95 - 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 Dtest_03.T.out2 Type InUse MemUse HighUse Requests Size(s)
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dl2cache.txt49 - 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 Ddmresrc.c528 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 Dpsargs.c732 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 Ddbexec.c962 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 Ddbdisply.c317 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 Di2c-altera.txt17 - fifo-size : Size of the RX and TX FIFOs in bytes.
/f-stack/freebsd/sys/
H A Delf_generic.h80 __ElfType(Size);
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt35 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 Ddsfield.c471 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames()
566 Info->FieldBitLength = Arg->Common.Value.Size; in AcpiDsGetFieldNames()
598 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames()

1234