Searched defs:tuples (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c262 uint_t tuples = 0; local
284 tuples++;
293 if (tuples == 0) {
294 DPRINTF("ib_rcm_info_table: no tuples\n");
318 table_size = (2 + tuples) * (width + 1) + 2;
382 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_rcm.c194 uint_t tuples = 0; local
215 tuples++;
224 if (tuples == 0) {
249 table_size = (2 + tuples) * (width + 1) + 2;
312 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c261 uint_t tuples = 0; local
280 tuples++;
289 if (tuples == 0)
309 table_size = (2 + tuples) * (width + 1) + 2;
355 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c214 uint_t tuples = 0; local
236 tuples++;
245 if (tuples == 0) {
246 DPRINTF("usb_rcm_info_table: no tuples\n");
271 table_size = (2 + tuples) * (width + 1) + 2;
336 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java49 * produce output for the tuples "123" and "456" similar to the
88 "formattedStrings", "tuples", "output"})
119 private List <Tuple> tuples; field in class:PrintaRecord
132 tuples = new ArrayList <Tuple> ();
150 * format string caused aggregation tuples to be omitted from this
152 * @param orderedTuples list of aggregation tuples in the same order
161 * tuples or formatted strings are {@code null}
181 tuples = new ArrayList <Tuple> (orderedTuples.size());
182 tuples.addAll(orderedTuples);
205 if (tuples
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c489 uint_t tuples = 0; local
510 tuples++;
519 if (tuples == 0)
539 table_size = (2 + tuples) * (width + 1) + 2;
581 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c1342 uint_t tuples = 0; local
1366 tuples++;
1375 if (tuples == 0)
1395 msg_size = (2 + tuples) * (width + 1) + 2;
1441 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c397 uint_t tuples = 0; local
416 tuples++;
425 if (tuples == 0)
445 table_size = (2 + tuples) * (width + 1) + 2;
490 /* Add the tuples to the table string */
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c410 uint_t tuples = 0; local
438 tuples = sizearg.cnt;
457 table_size = (2 + tuples) * (width + 1) + 2;
502 /* Add the tuples to the table string */

Completed in 31 milliseconds