Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c347 bool overwrite = false; in qdict_join_test() local
356 qdict_join(dict1, dict2, overwrite); in qdict_join_test()
366 qdict_join(dict1, dict2, overwrite); in qdict_join_test()
377 qdict_join(dict1, dict2, overwrite); in qdict_join_test()
388 qdict_join(dict1, dict2, overwrite); in qdict_join_test()
391 g_assert(qdict_size(dict2) == !overwrite); in qdict_join_test()
393 g_assert(qdict_get_int(dict1, "foo") == (overwrite ? 84 : 42)); in qdict_join_test()
396 if (!overwrite) { in qdict_join_test()
404 if (!overwrite) { in qdict_join_test()
412 if (!overwrite) { in qdict_join_test()
[all …]
/openbmc/telemetry/src/types/
H A Dreport_updates.hpp14 overwrite, enumerator
31 ReportUpdates::overwrite),
/openbmc/qemu/tests/qemu-iotests/
H A D23635 overwrite = [("0xab", "0", "64k"), # Full overwrite variable
99 for p in overwrite:
H A D295.out20 Job failed: Refusing to overwrite active keyslot 2 - please erase it first
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing42 overwrite = [('0xab', '0', '64k'), # Full overwrite variable
202 for p in overwrite:
269 for p in overwrite + remainder:
/openbmc/qemu/include/migration/
H A Dsnapshot.h32 bool save_snapshot(const char *name, bool overwrite,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf102 overwrite = 0
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/
H A D0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch16 one because set_fdt_addr() function does not overwrite the fdt_addr
24 With this patch set_fdt_addr() function always overwrite fdt_addr value.
/openbmc/qemu/include/block/
H A Dqdict.h21 void qdict_join(QDict *dest, QDict *src, bool overwrite);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.9-fix-ftbfs.patch7 * Kindly null terminate, always, even if might overwrite
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D60-joystick.rules6 # don't need the devpath of the js device for this so it is OK to overwrite.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A Dgettext.patch9 ## If you don't want it to overwrite it,
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py76 overwrite the value determined from TEST_TARGET_IP at build time")
78 overwrite the value determined from TEST_SERVER_IP at build time.")
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood.dtsi94 * overwrite marvell,pins on board level if required.
108 * overwrite marvell,pins on board level if required.
326 /* overwrite MAC address in bootloader */
359 /* overwrite MAC address in bootloader */
H A Dkirkwood-ns2-common.dtsi88 /* overwrite reg property in board file */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/
H A Dpython3-wxgtk4_4.2.2.bb16 file://not-overwrite-cflags-cxxflags.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch7 error: m4_copy: won't overwrite defined macro: glib_DEFUN
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dnot-overwrite-cflags-cxxflags.patch4 Subject: [PATCH] Not overwrite CFLAGS and CXXFLAGS. It also avoid buildpaths
/openbmc/openbmc/poky/scripts/
H A Dpull-sdpx-licenses.py76 if dest_license_file.is_file() and not args.overwrite:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A Ddebian_patches_0014_avoid_pic_overwrite.diff7 is created out of non-PIC objects, is not going to overwrite the PIC version,
/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp93 bool overwrite; member
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py71 if os.path.exists(name) and not args.overwrite:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0007-add-error-API-when-error.h-is-not-on-platform.patch26 @@ -794,3 +795,26 @@ int setenv(const char *name, const char *value, int overwrite)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A DREADME23 All objects loaded with the same primary keys overwrite the existing data.
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp150 ReportUpdates reportUpdatesProperty = ReportUpdates::overwrite;

1234