Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddttable2.c174 void **List) in DtCompileLpit() argument
250 void **List) in DtCompileMadt() argument
404 void **List) in DtCompileMcfg() argument
429 void **List) in DtCompileMpst() argument
566 void **List) in DtCompileMsct() argument
591 void **List) in DtCompileMtmr() argument
616 void **List) in DtCompileNfit() argument
818 void **List) in DtCompilePcct() argument
921 void **List) in DtCompilePdtt() argument
981 void **List) in DtCompilePmtt() argument
[all …]
H A Ddttable1.c187 void **List) in DtCompileAsf() argument
359 void **List) in DtCompileCpep() argument
384 void **List) in DtCompileCsrt() argument
492 void **List) in DtCompileDbg2() argument
648 void **List) in DtCompileDmar() argument
808 void **List) in DtCompileDrtm() argument
945 void **List) in DtCompileEinj() argument
970 void **List) in DtCompileErst() argument
995 void **List) in DtCompileGtdt() argument
1116 void **List) in DtCompileFpdt() argument
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java30 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()
496 List props = new ArrayList(); in checkComponent()
518 public List getComponents(List values) throws PoolsException in getComponents()
520 List components; in getComponents()
578 List checkComponents(List values) throws PoolsException in checkComponents()
[all …]
H A DPoolInternal.java87 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 DResource.java29 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 DPool.java30 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 DAggregate.java163 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 DDistribution.java51 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 DConsumer.java635 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 DPrintaRecord.java113 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 DAggregation.java204 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 DPrintfRecord.java73 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 DTuple.java92 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 DLocalConsumer.java113 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()
1097 public synchronized List <Probe>
[all …]
H A DLinearDistribution.java112 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 DSystemSolver.java199 List valueList = new LinkedList(); in initialize()
476 List poolList = rwConf.getPools(null); in solve()
505 List valueList = new LinkedList(); in solve()
511 List donors = getDonors(resList); in solve()
518 List moves = new ArrayList(); in solve()
811 private List getRecipients(List resList) throws PoolsException in getRecipients()
813 List recipientList = new ArrayList(); in getRecipients()
839 private List getDonors(List resList) throws PoolsException in getDonors()
841 List donorList = new ArrayList(); in getDonors()
846 List pinned; in getDonors()
[all …]
H A DMove.java103 private List compList;
125 List getComponents() in getComponents()
127 return ((List) ((ArrayList) compList).clone()); in getComponents()
H A DResourceMonitor.java34 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 DObjective.java357 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 Dperfcnt.c50 } 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 DJDTrace.java245 List <Record> records = data.getRecords(); in consumeProbeData()
269 List <Tuple> tuples = printa.getTuples(); in consumeProbeData()
638 List <CompileRequest> compileRequests = new LinkedList 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()
917 List <List <ProbeDescription>> lists = in main()
918 new LinkedList <List <ProbeDescription>> (); in main()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java248 List next = null;
249 List prev = null;
262 List newRec = new List(record); in insertAfter()
306 List head = new List(null); // head of the list always null,
330 List l = head; in setReturn()
1805 List elem = (List)listVec.elementAt(0); in deleteAttributes()
2168 List elem = (List)listVec.elementAt(0); in findAttributes()
2661 List elem = in addRecordToAttrSort()
2814 List elem = (List)regList.elementAt(i); in deregisterFromLocale()
2889 List elem = (List)listVec.elementAt(0); in findExistingRecord()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java145 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 DTestMultiAggPrinta.java31 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 Dman.ListProbesWithProviders38 * 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.

12345