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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsutils.c303 Info->NumSegments = 0;
344 Info->NumSegments = 1;
349 Info->NumSegments++;
354 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) +
378 UINT32 NumSegments = Info->NumSegments; local
394 if (NumSegments <= 1)
398 else if (NumSegments == 2)
406 InternalName[2] = (char) NumSegments;
425 if (NumSegments <
585 UINT32 NumSegments = 0; local
[all...]
H A Dnsaccess.c451 UINT32 NumSegments; local
527 NumSegments = 0;
642 NumSegments = 0;
658 NumSegments = 2;
674 NumSegments = (UINT32) (UINT8) *Path;
679 NumSegments, Flags));
687 NumSegments = 1;
694 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
709 while (NumSegments && CurrentNode)
711 NumSegments
[all...]
H A Dnsdump.c199 * PARAMETERS: NumSegments - Number of ACPI name segments
210 UINT32 NumSegments,
230 while (NumSegments)
240 NumSegments--;
241 if (NumSegments)
209 AcpiNsPrintPathname( UINT32 NumSegments, const char *Pathname) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexnames.c395 UINT32 NumSegments; local
501 NumSegments = *AmlAddress;
504 PrefixCount, NumSegments);
516 while (NumSegments &&
520 NumSegments--;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacnamesp.h388 UINT32 NumSegments,
H A Daclocal.h401 UINT32 NumSegments; member in struct:acpi_namestring_info

Completed in 106 milliseconds