Searched refs:Element (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 461 if (!Element) in AcpiUtFindAllocation() 477 if (!Element->Next) in AcpiUtFindAllocation() 479 return (Element); in AcpiUtFindAllocation() 482 Element = Element->Next; in AcpiUtFindAllocation() 487 return (Element); in AcpiUtFindAllocation() 562 if (!Element) in AcpiUtTrackAllocation() 584 if (Element->Next) in AcpiUtTrackAllocation() 784 while (Element) in AcpiUtDumpAllocations() 796 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() 807 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dspkginit.c | 169 ACPI_OPERAND_OBJECT **Element); 550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local 562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement() 573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement() 575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement() 603 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement() 642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement() 643 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement() 644 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement() 696 AcpiUtRemoveReference (Element); in AcpiDsResolvePackageElement()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 303 Set-summary Element Insertion 320 Set-summary Element Lookup 372 Set-summary Element Delete
|