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 287 UINT32 NumSegments;
393 NumSegments = *AmlAddress;
396 PrefixCount, NumSegments);
408 while (NumSegments &&
412 NumSegments--;
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 345 UINT32 NumSegments;
421 NumSegments = 0;
536 NumSegments = 0;
552 NumSegments = 2;
568 NumSegments = (UINT32) (UINT8) *Path;
573 NumSegments, Flags));
581 NumSegments = 1;
588 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
603 while (NumSegments && CurrentNode)
605 NumSegments--
    [all...]
nsutils.c 195 Info->NumSegments = 0;
236 Info->NumSegments = 1;
241 Info->NumSegments++;
246 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) +
270 UINT32 NumSegments = Info->NumSegments;
286 if (NumSegments <= 1)
290 else if (NumSegments == 2)
298 InternalName[2] = (char) NumSegments;
317 if (NumSegments <= 1
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 293 UINT32 NumSegments;

Completed in 22 milliseconds