Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsutils.c302 Info->NumCarats = 0; in AcpiNsGetInternalNameLength()
332 Info->NumCarats++; in AcpiNsGetInternalNameLength()
355 4 + Info->NumCarats; in AcpiNsGetInternalNameLength()
417 if (Info->NumCarats) in AcpiNsBuildInternalName()
419 for (i = 0; i < Info->NumCarats; i++) in AcpiNsBuildInternalName()
H A Dnsaccess.c453 UINT32 NumCarats; in AcpiNsLookup() local
579 NumCarats = 0; in AcpiNsLookup()
596 NumCarats++; in AcpiNsLookup()
625 AcpiUtGetNodeName (ThisNode), NumCarats)); in AcpiNsLookup()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopt.c326 UINT32 NumCarats; in OptBuildShortestPath() local
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
409 UtLocalCacheCalloc (TargetPath->Length + NumCarats + 1); in OptBuildShortestPath()
413 for (i = 0; i < NumCarats; i++) in OptBuildShortestPath()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h402 UINT32 NumCarats; member