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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h207 typedef struct Element { /* double-linked list data type */ struct
208 struct Element *right;
209 struct Element *left;
211 } Element; typedef in typeref:struct:Element
214 Element *first;
215 Element *last;
220 void L_Insert(Element *Node, Head *HeadNode);
221 void L_Remove(Element *Node, Head *HeadNode);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c328 * 2) Element was found. Returns Allocation parameter.
329 * 3) Element was not found. Returns position where it should be
351 ACPI_DEBUG_MEM_BLOCK *Element; local
354 Element = AcpiGbl_GlobalList->ListHead;
355 if (!Element)
367 while (Element > Allocation)
371 if (!Element->Next)
373 return (Element);
376 Element = Element
415 ACPI_DEBUG_MEM_BLOCK *Element; local
651 ACPI_DEBUG_MEM_BLOCK *Element; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java35 * The <code>Element</code> class represents a pools configuration
39 public abstract class Element implements Property, PropertyWalk class in inherits:Property,PropertyWalk
265 public int walk(Element elem, Value val, Object user)

Completed in 135 milliseconds