/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AggregationRecord.java | 50 new String[] {"tuple", "value", "ordinal"}) 75 private Tuple tuple; field in class:AggregationRecord 96 tuple = tupleKey; 105 * @param tupleKey aggregation tuple, may be empty (see {@link 110 * tuple 120 tuple = tupleKey; 129 if (tuple == null) { 144 * @return non-null, possibly empty tuple 150 return tuple; 203 * equality. Defines equality as having the same tuple an [all...] |
H A D | PrintaRecord.java | 55 * The first column after the tuple contains values from {@code @a}, 65 * placeholder is specified, or if the aggregation tuple is not 206 throw new NullPointerException("ordered tuple list is null"); 275 * aggregation tuple. 277 * @param key aggregation tuple 279 * aggregation tuple, or {@code null} if the given tuple does not 364 * AggregationRecord with the same tuple key as the given record. 370 // printa() format string does not completely specify tuple 389 // the resulting formatted string associated with the tuple, 412 addFormattedString(Tuple tuple, String formattedString) argument [all...] |
H A D | ProbeData.java | 335 addPrintaFormattedString(Tuple tuple, String s) argument 342 printa.addFormattedString(tuple, s);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestFunctionLookup.java | 62 for (Tuple tuple : agg.asMap().keySet()) { 63 address = (Number)tuple.get(0).getValue(); 96 for (Tuple tuple : agg.asMap().keySet()) { 97 address = (Number)tuple.get(0).getValue();
|
H A D | TestBean.java | 136 Tuple tuple = getTuple(); 138 AggregationRecord r = new AggregationRecord(tuple, value); 154 Tuple tuple = new Tuple(v1, v2); 156 r = new AggregationRecord(tuple, value); 177 Tuple tuple = new Tuple(r1, r2, r3, r4); 178 return tuple; 400 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6); 402 r = new AggregationRecord(tuple, value);
|
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm.c | 500 rcm_info_tuple_t *tuple = NULL; local 515 * tuple containing the state of this resource (a combination of each 521 ((tuple = rcm_info_next(infop, NULL)) == NULL) || 522 (rcm_info_next(infop, tuple) != NULL)) { 524 } else if (infop && tuple) { 525 *statep = rcm_info_state(tuple); 553 /* return the next tuple in the info structure */ 555 rcm_info_next(rcm_info_t *info, rcm_info_tuple_t *tuple) argument 562 if (tuple == NULL) { 565 return ((rcm_info_tuple_t *)tuple 570 rcm_info_rsrc(rcm_info_tuple_t *tuple) argument 586 rcm_info_info(rcm_info_tuple_t *tuple) argument 602 rcm_info_error(rcm_info_tuple_t *tuple) argument 620 rcm_info_modname(rcm_info_tuple_t *tuple) argument 638 rcm_info_pid(rcm_info_tuple_t *tuple) argument 655 rcm_info_state(rcm_info_tuple_t *tuple) argument 672 rcm_info_properties(rcm_info_tuple_t *tuple) argument 701 rcm_info_seqnum(rcm_info_tuple_t *tuple) argument 752 rcm_info_t *tuple; local [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_rcm.c | 195 rcm_info_tuple_t *tuple = NULL; local 213 while (tuple = rcm_info_next(rinfo, tuple)) { 214 if ((infostr = rcm_info_info(tuple)) != NULL) { 216 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsrc) 313 tuple = NULL; 314 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 315 if ((infostr = rcm_info_info(tuple)) != NULL) { 317 format, rcm_info_rsrc(tuple), infost [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_rcm.c | 262 rcm_info_tuple_t *tuple = NULL; local 278 while (tuple = rcm_info_next(rinfo, tuple)) { 279 if ((infostr = rcm_info_info(tuple)) != NULL) { 281 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsrc) 356 tuple = NULL; 357 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 358 if ((infostr = rcm_info_info(tuple)) != NULL) { 361 format, rcm_info_rsrc(tuple), [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_rcm.c | 215 rcm_info_tuple_t *tuple = NULL; local 234 while (tuple = rcm_info_next(rinfo, tuple)) { 235 if ((infostr = rcm_info_info(tuple)) != NULL) { 237 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsrc) 337 tuple = NULL; 338 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 339 if ((infostr = rcm_info_info(tuple)) != NULL) { 341 format, rcm_info_rsrc(tuple), infost [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_rcm.c | 263 rcm_info_tuple_t *tuple = NULL; local 282 while (tuple = rcm_info_next(rinfo, tuple)) { 283 if ((infostr = rcm_info_info(tuple)) != NULL) { 285 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsrc) 383 tuple = NULL; 384 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 385 if ((infostr = rcm_info_info(tuple)) != NULL) { 387 format, rcm_info_rsrc(tuple), infost [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 490 rcm_info_tuple_t *tuple = NULL; local 506 while (tuple = rcm_info_next(rinfo, tuple)) { 507 info_info_str = rcm_info_info(tuple); 508 info_rsrc_str = rcm_info_rsrc(tuple); 582 tuple = NULL; 583 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 584 info_info_str = rcm_info_info(tuple); 585 info_rsrc_str = rcm_info_rsrc(tuple); [all...] |
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_rcm.c | 519 rcm_info_tuple_t *tuple; local 534 for (tuple = NULL; (tuple = rcm_info_next(info, tuple)) != NULL; ) 554 for (tuple = NULL; (tuple = rcm_info_next(info, tuple)) != NULL; ) { 561 if (((rsrc = rcm_info_rsrc(tuple)) == NULL) || 562 ((usage = rcm_info_info(tuple)) == NULL)) {
|
/illumos-gate/usr/src/uts/common/pcmcia/nexus/ |
H A D | pcmcia.c | 2310 * For cards with a device_id tuple, a generic name will be used. 2312 * The 1275 name is of the form pccardNNNN,MMMM from the manfid tuple. 2313 * if there is not manfid tuple, an attempt will be made to bind the 2345 tuple_t tuple; local 2348 tuple.Socket = socket; 2351 tuple.DesiredTuple = CISTPL_MANFID; 2352 tuple.Attributes = 0; 2353 if ((i = csx_GetFirstTuple(handle, &tuple)) == 2355 i = csx_Parse_CISTPL_MANFID(handle, &tuple, 2364 tuple 2385 tuple_t tuple; local 2425 pcmcia_get_funce(client_handle_t handle, tuple_t *tuple) argument 2460 tuple_t tuple; local 2648 tuple_t tuple; local 2717 tuple_t tuple; local 2918 tuple_t tuple; local 2980 tuple_t tuple; local [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | bnxe_context.c | 386 static u32_t _lm_searcher_mirror_hash_calc(lm_searcher_hash_info_t *hash_info, lm_4tuple_t *tuple) argument 397 if (tuple->ip_type == LM_IP_TYPE_V4) 399 *(u32_t *)(&in_str[0]) = HTON32(tuple->src_ip[0]); 400 *(u32_t *)(&in_str[4]) = HTON32(tuple->dst_ip[0]); 401 *(u16_t *)(&in_str[8]) = tuple->src_port; 402 *(u16_t *)(&in_str[10]) = tuple->dst_port; 407 *(u32_t *)(&in_str[0]) = HTON32(tuple->src_ip[0]); 408 *(u32_t *)(&in_str[4]) = HTON32(tuple->src_ip[1]); 409 *(u32_t *)(&in_str[8]) = HTON32(tuple->src_ip[2]); 410 *(u32_t *)(&in_str[12]) = HTON32(tuple 446 lm_searcher_mirror_hash_insert(struct _lm_device_t *pdev, u32_t cid, lm_4tuple_t *tuple) argument [all...] |
H A D | context.h | 62 /* inserts 4 tuple to SRC mirror hash 66 lm_status_t lm_searcher_mirror_hash_insert(struct _lm_device_t *pdev, u32_t cid, lm_4tuple_t *tuple); 68 /* removes 4 tuple to SRC mirror hash
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd_rcm.c | 473 rcm_info_tuple_t *tuple = NULL; local 497 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 500 rsrcstr = rcm_info_rsrc(tuple); 508 errstr = rcm_info_error(tuple); 1113 rcm_info_tuple_t *tuple = NULL; local 1129 while (tuple = rcm_info_next(rinfo, tuple)) { 1130 if ((infostr = rcm_info_info(tuple)) != NULL) { 1132 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsr [all...] |
/illumos-gate/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 551 tuple_t *tuple; local 845 tuple = va_arg(arglist, tuple_t *); 847 retcode = cs_parse_tuple(ch, tuple, cisparse, 906 * ==== tuple and CIS handling section ==== 912 * returns: CS_SUCCESS - if tuple parsed sucessfully 915 * CS_UNKNOWN_TUPLE - if unknown tuple passed to CIS parser 922 cs_parse_tuple(client_handle_t client_handle, tuple_t *tuple, argument 930 if ((ret = cs_get_socket(client_handle, &tuple->Socket, 945 if (!(tuple->CISOffset)) 957 * to know whether this tuple cam 1062 cs_get_firstnext_tuple(client_handle_t client_handle, tuple_t *tuple, uint32_t flags) argument 1237 cs_get_tuple_data(client_handle_t client_handle, tuple_t *tuple) argument [all...] |
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 475 PyObject *tuple; local 496 tuple = Py_BuildValue("sissKsissiiO", 502 PyDict_SetItemString(d, p->pd_name, tuple); 503 Py_DECREF(tuple);
|
/illumos-gate/usr/src/man/man9s/ |
H A D | Makefile | 76 tuple.9s \
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 705 my $tuple; 792 foreach $tuple (@$ref) { 794 # Skip if tuple this is not a list. 795 if (!ref($tuple)) { 799 if (!defined($tuple->[1]) || 800 ref($tuple->[1])) { 804 projent_val2num($tuple->[1], 820 $tuple->[1]]); 826 $name, $tuple->[1], $MaxNum]); 828 $tuple [all...] |
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 1580 rcm_info_tuple_t *tuple; local 1592 tuple = NULL; 1593 while ((tuple = rcm_info_next(info, tuple)) != NULL) { 1594 if ((rsrc = (char *)rcm_info_rsrc(tuple)) == NULL || 1595 (usage = (char *)rcm_info_info(tuple)) == NULL) { 1648 * If this tuple was cached in the offline query pass, add the 1737 rcm_info_tuple_t *tuple = NULL; local 1744 while ((tuple = rcm_info_next(rcm->offline_query_info, 1745 tuple)) ! 2025 add_usage(lookup_entry_t *entry, const char *rcm_rsrc, rcm_info_tuple_t *tuple) argument [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 398 rcm_info_tuple_t *tuple = NULL; local 414 while (tuple = rcm_info_next(rinfo, tuple)) { 415 if ((infostr = rcm_info_info(tuple)) != NULL) { 417 if ((w = strlen(rcm_info_rsrc(tuple))) > w_rsrc) 491 tuple = NULL; 492 while ((tuple = rcm_info_next(rinfo, tuple)) != NULL) { 493 if ((infostr = rcm_info_info(tuple)) != NULL) { 496 format, rcm_info_rsrc(tuple), [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_rcm.c | 1342 rcm_info_tuple_t *tuple = NULL; local 1363 while (tuple = (*rcm->info_next)(rinfo, tuple)) { 1364 if ((infostr = (*rcm->info_info)(tuple)) != NULL) { 1366 if ((w = strlen((*rcm->info_rsrc)(tuple))) > w_rsrc) 1441 tuple = NULL; 1442 while ((tuple = (*rcm->info_next)(rinfo, tuple)) != NULL) { 1443 if ((infostr = (*rcm->info_info)(tuple)) != NULL) { 1446 (*rcm->info_rsrc)(tuple), infost [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 460 Tuple tuple; 466 tuple = r.getTuple(); 468 len = tuple.size(); 470 tupleRecord = tuple.get(i);
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 71 struct tuple { struct 81 struct tuple pci_sequence [] = 90 struct tuple cpu_sequence [] = 146 static int hpc3130_init(dev_info_t *, struct tuple *); 1204 struct tuple *init_sequence) 1212 struct tuple *tp;
|