Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/phosphor-mboxd/vpnor/test/
H A Dtmpd.hpp48 std::vector<char> zeroed(part.data.actual, 0); in VpnorRoot() local
51 .write(zeroed.data(), zeroed.size()); in VpnorRoot()
/openbmc/hiomapd/vpnor/test/
H A Dtmpd.hpp53 std::vector<char> zeroed(part.data.actual, 0); in VpnorRoot() local
56 .write(zeroed.data(), zeroed.size()); in VpnorRoot()
/openbmc/qemu/rust/qemu-api/src/
H A Dzeroable.rs17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() };
H A Dtimer.rs44 Self(unsafe { Opaque::zeroed() }) in new()
H A Dcell.rs1001 pub unsafe fn zeroed() -> Self { in zeroed() method
1003 value: UnsafeCell::new(MaybeUninit::zeroed()), in zeroed()
/openbmc/qemu/hw/nvme/
H A Ddif.c357 bool zeroed; in nvme_dif_mangle_mdata() local
382 zeroed = !!(ret & BDRV_BLOCK_ZERO); in nvme_dif_mangle_mdata()
384 trace_pci_nvme_block_status(offset, bytes, pnum, ret, zeroed); in nvme_dif_mangle_mdata()
386 if (zeroed) { in nvme_dif_mangle_mdata()
H A Dtrace-events41 …64_t bytes, int64_t pnum, int ret, bool zeroed) "offset %"PRId64" bytes %"PRId64" pnum %"PRId64" r…
/openbmc/qemu/block/
H A Dvmdk.c1457 bool zeroed) in get_whole_cluster() argument
1468 copy_from_backing = bs->backing && !zeroed; in get_whole_cluster()
1594 bool zeroed = false; in get_cluster_offset() local
1700 zeroed = true; in get_cluster_offset()
1716 zeroed = true; in get_cluster_offset()
1720 if (!cluster_sector || zeroed) { in get_cluster_offset()
1722 return zeroed ? VMDK_ZEROED : VMDK_UNALLOC; in get_cluster_offset()
1740 zeroed); in get_cluster_offset()
2063 QEMUIOVector *qiov, bool zeroed, bool zero_dry_run) in vmdk_pwritev() argument
2093 !(extent->compressed || zeroed), in vmdk_pwritev()
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dblkverify.rst49 And test.img is corrupt, its first sector is zeroed when it shouldn't be::
/openbmc/qemu/tests/qemu-iotests/
H A D237.out37 …dk"}, "hwversion": "4", "size": 67108864, "subformat": "monolithicSparse", "zeroed-grain": false}}}
64 … "TEST_DIR/PID-t.vmdk"}, "size": 33554432, "subformat": "monolithicSparse", "zeroed-grain": true}}}
H A D244.out144 --- Using a non-zeroed data file ---
H A D024.out190 Check the last cluster is zeroed in overlay before the rebase
H A D059.out23 qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
/openbmc/qemu/docs/interop/
H A Dqed_spec.rst148 which should also be zeroed.
165 Zero data clusters are a space-efficient way of storing zeroed regions of the image.
H A Dqcow2.rst244 zeroed, so that if some existing (or future) additional field will fall into
/openbmc/u-boot/
H A DKconfig191 will return the pointer to the zeroed memory. But this
199 should be replaced by calloc - if one expects zeroed memory.
/openbmc/u-boot/doc/
H A DREADME.gpt95 16 4 B CRC32 of header (0 to header size), with this field zeroed
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt432 and zeroed before the driver's ofdata_to_platdata() method is called. The
662 is allocated for the device and zeroed. It will be accessible as
671 zeroed. It will be accessible as dev->platdata.
674 then this space is allocated and zeroed also. It is allocated for and
H A Dof-plat.txt272 the platform data is allocated, and starts zeroed. In this case the
H A Dspi-howto.txt307 after the remove method is called. It will be zeroed when the probe
/openbmc/qemu/linux-user/
H A Dsyscall.c11567 int zeroed; in _syscall2() local
11584 zeroed = check_zeroed_user(arg2, sizeof(struct target_sched_attr), size); in _syscall2()
11585 if (zeroed < 0) { in _syscall2()
11586 return zeroed; in _syscall2()
11587 } else if (zeroed == 0) { in _syscall2()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1840 /* swapped unsigned halfword load with upper bits zeroed */
1858 /* swapped unsigned int load with upper bits zeroed */
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst394 image contains only unallocated and/or zeroed sectors in the area after the end
/openbmc/qemu/qapi/
H A Dblock-core.json5374 # @zeroed-grain: Whether to enable zeroed-grain feature for sparse
5388 '*zeroed-grain': 'bool' } }
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1821 * real hardware would do a partial insert, e.g. if VRT is zeroed and

12