/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 351 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 D | ldaptool.h | 207 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 D | ldapdelete.c | 186 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 D | common.c | 2501 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 D | Solver.java | 35 import com.sun.solaris.service.pools.Element; 95 public Set getObjectives(Element elem); in getObjectives()
|
H A D | Objective.java | 81 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 D | SystemSolver.java | 306 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 D | Element.java | 39 public abstract class Element implements Property, PropertyWalk class 265 public int walk(Element elem, Value val, Object user) in walk()
|
H A D | PropertyWalk.java | 51 public int walk(Element elem, Value val, Object user) in walk()
|
H A D | Makefile | 36 Element.java \
|
H A D | Component.java | 36 public class Component extends Element
|
H A D | Pool.java | 38 public class Pool extends Element {
|
H A D | Resource.java | 37 public class Resource extends Element
|
H A D | Configuration.java | 40 public class Configuration extends Element
|
/titanic_44/usr/src/cmd/pools/poold/libjpool/ |
H A D | Makefile | 40 com.sun.solaris.service.pools.Element \
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.msg | 120 Element within capabilities section. By default, this is a\n\
|
H A D | dyn.msg | 151 Element within dynamic section. By default, this is a tag\n\
|
/titanic_44/ |
H A D | .gitignore | 1998 usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.class
|