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

  /src/sys/external/bsd/acpica/dist/executer/
exnames.c 395 UINT32 NumSegments;
501 NumSegments = *AmlAddress;
504 PrefixCount, NumSegments);
516 while (NumSegments &&
520 NumSegments--;
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 453 UINT32 NumSegments;
529 NumSegments = 0;
644 NumSegments = 0;
660 NumSegments = 2;
676 NumSegments = (UINT32) (UINT8) *Path;
681 NumSegments, Flags));
689 NumSegments = 1;
696 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
711 while (NumSegments && CurrentNode)
713 NumSegments--
    [all...]
nsutils.c 303 Info->NumSegments = 0;
344 Info->NumSegments = 1;
349 Info->NumSegments++;
354 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) +
378 UINT32 NumSegments = Info->NumSegments;
394 if (NumSegments <= 1)
398 else if (NumSegments == 2)
406 InternalName[2] = (char) NumSegments;
425 if (NumSegments <= 1
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 401 UINT32 NumSegments;

Completed in 167 milliseconds