Searched refs:NumNameSegs (Results 1 – 1 of 1) sorted by relevance
165 UINT32 NumNameSegs);192 UINT32 NumNameSegs) in AcpiExAllocateNameString() argument210 SizeNeeded = 1 + (ACPI_NAMESEG_SIZE * NumNameSegs) + 2 + 1; in AcpiExAllocateNameString()214 SizeNeeded = PrefixCount + (ACPI_NAMESEG_SIZE * NumNameSegs) + 2 + 1; in AcpiExAllocateNameString()248 if (NumNameSegs > 2) in AcpiExAllocateNameString()253 *TempPtr++ = (char) NumNameSegs; in AcpiExAllocateNameString()255 else if (2 == NumNameSegs) in AcpiExAllocateNameString()