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

/freebsd-12-stable/sys/contrib/dev/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.c452 UINT32 NumSegments; local
528 NumSegments = 0;
643 NumSegments = 0;
659 NumSegments = 2;
675 NumSegments = (UINT32) (UINT8) *Path;
680 NumSegments, Flags));
688 NumSegments = 1;
695 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
710 while (NumSegments && CurrentNode)
712 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
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c395 UINT32 NumSegments; local
501 NumSegments = *AmlAddress;
504 PrefixCount, NumSegments);
516 while (NumSegments &&
520 NumSegments--;
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h388 UINT32 NumSegments,
H A Daclocal.h401 UINT32 NumSegments; member in struct:acpi_namestring_info
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c512 * Cannot check for NumSegments == 0 because things like
518 if (Info.NumSegments > 255)

Completed in 122 milliseconds