/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 28 additional bytes will be buffered by OpenSSL but will remain unprocessed until 33 the data is in unprocessed buffered records). 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 47 SSL_pending() returns the number of buffered and processed application data 49 returns 1 if there is buffered record data in the SSL object and 0 otherwise.
|
H A D | BIO_f_buffer.pod | 29 Data written to a buffering BIO is buffered and periodically written 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 36 BIO_get_buffer_num_lines() returns the number of lines currently buffered. 41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or
|
/freebsd/contrib/diff/src/ |
H A D | io.c | 77 FILE_BUFFER (current) + current->buffered, size); in file_block_read() 80 current->buffered += s; in file_block_read() 118 off_t buffered; in sip() local 120 buffered = current->buffered; in sip() 129 if (lseek (current->desc, - buffered, SEEK_CUR) == -1) in sip() 132 current->buffered = 0; in sip() 136 return binary_file_p (current->buffer, buffered); in sip() 140 current->buffered = 0; in sip() 181 if (current->buffered <= file_size) in slurp() 183 file_block_read (current, file_size + 1 - current->buffered); in slurp() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_pending.3 | 140 SSL_pending, SSL_has_pending \- check for readable bytes buffered in an 153 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 156 \&\fBSSL_pending()\fR returns the number of bytes which have been processed, buffered 163 additional bytes will be buffered by OpenSSL but will remain unprocessed until 168 the data is in unprocessed buffered records). 170 \&\fBSSL_has_pending()\fR returns 1 if \fBs\fR has buffered data (whether processed or 173 data because the unprocessed buffered data when processed yielded no application 176 \&\fBSSL_read_ex()\fR or \fBSSL_read()\fR call because the buffered and unprocessed data is 181 \&\fBSSL_pending()\fR returns the number of buffered and processed application data 183 returns 1 if there is buffered record data in the \s-1SSL\s0 object and 0 otherwise.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_grow_block.ksh | 33 # Verify the number direct/buffered requests when growing a file 46 log_assert "Verify the number direct/buffered requests when growing a file" 58 # Verify the expected number of buffered and Direct I/O's when growing 64 # block size needs to be grown, it will be done as a buffered write. 68 # be a buffered write if less than the block size. 76 # Evict any blocks which may be buffered before the read tests. 86 log_pass "Verify the number direct/buffered requests when growing a file"
|
H A D | dio_random.ksh | 33 # Verify mixed Direct I/O and buffered I/O. A workload of random 35 # concurrent workload of entirely unaligned buffered read/writes. 40 # 3. Start a background fio randomly issuing buffered read/writes. 50 log_assert "Verify randomly sized mixed Direct I/O and buffered I/O" 72 # Buffered random read/write entirely unaligned IO of varying sizes 74 log_must eval "fio --filename=$tmp_file --name=buffered-write \ 82 log_pass "Verfied randomly sized mixed Direct I/O and buffered I/O"
|
H A D | dio_mixed.ksh | 34 # Verify mixed buffered and Direct I/O are coherent. 37 # 1. Verify interleaved buffered and Direct I/O 47 log_assert "Verify mixed buffered and Direct I/O are coherent." 62 # Using mixed input and output block sizes verify that buffered and 81 # Verify buffered write followed by a direct read. 89 # Verify direct write followed by a buffered read. 107 log_pass "Verify mixed buffered and Direct I/O are coherent."
|
H A D | dio_property.ksh | 68 log_note "Aligned writes (buffered, then all direct)" 100 log_note "Aligned writes (all buffered with an extra for create)" 117 log_note "Aligned writes/overwrites (buffered / direct)" 121 log_note "Aligned reads (buffered / direct)"
|
/freebsd/lib/libc/stdio/ |
H A D | setbuf.3 | 54 The three types of buffering available are unbuffered, block buffered, 55 and line buffered. 58 when it is block buffered many characters are saved up and written as a block; 59 when it is line buffered characters are saved up until a newline is 69 Normally all files are block buffered. 79 normally does) it is line buffered. 98 line buffered 100 fully buffered
|
H A D | funopen.3 | 70 any buffered output and then succeed. 93 on fully buffered or line buffered streams by calling 96 They are not, however, allowed to change streams from unbuffered to buffered
|
H A D | wbuf.c | 42 * or if c=='\n' and the file is line buffered. 53 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size in __swbuf() 54 * (if line buffered) so that we will get called again. in __swbuf() 70 * completely, or if c is '\n' and the file is line buffered, in __swbuf()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adi,ad7124.yaml | 93 adi,buffered-positive: 94 description: Enable buffered mode for positive input. 97 adi,buffered-negative: 98 description: Enable buffered mode for negative input. 135 adi,buffered-positive; 143 adi,buffered-positive; 144 adi,buffered-negative;
|
H A D | adi,max11410.yaml | 98 0: Buffered, low-power, unity-gain path (default) 111 adi,buffered-vrefp: 112 description: Enable buffered mode for positive reference. 115 adi,buffered-vrefn: 116 description: Enable buffered mode for negative reference.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/ |
H A D | mmap_mixed.ksh | 32 # Verify mixed buffered and mmap IO. 36 # 2. Start a background buffered read/write fio to the file. 47 log_assert "Verify mixed buffered and mmap IO" 60 # Buffered IO writes 66 # Buffered IO reads 86 log_pass "Verfied mixed buffered and mmap IO"
|
/freebsd/lib/libstdbuf/ |
H A D | libstdbuf.3 | 60 line buffered 62 fully buffered with the default buffer size 64 fully buffered with a buffer of 72 will be fully buffered by default because it does not refer 75 is used to force it to be line-buffered so
|
/freebsd/usr.bin/stdbuf/ |
H A D | stdbuf.1 | 76 line buffered 78 fully buffered with the default buffer size 80 fully buffered with a buffer of 88 will be fully buffered by default because it does not refer 91 is used to force it to be line-buffered so
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | depsrc-ignore.mk | 11 # ignore-errors". This is due to stdout being buffered. 18 # The explanation for the output reordering is that the output is buffered. 19 # As the manual page says, in debugging mode stdout is line buffered. 21 # fully buffered.
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | dm_op.h | 43 * HVM_PARAM_BUFIOREQ_PFN is read (to get the gfn containing the buffered 46 * to request buffered I/O emulation). 61 * hvm_op.h. If the value is HVM_IOREQSRV_BUFIOREQ_OFF then the buffered 68 /* IN - should server handle buffered ioreqs */ 80 * If the IOREQ Server is handling buffered emulation requests, the 86 * buffered ioreq ring (if it exists) from guest memory. If <flags> does 89 * respectively. (If the IOREQ Server is not handling buffered emulation 92 * NOTE: To access the synchronous ioreq structures and buffered ioreq 107 /* OUT - buffered ioreq port */ 111 /* OUT - buffered ioreq gfn (see block comment above)*/
|
/freebsd/share/man/man4/ |
H A D | intro.4 | 153 devices, or to use better terms, buffered and unbuffered 166 would denote the raw version of the disk whose buffered device was 174 .Dq buffered 177 Buffered devices were accessed through a buffer cache maintained by 183 Buffered devices could be read or written at any
|
/freebsd/contrib/sendmail/libsm/ |
H A D | wbuf.c | 28 ** or if c=='\n' and the file is line buffered. 50 ** make sure w is 0 (if fully- or un-buffered) or -bf.smb_size 51 ** (if line buffered) so that we will get called again. 67 ** completely, or if c is '\n' and the file is line buffered,
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | mcp4725.txt | 13 - microchip,vref-buffered: Boolean to enable buffering of the external 28 /* mcp4726 with the buffered external reference voltage */ 34 microchip,vref-buffered;
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | bufferevent_compat.h | 43 This abstraction is called a buffered event. A buffered event provides 45 user of a buffered event no longer deals directly with the I/O, but 83 Set the read and write timeout for a buffered event.
|
/freebsd/contrib/libevent/include/event2/ |
H A D | bufferevent_compat.h | 43 This abstraction is called a buffered event. A buffered event provides 45 user of a buffered event no longer deals directly with the I/O, but 83 Set the read and write timeout for a buffered event.
|
/freebsd/contrib/sendmail/src/ |
H A D | bf.c | 49 ** Data structure for storing information about each buffered file 55 bool bf_committed; /* Has this buffered file been committed? */ 62 char *bf_filename; /* Name of buffered file, if ever committed */ 63 MODE_T bf_filemode; /* Mode of buffered file, if ever committed */ 185 ** BFOPEN -- create a new buffered file 283 ** SM_BFCLOSE -- close a buffered file 325 ** SM_BFREAD -- read a buffered file 421 ** SM_BFSEEK -- seek to a position in a buffered file 470 ** SM_BFWRITE -- write to a buffered file 635 ** fread(). If fp is not a buffered file, this is equivalent to [all …]
|
/freebsd/contrib/libder/tests/ |
H A D | make_corpus.c | 118 for (int buffered = 0; buffered < BUFFER_END; buffered++) { in main() local 119 params.buftype = buffered; in main()
|