Home
last modified time | relevance | path

Searched refs:tuples (Results 1 – 25 of 65) sorted by relevance

123

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.MultiAggPrinta.ksh.out3 }, tuples = [[]], output =
6 }, tuples = [[]], output = count: 1
7 ], org.opensolaris.os.dtrace.PrintaRecord[aggregations = [], formattedStrings = {[]= }, tuples = [[…
10 }, tuples = [[1, 3], [1, 2]], output =
17 }, tuples = [[2, 3], [1, 2], [1, 3]], output =
22 }, tuples = [[]], output = 3 4
24 }, tuples = [[]], output = 3 4
26 }, tuples = [[]], output = 3
30 }, tuples = [[2, 3], [1, 2], [1, 3]], output = [2, 3] 0 4
36 }, tuples = [[2, 3], [1, 3], [1, 2]], output = [2, 3] 0 4
[all …]
/src/sys/dev/fdt/
H A Dfdt_common.c72 int err, i, len, tuple_size, tuples; in fdt_get_range_by_busaddr() local
104 tuples = len / (tuple_size * sizeof(cell_t)); in fdt_get_range_by_busaddr()
112 for (i = 0; i < tuples; i++) { in fdt_get_range_by_busaddr()
415 int i, res_len, rv, tuple_size, tuples; in fdt_foreach_reserved_region() local
438 tuples = res_len / tuple_size; in fdt_foreach_reserved_region()
440 for (i = 0; i < tuples; i++) { in fdt_foreach_reserved_region()
504 int i, reg_len, rv, tuple_size, tuples; in fdt_foreach_mem_region() local
525 tuples = reg_len / tuple_size; in fdt_foreach_mem_region()
527 for (i = 0; i < tuples; i++) { in fdt_foreach_mem_region()
/src/usr.sbin/moused/moused/
H A Dquirks.c96 struct quirk_tuples tuples; member
845 p->value.tuples.tuples[i].first = events[i].type; in parse_attr()
846 p->value.tuples.tuples[i].second = events[i].code; in parse_attr()
847 p->value.tuples.tuples[i].third = events[i].value; in parse_attr()
849 p->value.tuples.ntuples = nevents; in parse_attr()
864 p->value.tuples.tuples[i].first = props[i].prop; in parse_attr()
865 p->value.tuples.tuples[i].second = props[i].enabled; in parse_attr()
1651 size_t offset = p->value.tuples.ntuples; in quirk_merge_event_codes()
1652 size_t max = ARRAY_LENGTH(p->value.tuples.tuples); in quirk_merge_event_codes()
1653 for (size_t j = 0; j < property->value.tuples.ntuples; j++) { in quirk_merge_event_codes()
[all …]
H A Dquirks.h55 } tuples[32]; member
355 const struct quirk_tuples **tuples);
/src/usr.sbin/dumpcis/
H A Dreadcis.c128 while ((tp = tl->tuples) != 0) { in freecis()
129 tl->tuples = tp->next; in freecis()
320 if (tl->tuples == NULL) { in read_one_tuplelist()
321 tl->tuples = tp; in read_one_tuplelist()
363 for (tp = tl->tuples; tp; tp = tp->next) in find_tuple_in_list()
H A Dreadcis.h38 struct tuple *tuples; member
/src/sys/powerpc/mpc85xx/
H A Dlbc.c373 int tuple_size, tuples; in fdt_lbc_reg_decode() local
380 tuples = OF_getencprop_alloc_multi(node, "reg", tuple_size, in fdt_lbc_reg_decode()
383 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_lbc_reg_decode()
384 if (tuples <= 0) in fdt_lbc_reg_decode()
389 for (i = 0; i < tuples; i++) { in fdt_lbc_reg_decode()
457 int tuple_size, tuples; in lbc_attach() local
551 tuples = OF_getencprop_alloc_multi(node, "ranges", tuple_size, in lbc_attach()
553 if (tuples < 0) { in lbc_attach()
562 sc->sc_addr_cells, sc->sc_size_cells, tuple_size, tuples); in lbc_attach()
566 for (i = 0; i < tuples; i++) { in lbc_attach()
/src/sys/dev/xdma/
H A Dxdma.c364 int i, reg_len, ret, tuple_size, tuples; in xdma_handle_mem_node() local
382 tuples = reg_len / tuple_size; in xdma_handle_mem_node()
384 for (i = 0; i < tuples; i++) { in xdma_handle_mem_node()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java303 List < Tuple > tuples = new ArrayList < Tuple > (); in getPrintaRecord() local
305 tuples.add(t); in getPrintaRecord()
307 Collections.sort(tuples); in getPrintaRecord()
309 aggregations, formattedOutput, tuples, in getPrintaRecord()
/src/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt41 offset and bitmask of RMII reset field. May have multiple tuples if more
45 possibly multiple tuples describing registers which are write protected by
57 is contained in a single byte. This property has two tuples. Each tuple has
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
H A Dqcom,pdc.txt53 The tuples indicates the valid mapping of valid PDC ports
/src/sys/contrib/device-tree/Bindings/sound/
H A Dimx-audmux.txt19 For imx31-audmux and above, it is a list of tuples
H A Dsamsung,tm2-audio.txt11 - i2s-controller : the list of phandle and argument tuples pointing to
/src/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
76 Here an example with multiple "reg" tuples:
/src/sys/arm/mv/
H A Dmv_common.c1658 fdt_get_ranges(const char *nodename, void *buf, int size, int *tuples, in fdt_get_ranges() argument
1693 *tuples = tuples_count; in fdt_get_ranges()
1703 int i, entry_size, err, t, tuple_size, tuples; in win_cpu_from_dt() local
1709 &tuples, &tuple_size)) == 0) { in win_cpu_from_dt()
1716 cpu_wins_no = tuples; in win_cpu_from_dt()
1719 if (tuples > nitems(cpu_win_tbl)) { in win_cpu_from_dt()
1724 for (i = 0, t = 0; t < tuples; i += entry_size, t++) { in win_cpu_from_dt()
H A Dmv_pci.c122 int tuple_size, tuples, i, rv, offset_cells, len; in mv_pci_ranges_decode() local
146 tuples = len / tuple_size; in mv_pci_ranges_decode()
158 for (i = 0; i < tuples; i++) { in mv_pci_ranges_decode()
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod85 to use SSL_CTX_set1_groups_list() with the ability to specify group tuples.
104 The I<list> can be used to define several group tuples of comparable security
117 Group tuples of comparable security are defined by separating them from each
120 server. The following string I<list> for example defines three tuples when
144 is used for the key agreement. The preference order of the group tuples is determined
145 by the order of the tuples in the array, and the preference order of the groups within
275 of highest preference to least, 3 group tuples are created: "A:B", "C:D", and
/src/sys/contrib/device-tree/Bindings/pci/
H A D83xx-512x-pci.txt6 - reg: should contain two address length tuples
H A Dpci-iommu.txt38 The property is an arbitrary number of tuples of
/src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
/src/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt120 The property is an arbitrary number of tuples of
130 The property is an arbitrary number of tuples of
/src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java270 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() local
271 if (tuples.isEmpty()) { in consumeProbeData()
274 for (Tuple t : tuples) { in consumeProbeData()
/src/share/doc/psd/21.ipc/
H A Dspell.ok329 tuples
/src/stand/fdt/
H A Dfdt_loader_cmd.c711 int cells_in_tuple, i, tuples, tuple_size; in fdt_reg_valid() local
716 tuples = len / tuple_size; in fdt_reg_valid()
717 if (tuples == 0) in fdt_reg_valid()
720 for (i = 0; i < tuples; i++) { in fdt_reg_valid()

123