Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H 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()