Home
last modified time | relevance | path

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

12

/src/contrib/jemalloc/src/
H A Dsan_bump.c93 bool committed = false, zeroed = false; in san_bump_grow_locked() local
98 alloc_size, PAGE, zeroed, &committed, in san_bump_grow_locked()
H A Drtree.c12 rtree_new(rtree_t *rtree, base_t *base, bool zeroed) { in rtree_new() argument
14 if (!zeroed) { in rtree_new()
18 assert(zeroed); in rtree_new()
H A Dextent.c669 bool zeroed = false; in extent_grow_retained() local
672 void *ptr = ehooks_alloc(tsdn, ehooks, NULL, alloc_size, PAGE, &zeroed, in extent_grow_retained()
682 extent_state_active, zeroed, committed, EXTENT_PAI_PAC, in extent_grow_retained()
1054 bool zeroed; in extent_dalloc_wrapper() local
1056 zeroed = true; in extent_dalloc_wrapper()
1059 zeroed = true; in extent_dalloc_wrapper()
1062 zeroed = true; in extent_dalloc_wrapper()
1066 zeroed = false; in extent_dalloc_wrapper()
1068 zeroed = false; in extent_dalloc_wrapper()
1070 edata_zeroed_set(edata, zeroed); in extent_dalloc_wrapper()
H A Demap.c14 emap_init(emap_t *emap, base_t *base, bool zeroed) { in emap_init() argument
15 return rtree_new(&emap->rtree, base, zeroed); in emap_init()
/src/crypto/openssl/doc/man3/
H A DPKCS12_item_decrypt_d2i.pod37 buffer will zeroed after the decrypt.
42 the buffer containing the input encoding will be zeroed after the encrypt.
H A DBUF_MEM_new.pod35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
H A DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
H A DDTLSv1_get_timeout.pod22 If the SSL object needs to be ticked immediately, I<*tv> is zeroed and the
H A DEVP_RAND.pod250 currently zeroed. This is used by the FIPS provider to support the mandatory
394 currently zeroed, and 0 if not.
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dedata.h529 edata_zeroed_set(edata_t *edata, bool zeroed) { in edata_zeroed_set() argument
531 ((uint64_t)zeroed << EDATA_BITS_ZEROED_SHIFT); in edata_zeroed_set()
600 bool slab, szind_t szind, uint64_t sn, extent_state_t state, bool zeroed, in edata_init() argument
612 edata_zeroed_set(edata, zeroed); in edata_init()
H A Demap.h35 bool emap_init(emap_t *emap, base_t *base, bool zeroed);
H A Drtree.h132 bool rtree_new(rtree_t *rtree, base_t *base, bool zeroed);
/src/sys/x86/iommu/
H A Diommu_utils.c81 int zeroed, aflags; in iommu_pgalloc() local
83 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in iommu_pgalloc()
84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
101 if (zeroed && (m->flags & PG_ZERO) == 0) in iommu_pgalloc()
/src/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt25 If that property is omitted, the register is zeroed.
/src/contrib/file/magic/Magdir/
H A Dluks98 # char _padding [184]; must be zeroed
103 # char _padding4096 [7*512]; Padding , must be zeroed
H A Dzfs35 # 32 bits zeroed), because there is no simple way to print them as the
H A Dgeo89 # char spare[8]; apparently zeroed
H A Dmacintosh186 ….smi.bin G3FirmwareUpdate1.1.smi.bin Firewire2.3.3.smi.bin LR2image.bin) contain zeroed date fields
410 # Alternatively, the boot block is supposed to be zeroed if it's
H A Dapple652 # most examples with zeroed system reserved field
655 # few samples with not zeroed system reserved field like: Empty.rsrc.rsr OpenSans-CondBold.dfont
657 # resource fork variant with not zeroed system reserved field and copy of header
661 # data fork variant with not zeroed system reserved field and no copy of header
/src/crypto/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod90 If set (nonzero), password and secret stored in Argon2 context are zeroed
92 Otherwise, they are zeroed along the rest of Argon2 context data on clear,
/src/sys/conf/
H A Dldscript.arm144 kernel file, however unlike normal .bss entries should not be zeroed
H A Dldscript.arm64155 kernel file, however unlike normal .bss entries should not be zeroed
/src/sys/amd64/include/
H A Dpmap.h443 vm_page_t pmap_page_alloc_below_4g(bool zeroed);
/src/sys/crypto/openssl/arm/
H A Dghashv8-armx.S121 @ r12 is zeroed just in time
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ManualInstrMapping.def336 // When condition evaluates to false, the destination register is zeroed for

12