Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A 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()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmrestag.c748 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
797 RequiredSize = AcpiNsBuildNormalizedPath (BufferNode, NULL, 0, FALSE); in AcpiGetTagPathname()
798 if (!RequiredSize) in AcpiGetTagPathname()
803 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
810 RequiredSize, FALSE); in AcpiGetTagPathname()
825 PathnameEnd = Pathname + (RequiredSize - ACPI_NAMESEG_SIZE - 1); in AcpiGetTagPathname()