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

  /src/sys/external/bsd/acpica/dist/namespace/
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...]
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...]
nsdump.c 90 * PARAMETERS: NumSegments - Number of ACPI name segments
101 UINT32 NumSegments,
121 while (NumSegments)
131 NumSegments--;
132 if (NumSegments)
  /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/include/
acnamesp.h 280 UINT32 NumSegments,
aclocal.h 293 UINT32 NumSegments;
  /src/sys/external/bsd/acpica/dist/compiler/
asltransform.c 404 * Cannot check for NumSegments == 0 because things like
410 if (Info.NumSegments > 255)

Completed in 48 milliseconds