Home
last modified time | relevance | path

Searched full:zeroed (Results 1 – 25 of 108) sorted by relevance

12345

/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.rs6 /// `MaybeUninit::<Self>::zeroed().assume_init()` does not cause undefined
17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() };
H A Duninit.rs68 /// let mut s: MaybeUninit<S> = MaybeUninit::zeroed();
H A Dtimer.rs44 Self(unsafe { Opaque::zeroed() }) in new()
/openbmc/u-boot/include/mtd/
H A Dubi-user.h230 * @padding: reserved for future, not used, has to be zeroed
281 * @padding1: reserved for future, not used, has to be zeroed
283 * @padding2: reserved for future, not used, has to be zeroed
335 * @padding1: reserved for future, not used, has to be zeroed
338 * @padding2: reserved for future, not used, has to be zeroed
380 * @padding: reserved for future, not used, has to be zeroed
402 * @padding: reserved for future, not used, has to be zeroed
415 * @padding: reserved for future, not used, has to be zeroed
426 * @padding: reserved for future, not used, has to be zeroed
/openbmc/qemu/linux-headers/asm-riscv/
H A Dptrace.h73 * Reserved for expansion of sigcontext structure. Currently zeroed
87 * Reserved for expansion of sigcontext structure. Currently zeroed
/openbmc/qemu/tests/qemu-iotests/
H A D23783 'zeroed-grain': False })
111 'zeroed-grain': True })
H A D29083 # In qcow2 v3 clusters are zeroed (with QCOW_OFLAG_ZERO)
H A D17797 # Discarded clusters are zeroed for v3 or later
H A D12164 # different refcount block being written to disk (a zeroed cluster) than what is
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 D244186 # clusters must be zeroed in the external data file too.
288 echo '--- Using a non-zeroed data file ---'
/openbmc/qemu/hw/nvme/
H A Ddif.c326 * detected for the first block, check if it is zeroed and manually in nvme_dif_check()
357 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()
/openbmc/qemu/block/
H A Dvmdk.c45 /* Zeroed-grain enable bit */
1445 * to the cluster at @cluster_sector_num. If @zeroed is true, we're overwriting
1446 * a zeroed cluster in the current layer and must not copy data from the
1457 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()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DVolume.interface.yaml104 Verifies the the entire disk has been zeroed.
/openbmc/qemu/include/hw/arm/
H A Dsoc_dma.h73 uint64_t drqbmp; /* Is zeroed by soc_dma_reset() */
/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.
/openbmc/qemu/hw/i386/
H A Dtdvf-hob.c104 /* Note, Efi{Free}Memory{Bottom,Top} are ignored, leave 'em zeroed. */ in tdvf_hob_create()
/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/include/qemu/
H A Dbitops.h689 * the odd bits in the word, and the even bits are zeroed::
718 * the odd bits in the word, and the even bits are zeroed::
748 * into the low half of the word, and the high half is zeroed::
778 * into the low half of the word, and the high half is zeroed::
/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_64.S29 * CONSTANT initialized data are available. GD should be zeroed
H A Dcrt0.S25 * CONSTANT initialized data are available. GD should be zeroed
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c97 /* gd area was zeroed during startup */ in cpu_init_early_f()
/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.

12345