Searched refs:PrefixCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c56 UINT32 PrefixCount,
69 * PARAMETERS: PrefixCount - Count of parent levels. Special cases:
83 UINT32 PrefixCount,
98 if (PrefixCount == ACPI_UINT32_MAX)
106 SizeNeeded = PrefixCount + (ACPI_NAME_SIZE * NumNameSegs) + 2 + 1;
125 if (PrefixCount == ACPI_UINT32_MAX)
131 while (PrefixCount--)
290 UINT32 PrefixCount = 0; local
331 PrefixCount = ACPI_UINT32_MAX;
345 PrefixCount
82 AcpiExAllocateNameString( UINT32 PrefixCount, UINT32 NumNameSegs) argument
[all...]

Completed in 49 milliseconds