Home
last modified time | relevance | path

Searched refs:Element (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c351 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local
354 Element = AcpiGbl_GlobalList->ListHead; in AcpiUtFindAllocation()
355 if (!Element) in AcpiUtFindAllocation()
367 while (Element > Allocation) in AcpiUtFindAllocation()
371 if (!Element->Next) in AcpiUtFindAllocation()
373 return (Element); in AcpiUtFindAllocation()
376 Element = Element->Next; in AcpiUtFindAllocation()
379 if (Element == Allocation) in AcpiUtFindAllocation()
381 return (Element); in AcpiUtFindAllocation()
384 return (Element->Previous); in AcpiUtFindAllocation()
[all …]
/titanic_44/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
214 Element *first;
215 Element *last;
220 void L_Insert(Element *Node, Head *HeadNode);
221 void L_Remove(Element *Node, Head *HeadNode);
H A Dldapdelete.c186 Element *datalist; in dodelete()
204 datalist = (Element *)malloc(sizeof(Element)); in dodelete()
212 …e you want to delete the entire branch rooted at %s? [no]\n"), (char *)((Element *)(((Head *)&Head… in dodelete()
H A Dcommon.c2501 void L_Insert(Element *Node, Head *HeadNode)
2521 void L_Remove(Element *Node, Head *HeadNode)
2523 Element *traverse = NULL;
2524 Element *prevnode = NULL;
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSolver.java35 import com.sun.solaris.service.pools.Element;
95 public Set getObjectives(Element elem); in getObjectives()
H A DObjective.java81 public double calculate(Configuration conf, Move move, Element elem) in calculate()
120 Element elem) throws PoolsException, StaleMonitorException; in examine()
135 Element elem) throws PoolsException; in calculate()
353 Element elem) throws PoolsException, StaleMonitorException in examine()
513 public double calculate(Configuration conf, Move move, Element elem) in calculate()
956 public double calculate(Configuration conf, Move move, Element elem) in calculate()
1097 Element elem) throws PoolsException, StaleMonitorException in examine()
1180 public double calculate(Configuration conf, Move move, Element elem) in calculate()
1299 private void checkShort(ResourceMonitor mon, Element elem, double val) in checkShort()
H A DSystemSolver.java306 private boolean hasNonWorkloadDependentObjectives(Element elem) in hasNonWorkloadDependentObjectives()
333 private boolean hasWorkloadDependentObjectives(Element elem) in hasWorkloadDependentObjectives()
387 Element elem = (Element) objIt.next(); in examine()
559 Element elem = (Element) objIt.next(); in solve()
917 public Set getObjectives(Element elem) in getObjectives()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java39 public abstract class Element implements Property, PropertyWalk class
265 public int walk(Element elem, Value val, Object user) in walk()
H A DPropertyWalk.java51 public int walk(Element elem, Value val, Object user) in walk()
H A DMakefile36 Element.java \
H A DComponent.java36 public class Component extends Element
H A DPool.java38 public class Pool extends Element {
H A DResource.java37 public class Resource extends Element
H A DConfiguration.java40 public class Configuration extends Element
/titanic_44/usr/src/cmd/pools/poold/libjpool/
H A DMakefile40 com.sun.solaris.service.pools.Element \
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.msg120 Element within capabilities section. By default, this is a\n\
H A Ddyn.msg151 Element within dynamic section. By default, this is a tag\n\
/titanic_44/
H A D.gitignore1998 usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.class