/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | dttable2.c | 174 void **List) in DtCompileLpit() argument 179 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileLpit() 250 void **List) in DtCompileMadt() argument 255 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMadt() 404 void **List) in DtCompileMcfg() argument 409 Status = DtCompileTwoSubtables (List, in DtCompileMcfg() 429 void **List) in DtCompileMpst() argument 434 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpst() 566 void **List) in DtCompileMsct() argument 571 Status = DtCompileTwoSubtables (List, in DtCompileMsct() [all …]
|
H A D | dttable1.c | 187 void **List) in DtCompileAsf() argument 197 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileAsf() 359 void **List) in DtCompileCpep() argument 364 Status = DtCompileTwoSubtables (List, in DtCompileCpep() 384 void **List) in DtCompileCsrt() argument 389 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileCsrt() 492 void **List) in DtCompileDbg2() argument 497 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileDbg2() 648 void **List) in DtCompileDmar() argument 653 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileDmar() [all …]
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 30 import java.util.List; 333 public List getPools(List values) throws PoolsException in getPools() 335 List pools; in getPools() 441 public List getResources(List values) throws PoolsException in getResources() 443 List resources; in getResources() 471 List props = new ArrayList(); in getComponent() 477 List comps = getComponents(props); in getComponent() 496 List props = new ArrayList(); in checkComponent() 502 List comps = checkComponents(props); in checkComponent() 518 public List getComponents(List values) throws PoolsException in getComponents() [all …]
|
H A D | PoolInternal.java | 87 final static native java.util.List pool_query_pools(long conf, in pool_query_pools() 88 java.util.List props); in pool_query_pools() 91 final static native java.util.List pool_query_resources(long conf, in pool_query_resources() 92 java.util.List props); in pool_query_resources() 93 final static native java.util.List pool_query_components(long conf, in pool_query_components() 94 java.util.List props); in pool_query_components() 103 long src, long tgt, java.util.List components); in pool_resource_xtransfer() 104 final static native java.util.List pool_query_resource_components( in pool_query_resource_components() 105 long conf, long res, java.util.List props); in pool_query_resource_components() 115 final static native java.util.List pool_query_pool_resources( in pool_query_pool_resources() [all …]
|
H A D | Resource.java | 29 import java.util.List; 108 public void transfer(Resource donor, List components) in transfer() 126 public List getComponents(List values) throws PoolsException in getComponents() 128 List components; in getComponents()
|
H A D | Pool.java | 30 import java.util.List; 112 public List getResources(List values) throws PoolsException in getResources() 114 List resources; in getResources()
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Aggregate.java | 163 public List <Aggregation> 168 List <Aggregation> list = new ArrayList <Aggregation> (map.size()); in getAggregations() 213 public List <AggregationRecord> 216 List <AggregationRecord> list = in getRecords() 245 public List <AggregationRecord> 248 List <AggregationRecord> list = getRecords(); in getOrderedRecords() 332 List <Aggregation> aggregations = (List)s.readObject(); in readObject() 363 List <Aggregation> a = getAggregations(); in toString()
|
H A D | Distribution.java | 51 private List <Bucket> buckets; 94 Distribution(List <Bucket> frequencies) in Distribution() 160 private List <Distribution.Bucket> 165 List <Bucket> buckets = new ArrayList <Bucket> (len); in createBuckets() 230 public List <Bucket> 242 public List <Bucket> 537 public List <Bucket> 609 List <Bucket> list = getDisplayRange(); in toString()
|
H A D | Consumer.java | 635 public List <ProbeDescription> listProbes(ProbeDescription filter) in listProbes() 654 public List <Probe> listProbeDetail(ProbeDescription filter) in listProbeDetail() 678 public List <ProbeDescription> listProgramProbes(Program program) in listProgramProbes() 702 public List <Probe> listProgramProbeDetail(Program program) in listProgramProbeDetail()
|
H A D | PrintaRecord.java | 113 private List <Aggregation> aggregations; 117 private List <Tuple> tuples; 166 List <Tuple> orderedTuples, in PrintaRecord() 265 public List <Aggregation> 329 public List <Tuple> 511 List <Aggregation> copy = new ArrayList <Aggregation> in readObject() 520 List <Tuple> copy = new ArrayList <Tuple> (tuples.size()); in readObject()
|
H A D | Aggregation.java | 204 public List <AggregationRecord> 207 List <AggregationRecord> list = in getRecords() 318 List <AggregationRecord> records = (List)s.readObject(); in readObject() 353 List <AggregationRecord> recordList = getRecords(); in toString()
|
H A D | PrintfRecord.java | 73 private List <ValueRecord> records; 96 PrintfRecord(List <ValueRecord> v, String s) in PrintfRecord() 165 public List <ValueRecord> 268 List <ValueRecord> copy = new ArrayList <ValueRecord> (records.size()); in readObject()
|
H A D | Tuple.java | 92 private java.util.List <ValueRecord> elements; 134 Tuple(List <ValueRecord> tupleElements) in Tuple() 175 public List <ValueRecord> 186 public List <ValueRecord> 375 List <ValueRecord> copy = new ArrayList <ValueRecord> in readObject()
|
H A D | LocalConsumer.java | 111 private native void _listProbes(List <ProbeDescription> probeList, in _listProbes() 113 private native void _listProbeDetail(List <Probe> probeList, in _listProbeDetail() 116 List <ProbeDescription> probeList, Program program); in _listCompiledProbes() 118 List <Probe> probeList, Program program); in _listCompiledProbeDetail() 1055 public synchronized List <ProbeDescription> 1059 List <ProbeDescription> probeList = in listProbes() 1070 public synchronized List <Probe> 1074 List <Probe> probeList = new LinkedList <Probe> (); in listProbeDetail() 1084 public synchronized List <ProbeDescription> 1089 List <ProbeDescription> probeList = in listProgramProbes() [all …]
|
H A D | LinearDistribution.java | 112 List <Bucket> frequencies) in LinearDistribution() 190 List <Distribution.Bucket> buckets = getBuckets(); in getValue() 283 List <Bucket> list = getDisplayRange(); in toString()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemSolver.java | 199 List valueList = new LinkedList(); in initialize() 476 List poolList = rwConf.getPools(null); in solve() 482 List resList = pool.getResources(null); in solve() 505 List valueList = new LinkedList(); in solve() 509 List resList = rwConf.getResources(valueList); in solve() 511 List donors = getDonors(resList); in solve() 512 List receivers = getRecipients(resList); in solve() 518 List moves = new ArrayList(); in solve() 521 List processors = getProcessors(donor); in solve() 811 private List getRecipients(List resList) throws PoolsException in getRecipients() [all …]
|
H A D | Move.java | 103 private List compList; 125 List getComponents() in getComponents() 127 return ((List) ((ArrayList) compList).clone()); in getComponents()
|
H A D | ResourceMonitor.java | 34 import java.util.List; 98 List candidates = target.getComponents(null); in initialize() 113 public List getComponents() in getComponents() 115 return ((List) compList.clone()); in getComponents()
|
H A D | Objective.java | 357 List valueList = new LinkedList(); in examine() 361 List resList = conf.getResources(valueList); in examine() 370 List CPUs = res.getComponents(null); in examine() 417 List comp; 456 public Calculation(Resource res, List comp, double util, in Calculation() 695 List cpuList = pset.getComponents(null); in countLgroups() 1013 List cpulist = (List) cm.getComponents(); in calculate() 1065 private List zoneList = new LinkedList();
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | perfcnt.c | 50 } List; typedef 65 static List *list_head = NULL; 74 List *new_list; in list_insert() 75 List *cur; in list_insert() 76 List *prev; in list_insert() 78 if ((new_list = malloc(sizeof (List))) == NULL) { in list_insert() 254 List *cur; in cleanup()
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 245 List <Record> records = data.getRecords(); in consumeProbeData() 269 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() 458 printAggregationRecords(List <AggregationRecord> list) in printAggregationRecords() 638 List <CompileRequest> compileRequests = new LinkedList in main() 640 List <Program> programList = new LinkedList <Program> (); in main() 668 List <Consumer.OpenFlag> openFlags = in main() 854 List <String> argList = new LinkedList <String> (); in main() 901 List <List <Probe>> lists = in main() 902 new LinkedList <List <Probe>> (); in main() 908 for (List <Probe> list : lists) { in main() [all …]
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 245 private class List extends Object { class in ServiceStoreInMemory 248 List next = null; 249 List prev = null; 253 List(ServiceRecordInMemory record) { in List() method in ServiceStoreInMemory.List 261 synchronized List insertAfter(ServiceRecordInMemory record) { in insertAfter() 262 List newRec = new List(record); in insertAfter() 306 List head = new List(null); // head of the list always null, 317 List add(ServiceRecordInMemory rec) { in add() 330 List l = head; in setReturn() 394 List add(Object value, ServiceRecordInMemory record) { in add() [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 145 List < AggregationRecord > list = in getAggregation() 205 List < Distribution.Bucket > buckets = in getLogDistribution() 247 List < Distribution.Bucket > buckets = in getLinearDistribution() 278 List < Distribution.Bucket > buckets = in getLogLinearDistribution() 337 List < Aggregation > aggregations = new ArrayList < Aggregation > (); in getPrintaRecord() 346 List < Tuple > tuples = new ArrayList < Tuple > (); in getPrintaRecord() 360 List < ValueRecord > list = new ArrayList < ValueRecord > (); in getPrintfRecord() 373 List < Record > list = new ArrayList < Record > (); in getProbeData() 388 List < Aggregation > list = new ArrayList < Aggregation > (); in getAggregate() 391 List < AggregationRecord > reclist = in getAggregate()
|
H A D | TestMultiAggPrinta.java | 31 import java.util.List; 74 List <Record> records = data.getRecords(); in probeDataString() 115 List <Record> records = data.getRecords(); in main()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithProviders | 38 * RESULT: List of only profile probes. 58 * RESULT: List of only profile probes. 62 * RESULT: List of only profile probes. 74 * RESULT: List of only profile probes.
|