Home
last modified time | relevance | path

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

/acpica-latest/source/components/namespace/
Dnsnames.c302 ACPI_SIZE RequiredSize; in AcpiNsHandleToPathname() local
316 RequiredSize = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsHandleToPathname()
317 if (!RequiredSize) in AcpiNsHandleToPathname()
324 Status = AcpiUtInitializeBuffer (Buffer, RequiredSize); in AcpiNsHandleToPathname()
333 (UINT32) RequiredSize, NoTrailing); in AcpiNsHandleToPathname()
336 (char *) Buffer->Pointer, (UINT32) RequiredSize)); in AcpiNsHandleToPathname()
/acpica-latest/source/common/
Ddmrestag.c767 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
816 RequiredSize = AcpiNsBuildNormalizedPath (BufferNode, NULL, 0, FALSE); in AcpiGetTagPathname()
817 if (!RequiredSize) in AcpiGetTagPathname()
822 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
829 RequiredSize, FALSE); in AcpiGetTagPathname()
844 PathnameEnd = Pathname + (RequiredSize - ACPI_NAMESEG_SIZE - 1); in AcpiGetTagPathname()