Home
last modified time | relevance | path

Searched defs:fix (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qga.c141 static void test_qga_sync_delimited(gconstpointer fix) in test_qga_sync_delimited()
182 static void test_qga_sync(gconstpointer fix) in test_qga_sync()
210 static void test_qga_ping(gconstpointer fix) in test_qga_ping()
220 static void test_qga_id(gconstpointer fix) in test_qga_id()
231 static void test_qga_invalid_oob(gconstpointer fix) in test_qga_invalid_oob()
242 static void test_qga_invalid_args(gconstpointer fix) in test_qga_invalid_args()
261 static void test_qga_invalid_cmd(gconstpointer fix) in test_qga_invalid_cmd()
279 static void test_qga_info(gconstpointer fix) in test_qga_info()
295 static void test_qga_get_vcpus(gconstpointer fix) in test_qga_get_vcpus()
313 static void test_qga_get_fsinfo(gconstpointer fix) in test_qga_get_fsinfo()
[all …]
/openbmc/qemu/block/
H A Dqed-check.c21 bool fix; /* whether to fix invalid offsets */ member
224 int coroutine_fn qed_check(BDRVQEDState *s, BdrvCheckResult *result, bool fix) in qed_check()
H A Dparallels.c596 BdrvCheckMode fix) in parallels_check_unclean()
661 BdrvCheckMode fix) in parallels_check_data_off()
701 BdrvCheckMode fix) in parallels_check_outside_image()
743 BdrvCheckMode fix, bool explicit) in parallels_check_leak()
790 BdrvCheckMode fix) in parallels_check_duplicate()
924 BdrvCheckMode fix) in parallels_collect_statistics()
955 BdrvCheckMode fix) in parallels_co_check()
H A Dqcow2-snapshot.c432 BdrvCheckMode fix) in qcow2_check_read_snapshot_table()
553 BdrvCheckMode fix) in qcow2_check_fix_snapshot_table()
H A Dqcow2-refcount.c1666 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l2()
1866 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l1()
1953 check_oflag_copied(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix) in check_oflag_copied()
2087 BdrvCheckMode fix, bool *rebuild, in check_refblocks()
2202 BdrvCheckMode fix, bool *rebuild, in calculate_refcounts()
2305 BdrvCheckMode fix, bool *rebuild, in compare_refcounts()
2783 qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix) in qcow2_check_refcounts()
H A Dvdi.c279 BdrvCheckMode fix) in vdi_co_check()
H A Dvhdx.c2172 BdrvCheckMode fix) in vhdx_co_check()
H A Dqed.c1600 BdrvCheckMode fix) in bdrv_qed_co_check()
H A Dqcow2.c609 BdrvCheckMode fix) in qcow2_co_check_locked()
648 BdrvCheckMode fix) in qcow2_co_check()
H A Dvmdk.c2958 vmdk_co_check(BlockDriverState *bs, BdrvCheckResult *result, BdrvCheckMode fix) in vmdk_co_check()
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py101 def fail(self, issue, fix=None, commit=None, data=None): argument
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c121 struct fb_fix_screeninfo *fix = &info->fix; in mxcfb_set_fix() local
/openbmc/qemu/
H A Dqemu-img.c613 int fix) in collect_image_check()
664 int fix = 0; in img_check() local
H A Dblock.c5661 BdrvCheckResult *res, BdrvCheckMode fix) in bdrv_co_check()
/openbmc/u-boot/include/linux/
H A Dfb.h498 struct fb_fix_screeninfo fix; /* Current fix */ member