HomeSort by: relevance | last modified time | path
    Searched defs:PrefixCount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exnames.c 164 UINT32 PrefixCount,
177 * PARAMETERS: PrefixCount - Count of parent levels. Special cases:
191 UINT32 PrefixCount,
206 if (PrefixCount == ACPI_UINT32_MAX)
214 SizeNeeded = PrefixCount + (ACPI_NAMESEG_SIZE * NumNameSegs) + 2 + 1;
233 if (PrefixCount == ACPI_UINT32_MAX)
239 while (PrefixCount--)
396 UINT32 PrefixCount = 0;
437 PrefixCount = ACPI_UINT32_MAX;
451 PrefixCount++
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h 316 UINT32 PrefixCount;

Completed in 15 milliseconds