Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsnames.c308 ACPI_SIZE RequiredSize; in AcpiNsHandleToPathname() local
322 RequiredSize = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsHandleToPathname()
323 if (!RequiredSize) in AcpiNsHandleToPathname()
330 Status = AcpiUtInitializeBuffer (Buffer, RequiredSize); in AcpiNsHandleToPathname()
339 RequiredSize, NoTrailing); in AcpiNsHandleToPathname()
342 (char *) Buffer->Pointer, (UINT32) RequiredSize)); in AcpiNsHandleToPathname()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmrestag.c748 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
796 RequiredSize = AcpiNsBuildNormalizedPath (BufferNode, NULL, 0, FALSE); in AcpiGetTagPathname()
797 if (!RequiredSize) in AcpiGetTagPathname()
802 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
809 RequiredSize, FALSE); in AcpiGetTagPathname()