Home
last modified time | relevance | path

Searched refs:ACPI_PATH_SEGMENT_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslopt.c348 MaxCommonSegments = TargetPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
351 MaxCommonSegments = CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
364 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
422 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()
434 Index -= ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsnames.c261 Status = AcpiUtInitializeBuffer (Buffer, ACPI_PATH_SEGMENT_LENGTH); in AcpiNsHandleToName()
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmrestag.c813 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); in AcpiGetTagPathname()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactypes.h524 #define ACPI_PATH_SEGMENT_LENGTH 5 /* 4 chars for name + 1 char for separator */ macro