/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | PrintfRecord.java | 73 private List <ValueRecord> records; field in PrintfRecord 80 records = new ArrayList <ValueRecord> (); in PrintfRecord() 99 records = new ArrayList <ValueRecord> (v.size()); in PrintfRecord() 100 records.addAll(v); in PrintfRecord() 110 if (records == null) { in validate() 113 for (ValueRecord r : records) { in validate() 128 records.add(rec); in addUnformattedElement() 168 return Collections. <ValueRecord> unmodifiableList(records); in getRecords() 186 return records.size(); in getRecordCount() 204 return records.get(i); in getRecord() [all …]
|
H A D | ProbeData.java | 114 private List <Record> records; field in ProbeData 144 records = new ArrayList <Record> (); in ProbeData() 175 records = new ArrayList <Record> (recordList.size()); in ProbeData() 176 records.addAll(recordList); in ProbeData() 187 if (records == null) { in validate() 207 records.add(record); in addRecord() 223 records.add(rec); in addTraceRecord() 243 records.add(symbol); in addSymbolRecord() 264 records.add(stack); in addStackRecord() 273 records.add(new PrintfRecord()); in addPrintfRecord() [all …]
|
H A D | Aggregation.java | 143 mapRecords(Collection <AggregationRecord> records) in mapRecords() argument 145 int capacity = (int)(((float)records.size() * 3.0f) / 2.0f); in mapRecords() 148 for (AggregationRecord record : records) { in mapRecords() 318 List <AggregationRecord> records = (List)s.readObject(); in readObject() local 320 mapRecords(records); in readObject()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.MultiAggPrinta.ksh.out | 1 …low = null, records = [org.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.d… 5 …d[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = , id = 1, records = [org.opensolari… 7 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, records = [org.opensolari… 13 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 21 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar… 23 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar… 25 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, records = [org.opensolari… 27 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 33 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 39 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… [all …]
|
H A D | tst.Bean.ksh.out | 42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola… 65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 76 …decoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 186 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 196 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… 227 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 237 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… 269 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 279 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestMultiAggPrinta.java | 74 List <Record> records = data.getRecords(); in probeDataString() local 78 for (int i = 0; i < records.size(); ++i) { in probeDataString() 82 record = records.get(i); in probeDataString() 115 List <Record> records = data.getRecords(); in main() 116 for (Record r : records) { in main()
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_pool.c | 109 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument 134 tmp = realloc(*records, in zpool_history_unpack() 141 *records = tmp; in zpool_history_unpack() 143 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | TestAPI2.java | 51 java.util.List < Record > records = data.getRecords(); in main() 52 for (Record r : records) { in main()
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 172 private Vector records = null; // for returns. field in ServiceStoreInMemory.ScopeBVCollector 175 ScopeBVCollector(Vector records, Vector scopes) { in ScopeBVCollector() argument 176 this.records = records; in ScopeBVCollector() 189 records.addElement(rec); in setReturn() 201 records.addElement(rec); in setReturn() 220 private Vector records = null; // for returns. field in ServiceStoreInMemory.AllBVCollector 222 AllBVCollector(Vector records) { in AllBVCollector() argument 223 this.records = records; in AllBVCollector() 231 if (!records.contains(rec)) { in setReturn() 232 records.addElement(rec); in setReturn() [all …]
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 76 Print records in their raw form. Times, UIDs, GIDs, 82 Print records in their short form. All numeric fields 89 Print records in XML format. "tags" are included in the
|
/illumos-gate/usr/src/cmd/sendmail/cf/cf/ |
H A D | sendmail.mc | 14 # if MX records are unavailable. A short-cut rule is also defined, which
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 23 # LDAP records
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | btree3rb.test | 37 # Insert a few one records
|
H A D | btree3.test | 39 # Insert a few one records
|
H A D | intpkey.test | 52 # Insert some records into the new table. Specify the primary key 101 # A ROWID is automatically generated for new records that do not specify
|
H A D | bigrow.test | 32 # Make a table into which we can insert some but records.
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.2.sample | 134 # Limit number of flow records in the table to 2K.
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 245 List <Record> records = data.getRecords(); in consumeProbeData() local 246 Iterator <Record> itr = records.iterator(); in consumeProbeData()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | README | 54 3. Multi-line records are now supported more
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 112 -bt /mx host :returns the MX records for `host'.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | PROMO.mm | 29 function records commands entered at any shell level and stores
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 1088 printf "$(gettext "Warning: won't create DNS records for client").\n" 1103 printf "$(gettext "Warning: unable to create DNS records for client").\n"
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 4379 nvlist_t **records = NULL; in zpool_get_history() local 4402 &leftover, &records, &numrecords)) != 0) in zpool_get_history() 4423 records, numrecords) == 0); in zpool_get_history() 4426 nvlist_free(records[i]); in zpool_get_history() 4427 free(records); in zpool_get_history()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | README.XLINK | 269 relocation records, and the usual ELF plumbing. It is therefore never 321 routines understand relocation records and will get/set the
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 1009 records of the host portion of an incoming recipient; that 1124 for AAAA records. If your sendmail version is compiled 1276 e-mails to. Note that MX records will be used if the 1403 MX records which resolve to A records that match the 1534 via MX records. For example, you might have: 1717 individual host records can have surprising results (see the CAUTION 1908 would put all of the attribute sendmailMTAClassValue values of LDAP records 2085 contain an RFC 822 compliant address. Some example LDAP records (in LDIF 2101 the mail to MX records listed for the host eng.example.com (unless the 2110 This would relay mail for harry@example.com to the MX records listed for [all …]
|