/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | uttrack.c | 457 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local 460 Element = AcpiGbl_GlobalList->ListHead; in AcpiUtFindAllocation() 461 if (!Element) in AcpiUtFindAllocation() 473 while (Element > Allocation) in AcpiUtFindAllocation() 477 if (!Element->Next) in AcpiUtFindAllocation() 479 return (Element); in AcpiUtFindAllocation() 482 Element = Element->Next; in AcpiUtFindAllocation() 485 if (Element == Allocation) in AcpiUtFindAllocation() 487 return (Element); in AcpiUtFindAllocation() 490 return (Element->Previous); in AcpiUtFindAllocation() [all …]
|
/illumos-gate/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; typedef 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 | 2502 void L_Insert(Element *Node, Head *HeadNode) 2522 void L_Remove(Element *Node, Head *HeadNode) 2524 Element *traverse = NULL; 2525 Element *prevnode = NULL;
|
/illumos-gate/usr/src/common/acpica/dispatcher/ |
H A D | dspkginit.c | 169 ACPI_OPERAND_OBJECT **Element); 524 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local 536 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement() 547 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement() 549 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement() 577 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement() 616 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement() 617 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement() 618 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement() 670 AcpiUtRemoveReference (Element); in AcpiDsResolvePackageElement()
|
/illumos-gate/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()
|
/illumos-gate/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 | 49 public int walk(Element elem, Value val, Object user) in walk()
|
H A D | Makefile | 36 Element.java \
|
H A D | Component.java | 34 public class Component extends Element
|
H A D | Pool.java | 36 public class Pool extends Element {
|
H A D | Resource.java | 35 public class Resource extends Element
|
H A D | Configuration.java | 38 public class Configuration extends Element
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.msg | 123 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\
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 455 … sent to FW; Once FW finishes handling it, an \myindex{EQE} [Event Queue Element] will be placed i…
|