Home
last modified time | relevance | path

Searched refs:RequiredSize (Results 1 – 2 of 2) sorted by relevance

/third_party/lib/acpica/source/components/namespace/
A Dnsnames.c135 ACPI_SIZE RequiredSize; in AcpiNsHandleToPathname() local
149 RequiredSize = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsHandleToPathname()
150 if (!RequiredSize) in AcpiNsHandleToPathname()
157 Status = AcpiUtInitializeBuffer (Buffer, RequiredSize); in AcpiNsHandleToPathname()
166 RequiredSize, NoTrailing); in AcpiNsHandleToPathname()
173 (char *) Buffer->Pointer, (UINT32) RequiredSize)); in AcpiNsHandleToPathname()
/third_party/lib/acpica/source/common/
A Ddmrestag.c605 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
653 RequiredSize = AcpiNsBuildNormalizedPath (BufferNode, NULL, 0, FALSE); in AcpiGetTagPathname()
654 if (!RequiredSize) in AcpiGetTagPathname()
659 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
666 RequiredSize, FALSE); in AcpiGetTagPathname()

Completed in 4 milliseconds