/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.h | 45 #define VIRTIO_BLK_F_WRITE_ZEROES 0x4000 /* WRITE ZEROES is supported */ 111 * The maximum number of write zeroes sectors (in 512-byte sectors) in 116 * The maximum number of segments in a write zeroes 164 /* Unmap this range (only valid for write zeroes command) */ 181 /* Unmap this range (only valid for write zeroes command) */ 184 /* Discard/write zeroes range for each request. */ 186 /* Discard/write zeroes start sector */ 188 /* Number of discard/write zeroes sectors */
|
/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.c | 35 static const uint8_t zeroes[POLY1305_BLOCK_LEN]; variable 54 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt() 71 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt() 109 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt() 113 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt() 157 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt() 174 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt() 212 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt() 216 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
|
/freebsd/lib/libc/string/ |
H A D | strverscmp.3 | 42 Numbers with leading zeroes are interpreted as fractional parts (even without a decimal point), 43 and numbers with more leading zeroes are placed before numbers with fewer leading zeroes
|
/freebsd/crypto/krb5/src/lib/crypto/openssl/ |
H A D | kdf.c | 132 static uint8_t zeroes[16]; in k5_sp800_108_feedback_cmac() local 134 memset(zeroes, 0, sizeof(zeroes)); in k5_sp800_108_feedback_cmac() 165 zeroes, sizeof(zeroes)); in k5_sp800_108_feedback_cmac()
|
/freebsd/share/man/man9/ |
H A D | zero_region.9 | 31 .Nd Read-only region prefilled with zeroes 40 points to a read-only region prefilled with zeroes. 51 * This function writes zeroes to the vnode at offset 0
|
H A D | counter.9 | 192 Any write to the oid zeroes it. 204 Any write to the oid zeroes it. 221 Any write to the oid zeroes all array elements. 238 Any write to the oid zeroes all array elements.
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 25 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable 133 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in ossl_rsa_verify_PKCS1_PSS_mgf1() 251 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in ossl_rsa_padding_add_PKCS1_PSS_mgf1() 266 * Initial PS XORs with all zeroes which is a NOP so just update pointer. in ossl_rsa_padding_add_PKCS1_PSS_mgf1()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 39 case hexadecimal with leading zeroes suppressed. The other compatible 52 with leading zeroes suppressed. The other compatible strings from the above
|
H A D | usb-device.yaml | 35 hexadecimal with leading zeroes suppressed. The other compatible 67 in lower case hexadecimal with leading zeroes suppressed.
|
/freebsd/lib/libc/stdio/ |
H A D | vfprintf.c | 127 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print() 139 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print() 802 * trim trailing zeroes if no # flag. in __vfprintf() 987 * After any left-hand padding and prefixing, emit zeroes in __vfprintf() 989 * string proper, then emit zeroes required by any leftover in __vfprintf() 1023 PAD(width - realsz, zeroes); in __vfprintf() 1029 /* leading zeroes from decimal precision */ in __vfprintf() 1030 PAD(dprec - size, zeroes); in __vfprintf() 1041 PRINT(zeroes, 1); in __vfprintf() 1044 PAD(-expt, zeroes); in __vfprintf() [all …]
|
H A D | vfwprintf.c | 153 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print() 165 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print() 864 * trim trailing zeroes if no # flag. in __vfwprintf() 1044 * After any left-hand padding and prefixing, emit zeroes in __vfwprintf() 1046 * string proper, then emit zeroes required by any leftover in __vfwprintf() 1080 PAD(width - realsz, zeroes); in __vfwprintf() 1086 /* leading zeroes from decimal precision */ in __vfwprintf() 1087 PAD(dprec - size, zeroes); in __vfwprintf() 1098 PRINT(zeroes, 1); in __vfwprintf() 1101 PAD(-expt, zeroes); in __vfwprintf() [all …]
|
H A D | printfcommon.h | 107 static const CHAR zeroes[PADSIZE] = variable 111 * Pad with blanks or zeroes. 'with' should point to either the blanks array 112 * or the zeroes array.
|
H A D | xprintf_float.c | 286 * trim trailing zeroes if no # flag. in __printf_render_float() 332 * After any left-hand padding and prefixing, emit zeroes in __printf_render_float() 334 * string proper, then emit zeroes required by any leftover in __printf_render_float() 363 /* leading zeroes from decimal precision */ in __printf_render_float()
|
/freebsd/bin/dd/ |
H A D | Makefile | 26 @${ECHO} "testing sparse file (obs zeroes)" 30 @${ECHO} "testing spase file (all zeroes)"
|
/freebsd/share/man/man3/ |
H A D | Q_INI.3 | 91 must be passed as a preprocessor literal to preserve leading zeroes. 197 must be passed as a preprocessor literal to preserve leading zeroes.
|
/freebsd/contrib/tcpdump/ |
H A D | print-realtek.c | 171 * and the lower 4 bits of which are a TTL value, followed by zeroes to 197 * zeroes for all such packets in one capture, 0x01 followed by zeroes for
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ml_kem_1024_decap.txt | 2078 # Rho leads to matrix containing zeroes 2085 # Rho leads to matrix containing zeroes 2092 # Rho leads to matrix containing zeroes 2099 # Rho leads to matrix containing zeroes 2106 # Rho leads to matrix containing zeroes 2113 # Rho leads to matrix containing zeroes 2120 # Rho leads to matrix containing zeroes 2127 # Rho leads to matrix containing zeroes 2134 # Rho leads to matrix containing zeroes 2141 # Rho leads to matrix containing zeroes
|
H A D | evppkey_ml_kem_768_encap.txt | 1997 # Rho leads to matrix containing zeroes 2005 # Rho leads to matrix containing zeroes 2013 # Rho leads to matrix containing zeroes 2021 # Rho leads to matrix containing zeroes 2029 # Rho leads to matrix containing zeroes 2037 # Rho leads to matrix containing zeroes 2045 # Rho leads to matrix containing zeroes 2053 # Rho leads to matrix containing zeroes 2061 # Rho leads to matrix containing zeroes 2069 # Rho leads to matrix containing zeroes
|
H A D | evppkey_ml_kem_768_decap.txt | 2078 # Rho leads to matrix containing zeroes 2085 # Rho leads to matrix containing zeroes 2092 # Rho leads to matrix containing zeroes 2099 # Rho leads to matrix containing zeroes 2106 # Rho leads to matrix containing zeroes 2113 # Rho leads to matrix containing zeroes 2120 # Rho leads to matrix containing zeroes 2127 # Rho leads to matrix containing zeroes 2134 # Rho leads to matrix containing zeroes 2141 # Rho leads to matrix containing zeroes
|
H A D | evppkey_ml_kem_1024_encap.txt | 1997 # Rho leads to matrix containing zeroes 2005 # Rho leads to matrix containing zeroes 2013 # Rho leads to matrix containing zeroes 2021 # Rho leads to matrix containing zeroes 2029 # Rho leads to matrix containing zeroes 2037 # Rho leads to matrix containing zeroes 2045 # Rho leads to matrix containing zeroes 2053 # Rho leads to matrix containing zeroes 2061 # Rho leads to matrix containing zeroes 2069 # Rho leads to matrix containing zeroes
|
/freebsd/usr.bin/mkimg/ |
H A D | image.c | 546 static uint8_t *zeroes = NULL; in image_copyout_zeroes() local 557 if (zeroes == NULL) { in image_copyout_zeroes() 558 zeroes = calloc(1, secsz); in image_copyout_zeroes() 559 if (zeroes == NULL) in image_copyout_zeroes() 565 error = image_copyout_memory(fd, sz, zeroes); in image_copyout_zeroes()
|
/freebsd/lib/libc/amd64/string/ |
H A D | memrchr.S | 86 shr %cl, %r8d # mask with zeroes after the string 92 shl %cl, %r9d # mask with zeroes before the string
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_truncated.c | 82 * block of zeroes after the entry. (POSIX requires a in DEFINE_TEST() 120 * block of zeroes after the entry. (POSIX requires a in DEFINE_TEST()
|
/freebsd/sys/dev/efidev/ |
H A D | efirtc.c | 110 * Register. If the clock zeroes out the subseconds when it's set, in efirtc_attach() 159 * apply it ourselves based on whether or not the clock zeroes the in efirtc_settime()
|
/freebsd/sys/kern/ |
H A D | subr_counter.c | 87 * Any write attempt to a counter zeroes it. in sysctl_handle_counter_u64() 111 * Any write attempt to a counter zeroes it. in sysctl_handle_counter_u64_array()
|