Searched refs:records (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintfRecord.java50 new String[] {"records", "formattedString"})
75 private List <ValueRecord> records; field in class:PrintfRecord
82 records = new ArrayList <ValueRecord> ();
101 records = new ArrayList <ValueRecord> (v.size());
102 records.addAll(v);
112 if (records == null) {
115 for (ValueRecord r : records) {
130 records.add(rec);
170 return Collections. <ValueRecord> unmodifiableList(records);
188 return records
[all...]
H A DProbeData.java84 "enabledProbeDescription", "flow", "records"});
113 // element, cleared after records list is fully populated.
116 private List <Record> records; field in class:ProbeData
146 records = new ArrayList <Record> ();
152 * of records. Supports XML persistence.
164 * @param recordList list of records generated by D actions in the
167 * list of records is {@code null}
177 records = new ArrayList <Record> (recordList.size());
178 records.addAll(recordList);
189 if (records
[all...]
H A DAggregation.java51 * results in an {@code Aggregation} named "counts" containing records
82 new String[] {"name", "ID", "records"})
116 * Creates an aggregation with the given name, ID, and records.
123 * @param aggregationRecords unordered collection of records
126 * records is {@code null}
145 mapRecords(Collection <AggregationRecord> records) argument
147 int capacity = (int)(((float)records.size() * 3.0f) / 2.0f);
150 for (AggregationRecord record : records) {
195 * Gets an unordered list of this aggregation's records. The list is
202 * records b
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java72 buf.append(", records = ");
74 List <Record> records = data.getRecords();
78 for (int i = 0; i < records.size(); ++i) {
82 record = records.get(i);
115 List <Record> records = data.getRecords();
116 for (Record r : records) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI2.java51 java.util.List < Record > records = data.getRecords();
52 for (Record r : records) {
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh603 nameref records="$1"
610 records[${filename}]=(
622 records[${filename}].hashsum["md5"]="$(sum -x md5 < "$filename")"
623 records[${filename}].hashsum["sha1"]="$(sum -x sha1 < "$filename")"
626 records[${filename}].fileformat_found="true"
627 records[${filename}].file_format="$datatype"
634 enumerate_comments_cpp "${filename}" "records[${filename}].comments" ${max_num_comments} ${max_filesize_for_scan} && \
635 records[${filename}].comments_parsed=true
638 enumerate_comments_shell "${filename}" "records[${filename}].comments" ${max_num_comments} ${max_filesize_for_scan} && \
639 records[
[all...]
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt78 Print records in their raw form. Times, UIDs, GIDs,
84 Print records in their short form. All numeric fields
91 Print records in XML format. "tags" are included in the
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java130 // records already seen.
131 private Vector attrTags = null; // tags to match against records
163 * collector for the collecting records if scopes match.
172 private Vector records = null; // for returns. field in class:ServiceStoreInMemory.ScopeBVCollector
175 ScopeBVCollector(Vector records, Vector scopes) { argument
176 this.records = records;
189 records.addElement(rec);
201 records.addElement(rec);
213 * collector for collecting all records
220 private Vector records = null; // for returns. field in class:ServiceStoreInMemory.AllBVCollector
222 AllBVCollector(Vector records) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c95 uint8_t records; /* multirecord area */ member in struct:__anon1227
254 offset->records = data[5] * 8;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3659 * into 'records'. 'leftover' is set to the number of bytes that weren't
3664 nvlist_t ***records, uint_t *numrecords)
3688 *records = realloc(*records,
3691 (*records)[*numrecords - 1] = nv;
3707 nvlist_t **records = NULL; local
3726 &leftover, &records, &numrecords)) != 0)
3749 records, numrecords) == 0);
3752 nvlist_free(records[i]);
3753 free(records);
3663 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, nvlist_t ***records, uint_t *numrecords) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java245 List <Record> records = data.getRecords();
246 Iterator <Record> itr = records.iterator();
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1088 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/cmd/zpool/
H A Dzpool_main.c4337 "\tor ignore the intent log records by running "
4977 nvlist_t **records; local
4990 &records, &numrecords) == 0);
4992 nvlist_t *rec = records[i];
4999 tsec = fnvlist_lookup_uint64(records[i],
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex795 % This records the amount of indent in the innermost environment.
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c309 "records",
621 static int st_space_records(struct scsi_tape *un, int64_t records);
3196 * mode. All drives are assumed to support fixed records.
3596 * records is only allowed without closing the device.
4310 * to proceed. Trailer records may only be gotten
15585 * or the drive will backspace records.
15590 * backspace records, we can just use the SPACE
15630 * the desired file, and then space records to the
15989 * bsr can not skip filemarks and continue to skip records

Completed in 160 milliseconds