Home
last modified time | relevance | path

Searched full:combined (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/openbmc/qemu/hw/usb/
H A Dcombined-packet.c28 static void usb_combined_packet_add(USBCombinedPacket *combined, USBPacket *p) in usb_combined_packet_add() argument
30 qemu_iovec_concat(&combined->iov, &p->iov, 0, p->iov.size); in usb_combined_packet_add()
31 QTAILQ_INSERT_TAIL(&combined->packets, p, combined_entry); in usb_combined_packet_add()
32 p->combined = combined; in usb_combined_packet_add()
35 /* Note will free combined when the last packet gets removed */
36 static void usb_combined_packet_remove(USBCombinedPacket *combined, in usb_combined_packet_remove() argument
39 assert(p->combined == combined); in usb_combined_packet_remove()
40 p->combined = NULL; in usb_combined_packet_remove()
41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove()
42 if (QTAILQ_EMPTY(&combined->packets)) { in usb_combined_packet_remove()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only14 …a covered work governed by this License, other than an Application or a Combined Work as defined b…
18Combined Work” is a work produced by combining or linking an Application with the Library. The par…
20 … Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any s…
22Combined Work means the object code and/or source code for the Application, including any data and…
40 4. Combined Works.
42Combined Work under terms of your choice that, taken together, effectively do not restrict modific…
44 …* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and …
45 * b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
46 …* c) For a Combined Work that displays copyright notices during execution, include the copyright n…
48 …ion with a modified version of the Linked Version to produce a modified Combined Work, in the mann…
[all …]
H A DLGPL-3.0-or-later25 an Application or a Combined Work as defined below.
36 A "Combined Work" is a work produced by combining or linking an Application
37 with the Library. The particular version of the Library with which the Combined
42 The "Minimal Corresponding Source" for a Combined Work means the Corresponding
43 Source for the Combined Work, excluding any source code for portions of the
44 Combined Work that, considered in isolation, are based on the Application,
49 The "Corresponding Application Code" for a Combined Work means the object
51 programs needed for reproducing the Combined Work from the Application, but
52 excluding the System Libraries of the Combined Work.
88 4. Combined Works.
[all …]
H A DLGPL-3.0-with-zeromq-exception20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
H A DOCLC-2.017 A "Combined Work" results from combining and integrating all or parts of the Program with other cod…
30 …FICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING…
44 D. Requirements for a Combined Work Distribution
45 Distributions of Combined Works are subject to the terms of this license and must be made at no cha…
47 A Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of…
H A DGPL-2.0-with-classpath-exception4 Linking this library statically or dynamically with other modules is making a combined work based o…
H A DCAL-1.0-Combined-Work-Exception12 SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception
14 Combined Work Exception
224 ### 4.5. Combined Work Exception
228 the "Combined Work Exception," or any object code exclusively
229 resulting from Source Code files so marked, may be combined with other
H A DCAL-1.012 SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception
14 Combined Work Exception
224 ### 4.5. Combined Work Exception
228 the "Combined Work Exception," or any object code exclusively
229 resulting from Source Code files so marked, may be combined with other
H A DDL-DE-ZERO-2.020 …be merged with own data and with the data of others and be combined to form new and independent da…
/openbmc/u-boot/drivers/misc/
H A Dmpc83xx_serdes.h13 * @SRDSCR0_DPP_1V2: Combined bitmask to set diff pk-pk swing for both lanes
47 * @SRDSCR2_SEIC_MASK: Combined bitmask to set the receiver electrical idle
53 * @SRDSCR2_SEIC_SATA: Combined bitmask to set the value of both SEIC fields
59 * @SRDSCR2_SEIC_PEX: Combined bitmask to set the value of both SEIC fields
65 * @SRDSCR2_SEIC_SGMII: Combined bitmask to set the value of both SEIC fields
94 * @SRDSCR3_KFR_SATA: Combined bitmask to set both KFR fields to the
100 * @SRDSCR3_KPH_SATA: Combined bitmask to set both KPH fields to the
106 * @SRDSCR3_SDFM_SATA_PEX: Combined bitmask to set both SDFM fields to the
112 * @SRDSCR3_SDTXL_SATA: Combined bitmask to set both SDTXL fields to the
146 * @SRDSCR4_PROT_SATA: Combined bitmask to set both PROT fields to the
[all …]
/openbmc/qemu/include/exec/
H A Dmemopidx.h35 * @oi: combined op/idx parameter
37 * Extract the memory operation from the combined value.
46 * @oi: combined op/idx parameter
48 * Extract the mmu index from the combined value.
/openbmc/u-boot/tools/patman/
H A Dcommand.py22 self.combined = None
26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
30 self.combined = combined
99 result.stdout, result.stderr, result.combined = (
H A Dcros_subprocess.py125 A tuple (stdout, stderr, combined) which is the data received on
126 stdout, stderr and the combined data (interleaved stdout and stderr).
141 and the combined output will just be the same as stdout.
163 combined = []
200 combined.append(data)
215 combined.append(data)
228 combined = ''.join(combined)
241 return (stdout, stderr, combined)
290 # The total length of stdout and stderr should equal the combined length
/openbmc/u-boot/doc/device-tree-bindings/ata/
H A Dintel-sata.txt11 "combined" : Use combined IDE + legacy mode
/openbmc/u-boot/lib/libavb/
H A Davb_cmdline.c164 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local
169 avb_memcpy(combined, major_digits, num_major_digits); in cmdline_append_version()
170 combined[num_major_digits] = '.'; in cmdline_append_version()
171 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits); in cmdline_append_version()
172 combined[num_major_digits + 1 + num_minor_digits] = '\0'; in cmdline_append_version()
174 return cmdline_append_option(slot_data, key, combined); in cmdline_append_version()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass3 # xxx = [DISTRO,MACHINE,COMBINED,IMAGE]
24 for kind in ['DISTRO', 'MACHINE', 'COMBINED', 'IMAGE']:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/
H A Dnanopb.bb1 SUMMARY = "Combined nanopb package"
/openbmc/u-boot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PB165 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-spi-combined.bin
166 2) => tftp 1000000 u-boot-spi-combined.bin
171 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-sd-combined.bin
172 2) => tftp 1000000 u-boot-sd-combined.bin
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp16 /** Combined bit-set value of the held flags. */
56 // so that it can be combined together with other flags using `log_flag`.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxinerama_1.1.5.bb7 devices which may be combined into a single logical X screen."
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_blk.h76 * VIRTIO_BLK_T_OUT may be combined with VIRTIO_BLK_T_SCSI_CMD or
78 * and may not be combined with any of the other flags.
/openbmc/openbmc/poky/scripts/
H A Dcrosstap175 "image-combined-dbg" in inherited classes is specified. As result the image
177 adding 'dbg-pkgs' to EXTRA_IMAGE_FEATURES or adding "image-combined-dbg" to
178 USER_CLASSES. I.e add this line 'USER_CLASSES += "image-combined-dbg"' to
252 if "image-combined-dbg" in self.inherit.split():
365 USER_CLASSES += "image-combined-dbg"
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A DREADME20 Implement layer index style query operations on a combined index
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/
H A Dpong-clock_1.0.bb1 SUMMARY = "A clock combined with a game of pong"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mtr/
H A Dmtr_0.95.bb1 SUMMARY = "Combined traceroute and ping utility"

12345678910>>...15