/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.MultiAggPrinta.ksh.out | 3 }, 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 …]
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_common.c | 78 int err, i, len, tuple_size, tuples; in fdt_get_range_by_busaddr() local 110 tuples = len / (tuple_size * sizeof(cell_t)); in fdt_get_range_by_busaddr() 118 for (i = 0; i < tuples; i++) { in fdt_get_range_by_busaddr() 452 int i, res_len, rv, tuple_size, tuples; in fdt_get_reserved_regions() local 483 tuples = res_len / tuple_size; in fdt_get_reserved_regions() 485 for (i = 0; i < tuples; i++) { in fdt_get_reserved_regions() 551 int i, reg_len, rv, tuple_size, tuples; in fdt_get_mem_regions() local 581 tuples = reg_len / tuple_size; in fdt_get_mem_regions() 583 for (i = 0; i < tuples; i++) { in fdt_get_mem_regions()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | readcis.c | 128 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 D | readcis.h | 38 struct tuple *tuples; member
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | lbc.c | 373 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() 561 "tuple_size = %d, tuples in lbc_attach() [all...] |
/freebsd/sys/dev/xdma/ |
H A D | xdma.c | 364 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()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 303 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()
|
/freebsd/sys/contrib/device-tree/Bindings/c6x/ |
H A D | dscr.txt | 41 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
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
H A D | qcom,pdc.txt | 53 The tuples indicates the valid mapping of valid PDC ports
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | imx-audmux.txt | 19 For imx31-audmux and above, it is a list of tuples
|
H A D | samsung,tm2-audio.txt | 11 - i2s-controller : the list of phandle and argument tuples pointing to
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 76 Here an example with multiple "reg" tuples:
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
H A D | pci-iommu.txt | 38 The property is an arbitrary number of tuples of
|
H A D | pci-msi.txt | 33 msi-specifier data. The property is an arbitrary number of tuples of
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms).
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | fsl,qoriq-mc.txt | 120 The property is an arbitrary number of tuples of 130 The property is an arbitrary number of tuples of
|
/freebsd/sys/arm/mv/ |
H A D | mv_common.c | 2516 fdt_get_ranges(const char *nodename, void *buf, int size, int *tuples, in fdt_get_ranges() argument 2551 *tuples = tuples_count; in fdt_get_ranges() 2561 int i, entry_size, err, t, tuple_size, tuples; in win_cpu_from_dt() local 2567 &tuples, &tuple_size)) == 0) { in win_cpu_from_dt() 2574 cpu_wins_no = tuples; in win_cpu_from_dt() 2577 if (tuples > nitems(cpu_win_tbl)) { in win_cpu_from_dt() 2582 for (i = 0, t = 0; t < tuples; i += entry_size, t++) { in win_cpu_from_dt()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 270 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() local 271 if (tuples.isEmpty()) { in consumeProbeData() 274 for (Tuple t : tuples) { in consumeProbeData()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 329 tuples
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 711 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()
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | README | 14 addresses, in order to make more 4-tuples available for testing, and will
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t6fw_cfg_fpga.txt | 111 # TP_VLAN_PRI_MAP to select filter tuples and enable ServerSram 114 # filter tuples : fragmentation, mpshittype, macmatch, ethertype, 119 # filter tuples enforced in LE active region (equal to or subset of filterMode)
|
H A D | t4fw_cfg_uwire.txt | 120 # TP_VLAN_PRI_MAP to select filter tuples 121 # filter tuples : fragmentation, mpshittype, macmatch, ethertype, 126 # filter tuples enforced in LE active region (equal to or subset of filterMode)
|