Home
last modified time | relevance | path

Searched full:chain (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/scripts/
H A Doe-depends-dot56 def insert_dep_chain(chain, rdeps, alldeps): argument
58 insert elements to chain from rdeps, according to alldeps
60 # chain should at least contain one element
61 if len(chain) == 0:
66 if rdep in chain:
69 for i in range(0, len(chain)-1):
70 if chain[i] in alldeps[rdep] and rdep in alldeps[chain[i+1]]:
71 chain.insert(i+1, rdep)
74 if chain[-1] in alldeps[rdep] and rdep not in chain:
75 chain.append(rdep)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables-legacy-save16 chain=""
25 Bridge\ chain:\ *)
26 chain="${line#Bridge chain: }"
27 chain="${chain%%,*}"
29 echo ":$chain $policy"
34 rules="$rules-A $chain $line
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dscan_manager.c14 * Maximum polling loop to wait for IO scan chain engine becomes idle
38 * scan_chain_engine_is_idle() - Check if the JTAG scan chain is idle
41 * Function to check IO scan chain engine status and wait if the engine is
42 * is active. Poll the IO scan chain engine till maximum iteration reached.
66 * scan_mgr_jtag_io() - Access the JTAG chain
71 * Perform I/O on the JTAG chain
136 * scan_mgr_io_scan_chain_prg() - Program HPS IO Scan Chain
137 * @io_scan_chain_id: IO scan chain ID
152 * De-assert reinit if the IO scan chain is intended for HIO. In in scan_mgr_io_scan_chain_prg()
153 * this, its the chain 3. in scan_mgr_io_scan_chain_prg()
[all …]
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst18 synchronize data from a disk image chain (including current active disk)
34 Disk image backing chain notation
37 A simple disk image chain. (This can be created live using QMP
54 files in a disk image backing chain:
56 (1) Directional: 'base' and 'top'. Given the simple disk image chain
62 simple disk image chain from the above, disk image [A] is referred
85 (a) QEMU rewrites the backing chain to remove
99 chain). Since QEMU 2.0, this includes "active ``block-commit``"
105 (a) QEMU rewrites the backing chain to remove reference
149 image chain, and continue to refer to the disks using their
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D0434 # Test that qemu-img info --backing-chain detects infinite loops
54 _img_info --backing-chain
63 _img_info --backing-chain
76 _img_info --backing-chain
85 echo "== finite chain of length 3 (human) =="
87 _img_info --backing-chain | grep -v '^backing file format:'
90 echo "== finite chain of length 3 (json) =="
91 _img_info --backing-chain --output=json | grep -v 'backing-filename-format'
H A D2794 # Test qemu-img --backing-chain --image-opts
50 echo '== qemu-img info --backing-chain =='
51 _img_info --backing-chain | _filter_img_info | grep -v 'backing file format'
54 echo '== qemu-img info --backing-chain --image-opts =='
55 TEST_IMG="driver=$IMGFMT,file.driver=file,file.filename=$TEST_IMG" _img_info --backing-chain --imag…
H A D09750 # 0: Two-layer backing chain, commit to upper backing file (implicitly)
52 # 1: Two-layer backing chain, commit to upper backing file (explicitly)
54 # 2: Two-layer backing chain, commit to upper backing file (implicitly with -d)
56 # 3: Two-layer backing chain, commit to lower backing file
82 # first backing file in the chain)
H A D024202 # Check that rebase within the chain is working when
215 echo "=== Test rebase within one backing chain ==="
218 echo "Creating backing chain"
243 echo "Rebase onto another image in the same chain"
260 # Check that rebase within the chain is working when
277 echo "Creating backing chain"
297 echo "Rebase onto another image in the same chain"
336 echo "Creating backing chain"
H A D279.out6 == qemu-img info --backing-chain ==
21 == qemu-img info --backing-chain --image-opts ==
H A D17667 # 0: Two-layer backing chain, commit to upper backing file (implicitly)
69 # 1: Two-layer backing chain, commit to upper backing file (explicitly)
71 # 2: Two-layer backing chain, commit to upper backing file (implicitly with -d)
73 # 3: Two-layer backing chain, commit to lower backing file
115 # first backing file in the chain)
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br.rules2 chain gbmc_br_prerouting {
12 chain gbmc_br_input {
30 chain gbmc_br_int_input {
34 chain gbmc_br_pub_input {
H A D50-gbmc-br-cn-redirect.rules2 chain gbmcbr_mark {
10 chain gbmcbr_nat_input {
19 chain gbmcbr_nat_output {
/openbmc/qemu/pc-bios/s390-ccw/
H A Ddasd-ipl.c40 ccw->chain && next_ccw->cmd_code == CCW_CMD_TIC); in is_read_tic_ccw_chain()
49 /* Skip over inline TIC (it might not have the chain bit on) */ in dynamic_cp_fixup()
56 if (!cur_ccw->chain) { in dynamic_cp_fixup()
61 * Breaking a chain of CCWs may alter the semantics or even the in dynamic_cp_fixup()
68 cur_ccw->chain = 0; in dynamic_cp_fixup()
86 printf("executing ccw chain at 0x%X\n", cpa); in run_dynamic_ccw_program()
110 ccwIplRead->chain = 0; /* Chain flag */ in make_readipl()
159 ccwRead->chain = 0x00; in ipl1_fixup()
163 ccwSeek->chain = 1; in ipl1_fixup()
171 ccwSearchID->chain = 1; in ipl1_fixup()
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A D50-gbmc-nic.rules.in2 chain @IF@_input {
11 chain gbmc_br_pub_input {
14 chain @IF@_forward {
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi.hpp67 * chain it gets called. Lower priority numbers will cause the handler to
68 * be executed later in the chain, while the highest priority numbers will cause
71 * In order to facilitate a chain of handlers, each handler in the chain will be
73 * will break the chain and no further handlers will execute for that signal.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation44 # Create backing chain of three images, where the backing file strings
77 Migrate a VM with the backing chain created in setUp() attached. At
131 # chain below. This is how the issue was originally found.
141 # Check the newly created overlay's backing chain
142 chain = qemu_img_info('--backing-chain', imgs[3])
143 for index, image in enumerate(chain):
/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/
H A D50-dhcp-done.rules2 chain gbmc_br_pub_input {
5 chain count_port_23 {
/openbmc/qemu/accel/tcg/
H A Dtcg-stats.c76 "%0.2f%% avg chain occ. " in print_qht_statistics()
83 hgram_bins = qdist_xmax(&hst.chain) - qdist_xmin(&hst.chain); in print_qht_statistics()
90 hgram = qdist_pr(&hst.chain, hgram_bins, hgram_opts); in print_qht_statistics()
91 avg = qdist_avg(&hst.chain); in print_qht_statistics()
93 g_string_append_printf(buf, "TB hash avg chain %0.3f buckets. " in print_qht_statistics()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0006-mmal_chain.patch6 --- a/modules/video_chroma/chain.c
7 +++ b/modules/video_chroma/chain.c
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSecurityPolicy.v1_0_3.json203chain is a chain containing only CA certificates. If `VerifyCertificate` contains the value `true…
218chain is a chain containing only CA certificates. If `VerifyCertificate` contains the value `true…
473chain is a chain containing only CA certificates. If `VerifyCertificate` contains the value `true…
479chain is a chain containing only CA certificates. If `VerifyCertificate` contains the value `true…
/openbmc/qemu/tests/tcg/multiarch/
H A Dfollow-fork-mode.c4 * fork() a chain of processes.
6 * position in the chain, in order to prove that they survived GDB's fork()
/openbmc/u-boot/include/zfs/
H A Dzil.h19 * intent_log objset. The log header points to a chain of log blocks,
33 blkptr_t zh_log; /* log chain */
/openbmc/u-boot/tools/buildman/
H A DREADME94 Buildman automatically selects the correct tool chain for each board. You
247 Tool chain test: OK, arch='x86', priority 1
249 Tool chain test: OK, arch='arm', priority 1
255 Tool chain test: OK, arch='i386', priority 4
261 Tool chain test: OK, arch='aarch64', priority 4
267 Tool chain test: OK, arch='microblaze', priority 4
273 Tool chain test: OK, arch='mips64', priority 4
279 Tool chain test: OK, arch='sparc64', priority 4
285 Tool chain test: OK, arch='arm', priority 3
292 Tool chain test: OK, arch='sparc', priority 4
[all …]
/openbmc/qemu/common-user/host/s390x/
H A Dsafe-syscall.inc.S41 stg %r1,0(%r15) /* store back chain */
78 lg %r15,0(%r15) /* load back chain */
91 2: lg %r15,0(%r15) /* load back chain */
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c71 * chain bit is set), then set the chain bit in all the following link TRBs.
73 * have their chain bit cleared (so that each Link TRB is a separate TD).
75 * Section 6.4.4.1 of the 0.95 spec says link TRBs cannot have the chain bit
76 * set, but other sections talk about dealing with the chain bit set. This was
78 * xHCI hardware can't handle the chain bit being cleared on a link TRB.
91 u32 chain; in inc_enq() local
94 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
111 if (!chain && !more_trbs_coming) in inc_enq()
117 * carry over the chain bit of the previous TRB in inc_enq()
118 * (which may mean the chain bit is cleared). in inc_enq()
[all …]

12345678910>>...13