/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/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 | 173 Any write to the oid zeroes it. 185 Any write to the oid zeroes it. 202 Any write to the oid zeroes all array elements. 219 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 122 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in RSA_verify_PKCS1_PSS_mgf1() 217 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in RSA_padding_add_PKCS1_PSS_mgf1() 232 * Initial PS XORs with all zeroes which is a NOP so just update pointer. in 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/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/sys/kern/ |
H A D | subr_counter.c | 85 * Any write attempt to a counter zeroes it. in sysctl_handle_counter_u64() 109 * Any write attempt to a counter zeroes it. in sysctl_handle_counter_u64_array()
|
/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/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 214 static char zeroes[PADSIZE] = local 733 ** After any left-hand padding and prefixing, emit zeroes 735 ** string proper, then emit zeroes required by any leftover 766 PAD(width - realsz, zeroes); 768 /* leading zeroes from decimal precision */ 769 PAD(dprec - size, zeroes);
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_get_peer_addr.3 | 18 structure will be set to all zeroes.
|
H A D | rdma_get_local_addr.3 | 19 structure will be set to all zeroes.
|
/freebsd/contrib/libder/libder/ |
H A D | libder_write.c | 103 * object should write zeroes out, we just didn't waste the memory on in libder_write_object_payload() 105 * zeroes we're instead allocating a buffer for it and doing some more in libder_write_object_payload()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_hash.c | 231 * there is no space for 16 zeroes. in LacHash_PrecomputeDataCreate() 237 * (the cipher key) and 16 zeroes which will be replaced in LacHash_PrecomputeDataCreate() 249 /* initialize remaining buffer space to all zeroes */ in LacHash_PrecomputeDataCreate() 267 * 16 zeroes which will be replaced with EK(Ctr0) by the in LacHash_PrecomputeDataCreate()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | map | 56 >1 ubelong !0 \b, zeroes %#x 73 # All zeroes 74 >0xc uleshort !0 \b, zeroes %#x 101 >0x200 uquad !0 \b, zeroes %#llx
|