Element
void L_Insert(Element *Node, Head *HeadNode)
void L_Remove(Element *Node, Head *HeadNode)
Element *traverse = NULL;
Element *prevnode = NULL;
Element *datalist;
datalist = (Element *)malloc(sizeof(Element));
printf( gettext("Are you sure you want to delete the entire branch rooted at %s? [no]\n"), (char *)((Element *)(((Head *)&HeadNode)->first))->data);
struct Element *right;
struct Element *left;
Element *first;
Element *last;
void L_Insert(Element *Node, Head *HeadNode);
void L_Remove(Element *Node, Head *HeadNode);
Element elem) throws PoolsException, StaleMonitorException
public double calculate(Configuration conf, Move move, Element elem)
Element elem) throws PoolsException, StaleMonitorException;
private void checkShort(ResourceMonitor mon, Element elem, double val)
Element elem) throws PoolsException;
Element elem) throws PoolsException, StaleMonitorException
public double calculate(Configuration conf, Move move, Element elem)
public double calculate(Configuration conf, Move move, Element elem)
public double calculate(Configuration conf, Move move, Element elem)
import com.sun.solaris.service.pools.Element;
public Set getObjectives(Element elem);
private boolean hasNonWorkloadDependentObjectives(Element elem)
private boolean hasWorkloadDependentObjectives(Element elem)
Element elem = (Element) objIt.next();
Element elem = (Element) objIt.next();
public Set getObjectives(Element elem)
public class Component extends Element
public class Configuration extends Element
public int walk(Element elem, Value val, Object user)
public class Pool extends Element {
public int walk(Element elem, Value val, Object user)
public class Resource extends Element
ACPI_OPERAND_OBJECT **Element);
ACPI_OPERAND_OBJECT *Element = *ElementPtr;
if (Element->Reference.Resolved)
ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */
Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml,
(char *) Element->Reference.Aml, NULL, &ExternalPath);
Element->Reference.Resolved = TRUE;
Element->Reference.Node = ResolvedNode;
Type = Element->Reference.Node->Type;
AcpiUtRemoveReference (Element);
ACPI_DEBUG_MEM_BLOCK *Element;
Element = AcpiGbl_GlobalList->ListHead;
if (!Element)
while (Element > Allocation)
if (!Element->Next)
return (Element);
Element = Element->Next;
if (Element == Allocation)
return (Element);
return (Element->Previous);
ACPI_DEBUG_MEM_BLOCK *Element;
Element = AcpiUtFindAllocation (Allocation);
if (Element == Allocation)
if (!Element)
Allocation->Next = Element->Next;
Allocation->Previous = Element;
if (Element->Next)
(Element->Next)->Previous = Allocation;
Element->Next = Allocation;
ACPI_DEBUG_MEM_BLOCK *Element;
Element = AcpiGbl_GlobalList->ListHead;
while (Element)
if ((Element->Component & Component) &&
((Module == NULL) || (0 == strcmp (Module, Element->Module))))
ACPI_DESCRIPTOR, &Element->UserSpace);
if (Element->Size < sizeof (ACPI_COMMON_DESCRIPTOR))
Descriptor, Element->Size, Element->Module,
Element->Line);
Descriptor, Element->Size, Element->Module,
Element->Line, AcpiUtGetDescriptorName (Descriptor));
if (Element->Size == sizeof (ACPI_OPERAND_OBJECT))
if (Element->Size == sizeof (ACPI_PARSE_OBJECT))
if (Element->Size == sizeof (ACPI_NAMESPACE_NODE))
Element = Element->Next;