Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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.c418 UINT32 NumCarats; in AcpiNsLookup() local
541 NumCarats = 0; in AcpiNsLookup()
556 NumCarats++; in AcpiNsLookup()
583 AcpiUtGetNodeName (ThisNode), NumCarats)); in AcpiNsLookup()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslopt.c326 UINT32 NumCarats; in OptBuildShortestPath() local
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
409 ACPI_ALLOCATE_ZEROED (TargetPath->Length + NumCarats + 1); in OptBuildShortestPath()
413 for (i = 0; i < NumCarats; i++) in OptBuildShortestPath()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h401 UINT32 NumCarats; member