Home
last modified time | relevance | path

Searched full:written (Results 1 – 25 of 7102) sorted by relevance

12345678910>>...285

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh20 # Verify that "zfs list" gives correct values for written and written@
26 # 2) Take snapshots, write data and verify written/ written@ properties for
55 log_assert "verify zfs written and written@ property"
62 typeset -l written=0
70 log_note "verify written property statistics for dataset"
77 written=$(get_prop written $TESTPOOL/$TESTFS1)
79 within_percent $written $expected_written 99.5 || \
80 log_fail "Unexpected written value $written $expected_written"
85 log_note "verify written property statistics for snapshots"
88 written=$(get_prop written $TESTPOOL/$TESTFS1@snap$i)
[all …]
/freebsd/contrib/libcbor/src/cbor/
H A Dserialization.c168 size_t written = cbor_serialize(item, *buffer, serialized_size); in cbor_serialize_alloc() local
169 CBOR_ASSERT(written == serialized_size); in cbor_serialize_alloc()
171 return written; in cbor_serialize_alloc()
211 size_t written = cbor_encode_bytestring_start(length, buffer, buffer_size); in cbor_serialize_bytestring() local
212 if (written > 0 && (buffer_size - written >= length)) { in cbor_serialize_bytestring()
213 memcpy(buffer + written, cbor_bytestring_handle(item), length); in cbor_serialize_bytestring()
214 return written + length; in cbor_serialize_bytestring()
220 size_t written = cbor_encode_indef_bytestring_start(buffer, buffer_size); in cbor_serialize_bytestring() local
221 if (written == 0) return 0; in cbor_serialize_bytestring()
226 chunks[i], buffer + written, buffer_size - written); in cbor_serialize_bytestring()
[all …]
/freebsd/crypto/openssl/test/
H A Dwpackettest.c69 size_t written; in test_WPACKET_init() local
84 || !TEST_true(WPACKET_get_total_written(&pkt, &written)) in test_WPACKET_init()
85 || !TEST_mem_eq(buf->data, written, simple1, sizeof(simple1))) in test_WPACKET_init()
92 || !TEST_true(WPACKET_get_total_written(&pkt, &written)) in test_WPACKET_init()
93 || !TEST_mem_eq(buf->data, written, simple2, sizeof(simple2))) in test_WPACKET_init()
100 || !TEST_true(WPACKET_get_total_written(&pkt, &written)) in test_WPACKET_init()
101 || !TEST_mem_eq(buf->data, written, simple3, sizeof(simple3))) in test_WPACKET_init()
125 || !TEST_true(WPACKET_get_total_written(&pkt, &written)) in test_WPACKET_init()
126 || !TEST_mem_eq(sbuf, written, fixed, sizeof(sbuf)) in test_WPACKET_init()
134 || !TEST_true(WPACKET_get_total_written(&pkt, &written)) in test_WPACKET_init()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dlammps18 # written on a little endian machine
25 # written on a big endian machine
33 # written on a little endian machine
40 # written on a big endian machine
49 >8 regex/16 [0-9]+\ [A-Za-z]+\ [0-9]+ written by version %s
51 # Data file written either by LAMMPS, msi2lmp or VMD/TopoTools
53 >0x12 string CGCMM\ style written by TopoTools
54 >0x12 string msi2lmp written by msi2lmp
55 >0x11 string via\ write_data written by LAMMPS
57 # LAMMPS data file written by OVITO
[all …]
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h48 * The ATTACHED flag means that the data is not currently being written
58 * The COMPLETE flag indicates that the item has been written. For example,
59 * a dependency that requires that an inode be written will be marked
60 * COMPLETE after the inode has been written to disk.
71 * data block containing the "." and ".." entries has been written.
73 * count for ".." has been written. When both MKDIR flags have been
77 * the new directory to be written to disk. The RMDIR flag marks a dirrem
113 * written its UNLINKNEXT flags is set. When its predecessor in the
277 * written. The pd_diraddhd list maintains the list of diradd requests
279 * written to disk. Because a directory may have many new entries
[all …]
/freebsd/share/man/man4/
H A Dsa.489 written, then a file mark will be written before the rewind is requested.
93 If the tape was written to, a file mark will be written.
96 last read, or the written file mark.
100 written, then a file mark will be written before the rewind is requested.
119 written to the tape.
138 Data written by the user is passed to the tape as a succession of
145 In other words, blocks that were written together may be read separately,
160 are larger than may be written to or read from the mounted tape using a single
163 are respected in terms of the block size written to tape.
225 written to the tape, and has not done a read since the last write,
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsendfile4.sh71 off_t written, pos;
100 NULL, &written, 0);
105 pos += written;
118 written = 413;
119 if (written > st.st_size - pos)
120 written = st.st_size - pos;
122 written = st.st_size - pos;
123 if (written > 1000)
124 written = 1000;
125 written = arc4random_uniform(written) + 1;
[all …]
H A Dsendfile5.sh96 off_t written, pos;
123 NULL, &written, 0);
128 pos += written;
141 written = 413;
142 if (written > st.st_size - pos)
143 written = st.st_size - pos;
145 written = st.st_size - pos;
146 if (written > 1000)
147 written = 1000;
148 written = arc4random_uniform(written) + 1;
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_write.pod17 size_t *written);
18 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
25 of bytes written in B<*written>.
51 data passed to the call is written (meaning that C<*written == num>), the
59 it enables the written stream data and the FIN flag indicating the end of the
101 must be written into or retrieved out of the BIO before being able to continue.
104 B<buf> of length B<num> has been written. This default behaviour can be changed
136 Success means that all requested application data bytes have been written to the
138 application data byte has been written to the SSL connection. Failure means that
139 not all the requested bytes have been written yet (if
[all …]
H A DEVP_PKEY_encapsulate.pod33 The shared secret written to I<genkey> can be used as an input for key
35 Its size is written to I<genkeylen>, which must be initialised to the
38 The ciphertext written to I<wrappedkey> is an encapsulated form, which
44 If I<wrappedkey> is NULL then the maximum size of the output buffer is written
46 maximum size of the generated key buffer is written to I<*genkeylen> unless
50 shared secret is written to I<genkey> and its size is written to
52 The encapsulated ciphertext is written to I<wrappedkey> and
53 its size is written to I<*wrappedkeylen> (must also be non-NULL),
56 is large enough to hold the result written to I<wrapped>.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_write.376 \& size_t *written);
77 \& int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
84 of bytes written in \fB*written\fR.
107 data passed to the call is written (meaning that \f(CW\*(C`*written == num\*(C'\fR), the
115 it enables the written stream data and the FIN flag indicating the end of the
154 must be written into or retrieved out of the BIO before being able to continue.
157 \&\fBbuf\fR of length \fBnum\fR has been written. This default behaviour can be changed
187 Success means that all requested application data bytes have been written to the
189 application data byte has been written to the SSL connection. Failure means that
190 not all the requested bytes have been written yet (if
[all …]
H A DEVP_PKEY_encapsulate.392 The shared secret written to \fIgenkey\fR can be used as an input for key
94 Its size is written to \fIgenkeylen\fR, which must be initialised to the
97 The ciphertext written to \fIwrappedkey\fR is an encapsulated form, which
103 If \fIwrappedkey\fR is NULL then the maximum size of the output buffer is written
105 maximum size of the generated key buffer is written to \fI*genkeylen\fR unless
109 shared secret is written to \fIgenkey\fR and its size is written to
111 The encapsulated ciphertext is written to \fIwrappedkey\fR and
112 its size is written to \fI*wrappedkeylen\fR (must also be non-NULL),
115 is large enough to hold the result written to \fIwrapped\fR.
/freebsd/contrib/libpcap/missing/
H A Dasprintf.c27 * the output is written into an array (specified by argument s) in pcapint_vasprintf()
28 * rather than to a stream. If n is zero, nothing is written, in pcapint_vasprintf()
30 * beyond the n-1st are discarded rather than being written in pcapint_vasprintf()
31 * to the array, and a null character is written at the end in pcapint_vasprintf()
32 * of the characters actually written into the array. in pcapint_vasprintf()
37 * would have been written had n been sufficiently large, not in pcapint_vasprintf()
40 * output has been completely written if and only if the returned in pcapint_vasprintf()
45 * of characters that would have been written had a buffer been in pcapint_vasprintf()
85 * return value should be the number of characters written. in pcapint_vasprintf()
/freebsd/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c159 int written, i; in sdump_addrinfo() local
161 written = snprintf(buffer, buflen, "%d %d %d %d %d ", in sdump_addrinfo()
164 buffer += written; in sdump_addrinfo()
165 if (written > (int)buflen) in sdump_addrinfo()
167 buflen -= written; in sdump_addrinfo()
169 written = snprintf(buffer, buflen, "%s ", in sdump_addrinfo()
171 buffer += written; in sdump_addrinfo()
172 if (written > (int)buflen) in sdump_addrinfo()
174 buflen -= written; in sdump_addrinfo()
177 written = snprintf(buffer, buflen, "(null)"); in sdump_addrinfo()
[all …]
H A Dgethostby_test.c405 int written; in sdump_hostent() local
407 written = snprintf(buffer, buflen, "%s %d %d", in sdump_hostent()
409 buffer += written; in sdump_hostent()
410 if (written > (int)buflen) in sdump_hostent()
412 buflen -= written; in sdump_hostent()
417 written = snprintf(buffer, buflen, " %s",*cp); in sdump_hostent()
418 buffer += written; in sdump_hostent()
419 if (written > (int)buflen) in sdump_hostent()
421 buflen -= written; in sdump_hostent()
427 written = snprintf(buffer, buflen, " noaliases"); in sdump_hostent()
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h281 * To create a well-formed frame, the data written using this function must be
324 * To create a well-formed frame, the data written using this function must be
511 * ossl_quic_wire_decode_frame_ack is written to *total_ranges.
523 * *total_ranges is written with the number of ranges in the decoded frame,
529 * ACK ranges array written by this function; any additional entries are not
534 * array. The caller can use the value written to *total_ranges to detect this
538 * written. This can be used to determine the number of ranges which must be
574 * Decodes a QUIC NEW_TOKEN frame. *token is written with a pointer to the token
575 * bytes and *token_len is written with the length of the token in bytes.
614 * Decodes a QUIC MAX_DATA frame. The Maximum Data field is written to
[all …]
/freebsd/contrib/ldns/
H A Dbuffer.c102 int written = 0; in ldns_buffer_printf() local
111 written = vsnprintf((char *) ldns_buffer_current(buffer), remaining, in ldns_buffer_printf()
114 if (written == -1) { in ldns_buffer_printf()
117 } else if ((size_t) written >= remaining) { in ldns_buffer_printf()
118 if (!ldns_buffer_reserve(buffer, (size_t) written + 1)) { in ldns_buffer_printf()
123 written = vsnprintf((char *) ldns_buffer_current(buffer), in ldns_buffer_printf()
126 if (written == -1) { in ldns_buffer_printf()
131 buffer->_position += written; in ldns_buffer_printf()
133 return written; in ldns_buffer_printf()
/freebsd/contrib/diff/lib/
H A Dversion-etc.c18 /* Written by Jim Meyering. */
78 vfprintf (stream, _("Written by %s.\n"), authors); in version_etc_va()
82 vfprintf (stream, _("Written by %s and %s.\n"), authors); in version_etc_va()
86 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors); in version_etc_va()
92 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors); in version_etc_va()
98 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors); in version_etc_va()
104 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"), in version_etc_va()
111 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"), in version_etc_va()
119 Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"), in version_etc_va()
127 Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"), in version_etc_va()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h48 /// \returns a success error code if the data was successfully written,
56 /// \returns a success error code if the data was successfully written,
78 /// \returns a success error code if the data was successfully written,
85 /// \returns a success error code if the data was successfully written,
94 /// \returns a success error code if the data was successfully written,
102 /// \returns a success error code if the data was successfully written,
110 /// \returns a success error code if the data was successfully written,
118 /// \returns a success error code if the data was successfully written,
126 /// \returns a success error code if the data was successfully written,
142 /// \returns a success error code if the data was successfully written,
[all...]
/freebsd/share/man/man9/
H A DVOP_GETPAGES.981 contiguous region of the file to be read or written.
87 The number of bytes that should be written from the pages of the array.
96 is set, the pages are to be invalidated after being written.
111 page written by
132 The page was successfully written.
137 The page was scheduled to be written asynchronously.
151 The page could not be written because of an error on the underlying storage
202 This manual page was written by
/freebsd/crypto/openssl/crypto/
H A Dder_writer.c29 * sub-packet and this sub-packet has nothing written to it, the DER length in int_end_context()
30 * will not be written, and the total written size will be unchanged before in int_end_context()
32 * anything was written, and only write our tag if it has. in int_end_context()
181 * sub-packet and this sub-packet has nothing written to it, the DER length in ossl_DER_w_end_sequence()
182 * will not be written, and the total written size will be unchanged before in ossl_DER_w_end_sequence()
184 * anything was written, and only write our tag if it has. in ossl_DER_w_end_sequence()
187 * we reproduce this flag if the written length was unchanged, or we will in ossl_DER_w_end_sequence()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_data.343 Write data corresponding to the header just written.
45 Write data corresponding to the header just written.
49 written to the specified offset before writing the data.
52 Returns number of bytes written or -1 on error.
62 This function returns the number of bytes actually written, or
74 zero on success instead of returning the number of bytes written.
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A DTHIRDPARTYLICENSE.openssl36 * prior written permission. For written permission, please contact
40 * nor may "OpenSSL" appear in their names without prior written
62 * This product includes cryptographic software written by Eric Young
63 * (eay@cryptsoft.com). This product includes software written by Tim
74 * This package is an SSL implementation written
76 * The implementation was written so as to conform with Netscapes SSL.
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A DTHIRDPARTYLICENSE.openssl36 * prior written permission. For written permission, please contact
40 * nor may "OpenSSL" appear in their names without prior written
62 * This product includes cryptographic software written by Eric Young
63 * (eay@cryptsoft.com). This product includes software written by Tim
74 * This package is an SSL implementation written
76 * The implementation was written so as to conform with Netscapes SSL.
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/freebsd/contrib/libpcap/
H A Dpcap-util.h16 * written permission.
28 * records are written in host byte order.
29 * Note that the bytes of packet data are written out in the order in
31 * written in host byte order, they're written in whatever order the
39 * machine (if the file was written in little-end order).

12345678910>>...285