Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptool.h207 typedef struct Element { /* double-linked list data type */ struct
208 struct Element *right; argument
209 struct Element *left; argument
211 } Element; argument
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c351 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local
415 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtTrackAllocation() local
651 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtDumpAllocations() local
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java39 public abstract class Element implements Property, PropertyWalk class