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

/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnsutils.c267 Info->NumSegments = 0;
308 Info->NumSegments = 1;
313 Info->NumSegments++;
318 Info->Length = (ACPI_NAME_SIZE * Info->NumSegments) +
342 UINT32 NumSegments = Info->NumSegments; local
358 if (NumSegments <= 1)
362 else if (NumSegments == 2)
370 InternalName[2] = (char) NumSegments;
389 if (NumSegments <
549 UINT32 NumSegments = 0; local
[all...]
H A Dnsaccess.c377 UINT32 NumSegments; local
452 NumSegments = 0;
557 NumSegments = 0;
573 NumSegments = 2;
589 NumSegments = (UINT32) (UINT8) *Path;
594 NumSegments, Flags));
602 NumSegments = 1;
609 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
623 while (NumSegments && CurrentNode)
625 NumSegments
[all...]
H A Dnsdump.c163 * PARAMETERS: NumSegments - Number of ACPI name segments
174 UINT32 NumSegments,
194 while (NumSegments)
204 NumSegments--;
205 if (NumSegments)
173 AcpiNsPrintPathname( UINT32 NumSegments, const char *Pathname) argument
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexnames.c362 UINT32 NumSegments; local
468 NumSegments = *AmlAddress;
471 PrefixCount, NumSegments);
483 while (NumSegments &&
487 NumSegments--;
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacnamesp.h339 UINT32 NumSegments,
H A Daclocal.h364 UINT32 NumSegments; member in struct:acpi_namestring_info

Completed in 100 milliseconds