Searched refs:List (Results 26 - 50 of 58) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c59 * List - Where the converted list is returned
70 UINT8 *List)
85 List[BitCount] = i;
100 * PARAMETERS: List - List of values to encode
111 UINT8 *List,
125 Mask |= (0x1 << List[i]);
68 AcpiRsDecodeBitmask( UINT16 Mask, UINT8 *List) argument
110 AcpiRsEncodeBitmask( UINT8 *List, UINT8 Count) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java239 * The List class implements a linked list for storing records
245 private class List extends Object { class in class:ServiceStoreInMemory
248 List next = null;
249 List prev = null;
253 List(ServiceRecordInMemory record) { method in class:ServiceStoreInMemory.List
261 synchronized List insertAfter(ServiceRecordInMemory record) {
262 List newRec = new List(record);
306 List head = new List(nul
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java145 List < AggregationRecord > list =
205 List < Distribution.Bucket > buckets =
247 List < Distribution.Bucket > buckets =
278 List < Distribution.Bucket > buckets =
337 List < Aggregation > aggregations = new ArrayList < Aggregation > ();
346 List < Tuple > tuples = new ArrayList < Tuple > ();
360 List < ValueRecord > list = new ArrayList < ValueRecord > ();
373 List < Record > list = new ArrayList < Record > ();
388 List < Aggregation > list = new ArrayList < Aggregation > ();
391 List < AggregationRecor
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java245 List <Record> records = data.getRecords();
269 List <Tuple> tuples = printa.getTuples();
458 printAggregationRecords(List <AggregationRecord> list)
638 List <CompileRequest> compileRequests = new LinkedList
640 List <Program> programList = new LinkedList <Program> ();
668 List <Consumer.OpenFlag> openFlags =
854 List <String> argList = new LinkedList <String> ();
901 List <List <Probe>> lists =
902 new LinkedList <List <Prob
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */ variable
134 if (List[i] == NULL) {
142 if ((List[i] = _malloc_unlocked((size + WORDSIZE) * NPS)) == 0)
146 for (n = 0, np = List[i]; n < NPS; ++n) {
156 tp = List[i];
157 List[i] = AFTER(tp);
506 AFTER(tp) = List[ts];
507 List[ts] = tp;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java162 * @param cpus List of cpus
167 public Set foreignGroups(Set exclude, List cpus) throws PoolsException
187 * @param cpus List of cpus to be examined.
192 public LocalityGroup getRepresentativeGroup(List cpus)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java29 import java.util.List;
73 private static final List cachedProperties
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java168 List valueList = new LinkedList();
178 List compList = res.getComponents(null);
244 List compList = mon.getComponents();
H A DObjective.java357 List valueList = new LinkedList();
361 List resList = conf.getResources(valueList);
370 List CPUs = res.getComponents(null);
417 List comp;
456 public Calculation(Resource res, List comp, double util,
695 List cpuList = pset.getComponents(null);
1013 List cpulist = (List) cm.getComponents();
1065 private List zoneList = new LinkedList();
H A DStatisticList.java56 private List listeners;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java111 private native void _listProbes(List <ProbeDescription> probeList,
113 private native void _listProbeDetail(List <Probe> probeList,
116 List <ProbeDescription> probeList, Program program);
118 List <Probe> probeList, Program program);
1055 public synchronized List <ProbeDescription>
1059 List <ProbeDescription> probeList =
1070 public synchronized List <Probe>
1074 List <Probe> probeList = new LinkedList <Probe> ();
1084 public synchronized List <ProbeDescription>
1089 List <ProbeDescriptio
[all...]
H A DProbeData.java114 private transient List <Record> nativeElements;
116 private List <Record> records;
171 Flow f, List <Record> recordList)
595 List <Record> list1 = d1.getRecords();
596 List <Record> list2 = d2.getRecords();
730 public List <Record>
H A DUserStackRecord.java180 public List <StackFrame>
H A DKernelStackRecord.java238 public List <StackFrame>
H A DProbeDescription.java245 List <String> list = new ArrayList <String> ();
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c79 const char **List);
337 * PARAMETERS: Op - Byte List op containing a UUID
609 * List - Array to reference
611 * RETURN: String from List or empty string
614 * position in List.
621 const char **List)
629 NameString = List[0];
635 NameString = List[i];
645 return (List[Index]);
763 * PARAMETERS: Op - Byte List o
619 AcpiDmFindNameByIndex( UINT64 Index, const char **List) argument
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacresrc.h321 UINT8 *List);
325 UINT8 *List,
H A Dacmacros.h371 #define GET_CURRENT_ARG_TYPE(List) (List & ((UINT32) 0x1F))
372 #define INCREMENT_ARG_LIST(List) (List >>= ((UINT32) ARG_TYPE_WIDTH))
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c106 static TREE *List[MINSIZE/WORDSIZE-1]; variable
126 if (List[i] == NULL) {
136 for (n = 0, List[i] = np; n < NPS; ++n) {
153 tp = List[i];
155 if ((List[i] = AFTER(tp)) == NULL)
506 if (List[ts] == NULL) {
507 List[ts] = tp;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt328 * 06-26-07 02.00.02 Added IR Configuration Change List Event.
341 * List Event data, including adding a bit for PHY Vacant
371 * Added four new IR Configuration Change List Event data
378 * field of the SAS Topology Change List event data.
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl37 use List::Util qw(first max min);
238 # List of PGs is the list of any PGs that contain specified CPUs
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c58 #define TList List
74 #define TList List
737 * rtd_dynlmlst pointed to a List. But, there was a window where the
749 * The rtd_dynlmlst change from a List to an APlist occurred under
751 * backward compatibility by maintaining List processing and using a
764 * is VERSION5, then we process APlists. Otherwise, fall back to List
823 * Re-read the dynlmlst address to obtain a List structure.
840 * Iterate through the List of Lm_list's.
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh106 * List builtins for Solaris.
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl34 use List::Util qw(first max min);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h285 #pragma mark - RR List Management & Task Management

Completed in 240 milliseconds

123