Searched refs:tuples (Results 1 - 16 of 16) sorted by relevance
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | PrintaRecord.java | 49 * 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/ib/common/ |
H A D | cfga_rcm.c | 262 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 D | cfga_rcm.c | 194 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 D | cfga_rcm.c | 261 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 D | cfga_rcm.c | 214 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/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | sbb.py | 311 tuples = [] 313 tuples += generic_tuples 315 tuples += bootlst_tuples 317 for idx, item in enumerate(list(tuples)): 334 tuples[idx] = tuple(item) 336 return tuples
|
H A D | legacygrub.py | 698 tuples = self._write_config_generic(basepath) 700 if tuples is None: 701 self._debug('No tuples returned from _write_config_generic') 706 for idx, item in enumerate(tuples): 733 tuples[idx] = tuple(item) 735 return tuples 749 tuples = self._write_config_generic(basepath) 751 for idx, item in enumerate(tuples): 763 tuples[idx] = tuple(item) 765 # Now add the stage2_eltorito file to the tuples lis [all...] |
H A D | grub2.py | 206 # Compare the section tuples directly (the integer comparison 641 # GRUB_OTHERS stores lists of 3-tuples (source, destination, perms) 1180 # We need to return 2 tuples -- one for the menu.conf and one 1432 """Returns the token to use when constructing tuples returned from 1713 (1) tuples (if basepath is set) (or None if not), and (2) 1790 # collect the list of file tuples returned to the caller. 1855 Return the appropriate tuples (if basepath is set). 1897 """Using the list of 3-tuples passed in file_tuples, copy those files 2252 # The grub_cfg tuples must be marked specially, so that 2277 # No need to go further if we have tuples t [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 489 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/usb/ |
H A D | usb.xcl | 86 msgid "usb_rcm_info_table: no tuples\n"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 193 %macros is actually a list of tuples, so the order will be preserved.
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 397 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/sbd/common/ |
H A D | ap_rcm.c | 1342 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/shp/common/ |
H A D | shp.c | 410 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 */
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootloader.py | 414 etc.). For these cases, install() will return a set of tuples, 447 tuples = [] 450 tuples = self._write_config(location) 451 return tuples
|
H A D | bootconfig.py | 403 commit_boot_config() returns a list of 7-tuples of the following 406 Each of these tuples describes a boot configuration file that 639 tuples = super(DiskBootConfig, self).commit_boot_config(temp_dir, 645 return tuples
|
Completed in 124 milliseconds