/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | tmpd.hpp | 48 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 D | tmpd.hpp | 53 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 D | zeroable.rs | 6 /// `MaybeUninit::<Self>::zeroed().assume_init()` does not cause undefined 17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() };
|
H A D | uninit.rs | 68 /// let mut s: MaybeUninit<S> = MaybeUninit::zeroed();
|
H A D | timer.rs | 44 Self(unsafe { Opaque::zeroed() }) in new()
|
/openbmc/u-boot/include/mtd/ |
H A D | ubi-user.h | 230 * @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 D | ptrace.h | 73 * Reserved for expansion of sigcontext structure. Currently zeroed 87 * Reserved for expansion of sigcontext structure. Currently zeroed
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 237 | 83 'zeroed-grain': False }) 111 'zeroed-grain': True })
|
H A D | 290 | 83 # In qcow2 v3 clusters are zeroed (with QCOW_OFLAG_ZERO)
|
H A D | 177 | 97 # Discarded clusters are zeroed for v3 or later
|
H A D | 121 | 64 # different refcount block being written to disk (a zeroed cluster) than what is
|
H A D | 237.out | 37 …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 D | 244 | 186 # clusters must be zeroed in the external data file too. 288 echo '--- Using a non-zeroed data file ---'
|
/openbmc/qemu/hw/nvme/ |
H A D | dif.c | 326 * 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 D | vmdk.c | 45 /* 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 D | Volume.interface.yaml | 104 Verifies the the entire disk has been zeroed.
|
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 73 uint64_t drqbmp; /* Is zeroed by soc_dma_reset() */
|
/openbmc/qemu/docs/interop/ |
H A D | qed_spec.rst | 148 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 D | tdvf-hob.c | 104 /* Note, Efi{Free}Memory{Bottom,Top} are ignored, leave 'em zeroed. */ in tdvf_hob_create()
|
/openbmc/qemu/docs/devel/testing/ |
H A D | blkverify.rst | 49 And test.img is corrupt, its first sector is zeroed when it shouldn't be::
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 689 * 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 D | crt0_64.S | 29 * CONSTANT initialized data are available. GD should be zeroed
|
H A D | crt0.S | 25 * CONSTANT initialized data are available. GD should be zeroed
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | cpu_init_early.c | 97 /* gd area was zeroed during startup */ in cpu_init_early_f()
|
/openbmc/u-boot/ |
H A D | Kconfig | 191 will return the pointer to the zeroed memory. But this 199 should be replaced by calloc - if one expects zeroed memory.
|