Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 1937) sorted by relevance

12345678910>>...78

/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c18 QDict *dict, *copy; in qdict_defaults_test() local
21 copy = qdict_new(); in qdict_defaults_test()
28 qdict_copy_default(copy, dict, "foo"); in qdict_defaults_test()
29 g_assert_cmpstr(qdict_get_str(copy, "foo"), ==, "abc"); in qdict_defaults_test()
30 qdict_set_default_str(copy, "bar", "xyz"); in qdict_defaults_test()
31 qdict_copy_default(copy, dict, "bar"); in qdict_defaults_test()
32 g_assert_cmpstr(qdict_get_str(copy, "bar"), ==, "xyz"); in qdict_defaults_test()
34 qobject_unref(copy); in qdict_defaults_test()
529 QDict *copy; in qdict_rename_keys_test() local
543 copy = qdict_clone_shallow(dict); in qdict_rename_keys_test()
[all …]
/openbmc/u-boot/lib/zlib/
H A Dinflate.c103 unsigned copy, dist; in updatewindow() local
123 copy = out - strm->avail_out; in updatewindow()
124 if (copy >= state->wsize) { in updatewindow()
131 if (dist > copy) dist = copy; in updatewindow()
132 zmemcpy(state->window + state->write, strm->next_out - copy, dist); in updatewindow()
133 copy -= dist; in updatewindow()
134 if (copy) { in updatewindow()
135 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow()
136 state->write = copy; in updatewindow()
337 unsigned copy; /* number of stored or match bytes to copy */ in inflate() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcow.py80 a = COWDictBase.copy()
97 b = COWDictBase.copy()
98 c = COWDictBase.copy()
111 b_2 = b.copy()
112 c_2 = c.copy()
133 c_3 = c_2.copy()
134 b_3 = b_2.copy()
135 b_3_2 = b_2.copy()
155 c = COWDictBase.copy()
160 copy = c.copy()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c244 int copy = MIN(bytes, 0x1000 - (gva & 0xfff)); in vmx_write_mem() local
250 MEMTXATTRS_UNSPECIFIED, data, copy); in vmx_write_mem()
253 bytes -= copy; in vmx_write_mem()
254 gva += copy; in vmx_write_mem()
255 data += copy; in vmx_write_mem()
265 int copy = MIN(bytes, 0x1000 - (gva & 0xfff)); in vmx_read_mem() local
271 data, copy); in vmx_read_mem()
273 bytes -= copy; in vmx_read_mem()
274 gva += copy; in vmx_read_mem()
275 data += copy; in vmx_read_mem()
/openbmc/qemu/qapi/
H A Dvfio.json20 # @stop-copy: The device is stopped and its internal state is
28 # @pre-copy: The device is running, tracking its internal state and
31 # @pre-copy-p2p: The device is running in the P2P quiescent state,
38 'data': [ 'stop', 'running', 'stop-copy', 'resuming', 'running-p2p',
39 'pre-copy', 'pre-copy-p2p' ] }
/openbmc/u-boot/env/
H A Dmmc.c64 static inline s64 mmc_offset(int copy) in mmc_offset() argument
93 if (copy) { in mmc_offset()
101 static inline s64 mmc_offset(int copy) in mmc_offset() argument
106 if (copy) in mmc_offset()
113 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
115 s64 offset = mmc_offset(copy); in mmc_get_env_addr()
205 int ret, copy = 0; in env_mmc_save() local
220 copy = 1; in env_mmc_save()
223 if (mmc_get_env_addr(mmc, copy, &offset)) { in env_mmc_save()
228 printf("Writing to %sMMC(%d)... ", copy ? "redundant " : "", dev); in env_mmc_save()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsetup.py13 shutil.copy(
16 shutil.copy(
19 shutil.copy(
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAdobe-Glyph3 …by granted, free of charge, to any person obtaining a copy of this documentation file to use, copy
8copy of this documentation file, to create their own derivative works from the content of this doc…
H A DWXwindows7 Everyone is permitted to copy and distribute verbatim copies
23 You should have received a copy of the GNU Library General Public Licence
37 2. The exception is that you may use, copy, link, modify and distribute
41 3. If you copy code from files distributed under the terms of the GNU
43 copy of this library, as this licence permits, the exception does not
H A DNGPL8 Everyone is permitted to copy and distribute verbatim copies of this license, but changing it is no…
21copy and distribute verbatim copies of NetHack source code as you receive it, in any medium, provi…
22 You may modify your copy or copies of NetHack or any portion of it, and copy and distribute such mo…
27 c) You may charge a distribution fee for the physical act of transferring a copy, and you may at yo…
29 You may copy and distribute NetHack (or a portion or derivative of it, under Paragraph 2) in object…
36 …may not copy, sublicense, distribute or transfer NetHack except as expressly provided under this L…
/openbmc/qemu/audio/
H A Djackaudio.c143 int copy = frames; in qjack_buffer_write() local
146 while (copy) { in qjack_buffer_write()
156 --copy; in qjack_buffer_write()
209 int copy = frames; in qjack_buffer_read() local
212 while (copy) { in qjack_buffer_read()
222 --copy; in qjack_buffer_read()
235 int copy = frames; in qjack_buffer_read_l() local
239 if (copy > used) { in qjack_buffer_read_l()
240 copy = used; in qjack_buffer_read_l()
244 if (right > copy) { in qjack_buffer_read_l()
[all …]
/openbmc/ipmitool/
H A Dbootstrap34 libtoolize --automake --copy
37 automake --foreign --add-missing --copy
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0006-Prevent-ffmpeg-configure-compile-race-condition.patch27 .PHONY : copy
28 copy:
29 @@ -13,7 +13,7 @@ copy:
/openbmc/qemu/hw/display/
H A Dqxl-logger.c138 static int qxl_log_cmd_draw_copy(PCIQXLDevice *qxl, QXLCopy *copy, in qxl_log_cmd_draw_copy() argument
144 copy->src_bitmap); in qxl_log_cmd_draw_copy()
145 ret = qxl_log_image(qxl, copy->src_bitmap, group_id); in qxl_log_cmd_draw_copy()
150 qxl_log_rect(&copy->src_area); in qxl_log_cmd_draw_copy()
151 fprintf(stderr, " rop %d", copy->rop_descriptor); in qxl_log_cmd_draw_copy()
163 return qxl_log_cmd_draw_copy(qxl, &draw->u.copy, group_id); in qxl_log_cmd_draw()
181 return qxl_log_cmd_draw_copy(qxl, &draw->u.copy, group_id); in qxl_log_cmd_draw_compat()
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/
H A Dlinux-yocto-custom.bb7 # To use linux-yocto-custom in your layer, copy this recipe (optionally
13 # method is to copy your .config to files/defconfig in your layer,
14 # in the same directory as the copy (and rename) of this recipe and
55 # Override SRC_URI in a copy of this recipe to point at a different source
62 # Modify SRCREV to a different commit hash in a copy of this recipe to
69 # Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h295 .copy = (c) \
303 .copy = copy_state_8to8, \
312 .copy = (c), \
321 .copy = (c), \
330 .copy = (c), \
339 .copy = NULL, \
353 .copy = (c), \
362 .copy = (c), \
371 .copy = (c), \
571 void (*copy)(void *, void *, bool); member
/openbmc/qemu/scripts/qapi/
H A Dsource.py12 import copy
51 info = copy.copy(self)
/openbmc/openbmc/meta-raspberrypi/classes/
H A Dsdcard_image-rpi.bbclass101 … ${DEPLOY_DIR_IMAGE}/${BOOTFILES_DIR_NAME}/* ::/ || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
103 …g -s ${DEPLOY_DIR_IMAGE}/armstubs/${ARMSTUB} ::/ || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
119 …LOY_DIR_IMAGE}/${DEPLOY_FILE} ::${DEST_FILENAME} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
123 …LOY_DIR_IMAGE}/u-boot.bin ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
124 …t.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
126 …${INITRAMFS_LINK_NAME}.bin ::${KERNEL_IMAGETYPE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
128 …IMAGE}/${KERNEL_IMAGETYPE} ::${KERNEL_IMAGETYPE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
132 …{INITRAMFS_LINK_NAME}.bin ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
134 …MAGE}/${KERNEL_IMAGETYPE} ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
150 …LOY_DIR_IMAGE}/${DEPLOY_FILE} ::${DEST_FILENAME} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_IMAGE}…
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py14 import copy
51 copy = cow variable in COWDictMeta
75 value = value.copy()
77 value = copy.copy(value)
H A Ddata_smart.py20 import copy
150 self.contains[k] = parser.contains[k].copy()
206 def copy(self): member in IncludeHistory
245 self.variables = COWDictBase.copy()
247 def copy(self): member in VariableHistory
249 new.variables = self.variables.copy()
261 self.variables = COWDictBase.copy()
284 self.variables[var].append(loginfo.copy())
294 self.variables[newvar].append(i.copy())
309 loginfo = event.copy()
[all …]
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c762 uint16_t *copy; in fw_cfg_add_i16() local
764 copy = g_malloc(sizeof(value)); in fw_cfg_add_i16()
765 *copy = cpu_to_le16(value); in fw_cfg_add_i16()
767 fw_cfg_add_bytes(s, key, copy, sizeof(value)); in fw_cfg_add_i16()
772 uint16_t *copy, *old; in fw_cfg_modify_i16() local
774 copy = g_malloc(sizeof(value)); in fw_cfg_modify_i16()
775 *copy = cpu_to_le16(value); in fw_cfg_modify_i16()
776 old = fw_cfg_modify_bytes_read(s, key, copy, sizeof(value)); in fw_cfg_modify_i16()
782 uint32_t *copy; in fw_cfg_add_i32() local
784 copy = g_malloc(sizeof(value)); in fw_cfg_add_i32()
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst10 Migration of VFIO devices consists of two phases: the optional pre-copy phase,
11 and the stop-and-copy phase. The pre-copy phase is iterative and allows to
13 transferred. The iterative pre-copy phase of migration allows for the guest to
15 helps to reduce the total downtime of the VM. VFIO devices opt-in to pre-copy
19 When pre-copy is supported, it's possible to further reduce downtime by
21 VFIO migration uAPI defines "initial bytes" as part of its pre-copy data stream
54 remaining pre-copy data that the vendor driver has yet to save for the VFIO
62 active only when the VFIO device is in pre-copy states.
65 vendor driver during iterative pre-copy phase.
141 By default, dirty pages are tracked during pre-copy as well as stop-and-copy
[all …]
/openbmc/qemu/include/semihosting/
H A Duaccess.h93 size_t len, bool copy);
99 #define lock_user(type, p, len, copy) uaccess_lock_user(env, p, len, copy) argument
/openbmc/qemu/tests/functional/
H A Dtest_s390x_pxelinux.py60 shutil.copy(debian_kernel, os.path.join(tftpdir, 'kernel.debian'))
61 shutil.copy(debian_initrd, os.path.join(tftpdir, 'initrd.debian'))
62 shutil.copy(fedora_kernel, os.path.join(tftpdir, 'kernel.fedora'))
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dsimplify_B_place.patch21 - &B_log("ACTION","About to copy $original_source to $original_target -- had to backup target\n");
23 + &B_log("ACTION","About to copy $source to $target -- had to backup target\n");
26 $retval=copy($source,$target);

12345678910>>...78