/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi-props.yaml | 17 0: Asynchronous mode 1 SRAM/FRAM. 18 1: Asynchronous mode 1 PSRAM. 19 2: Asynchronous mode A SRAM/FRAM. 20 3: Asynchronous mode A PSRAM. 21 4: Asynchronous mode 2 NOR. 22 5: Asynchronous mode B NOR. 23 6: Asynchronous mode C NOR. 24 7: Asynchronous mode D NOR. 26 9: Synchronous read asynchronous write PSRAM. 28 11: Synchronous read asynchronous write NOR. [all …]
|
/freebsd/share/man/man4/ |
H A D | aio.4 | 33 .Nd asynchronous I/O 37 facility provides system calls for asynchronous I/O. 38 Asynchronous I/O operations are not completed synchronously by the 41 asynchronous I/O operation. 45 Asynchronous I/O operations on some file descriptor types may block an 55 Asynchronous I/O operations on sockets, 64 to service most asynchronous I/O requests. 72 One pool of AIO daemons is used to service asynchronous I/O requests for 91 A second pool of AIO daemons is used to service all other asynchronous I/O 110 Asynchronous I/O requests for raw disks are queued directly to the disk [all …]
|
H A D | ng_async.4 | 41 .Nd asynchronous framing netgraph node type 49 asynchronous frames, as defined for the PPP protocol in RFC 1662. 50 Asynchronous framing uses flag bytes and octet-stuffing 52 asynchronous serial line. 54 The node transmits and receives asynchronous data on the 66 Packets received on this hook are encoded as asynchronous frames 91 Asynchronous connection. 128 fields are the asynchronous and synchronous MRU (maximum receive unit) values, 131 applies to the incoming frame length after asynchronous decoding. 134 field is the asynchronous character control map, which controls the escaping
|
/freebsd/share/man/man9/ |
H A D | alq.9 | 47 .Nd Asynchronous Logging Queues 87 facility provides an asynchronous fixed or variable length recording 88 mechanism, known as Asynchronous Logging Queues. 96 for an Asynchronous Logging Queue. 101 .Dq asynchronous log entry 133 function creates a new variable length asynchronous logging queue. 257 function will close the asynchronous logging queue 264 function returns an asynchronous log entry from 293 bytes of data to the returned asynchronous log entry by setting the entry's 304 The asynchronous log entry returned will be initialised to point at a buffer [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_async_callback.pod | 11 - manage asynchronous operations 28 SSL_CTX_set_async_callback() sets an asynchronous callback function. All B<SSL> 31 B<SSL_MODE_ASYNC> has been set and an asynchronous capable engine completes a 37 asynchronous B<SSL> object, so that when an engine completes a cryptography 63 Application sets B<SSL_MODE_ASYNC> and makes an asynchronous SSL call 67 OpenSSL submits the asynchronous request to the engine. If a retry occurs at 79 interrupt) the engine will become aware that the asynchronous request has 96 recalling the OpenSSL asynchronous function and to continue processing.
|
H A D | SSL_get_all_async_fds.pod | 8 - manage asynchronous operations 25 waiting for asynchronous operations to complete (see the B<SSL_MODE_ASYNC> mode 29 call to select() or poll() to determine whether the current asynchronous 33 object is currently waiting for asynchronous work to complete (i.e. 35 the list will only contain one file descriptor. However, if multiple asynchronous 44 SSL_get_changed_async_fds() returns a list of the asynchronous file descriptors
|
/freebsd/contrib/tcpdump/ |
H A D | gmpls.c | 79 { 5, "Asynchronous mapping of E4"}, 80 { 6, "Asynchronous mapping of DS3/T3"}, 81 { 7, "Asynchronous mapping of E3"}, 84 { 10, "Asynchronous mapping of DS2/T2"}, 87 { 13, "Asynchronous mapping of E1"}, 90 { 16, "Asynchronous mapping of DS1/T1"}, 96 { 22, "DS1 SF Asynchronous"}, 97 { 23, "DS1 ESF Asynchronous"}, 98 { 24, "DS3 M23 Asynchronous"}, 99 { 25, "DS3 C-Bit Parity Asynchronous"},
|
/freebsd/lib/libsys/ |
H A D | aio_fsync.2 | 30 .Nd asynchronous file synchronization (REALTIME) 78 The Asynchronous I/O Control Block structure pointed to by 83 The asynchronous I/O control buffer 89 Modification of the Asynchronous I/O Control Block structure is not allowed 101 The asynchronous notification method in 105 Asynchronous file synchronization operations on the file descriptor 107 are unsafe and unsafe asynchronous I/O operations are disabled.
|
H A D | aio_waitcomplete.2 | 40 system call waits for completion of an asynchronous I/O request. 46 If an asynchronous I/O request is completed before 53 asynchronous I/O request to complete. 72 If an asynchronous I/O request has completed, 103 asynchronous I/O requests completed. 106 The specified time limit expired before any asynchronous I/O requests
|
H A D | aio_return.2 | 30 .Nd retrieve return status of asynchronous I/O operation (REALTIME) 40 system call returns the final status of the asynchronous I/O request 47 should only be called once, to obtain the final status of an asynchronous 53 If the asynchronous I/O request has completed, the status is returned 75 does not reference a completed asynchronous I/O request.
|
H A D | aio_read.2 | 32 .Nd asynchronous read from a file (REALTIME) 134 The Asynchronous I/O Control Block structure pointed to by 141 The asynchronous I/O control buffer 146 Modifications of the Asynchronous I/O Control Block structure or the 173 The asynchronous notification method in 177 Asynchronous read operations on the file descriptor 179 are unsafe and unsafe asynchronous I/O operations are disabled.
|
H A D | aio_write.2 | 32 .Nd asynchronous write to a file (REALTIME) 145 The Asynchronous I/O Control Block structure pointed to by 152 The asynchronous I/O control buffer 157 Modifications of the Asynchronous I/O Control Block structure or the 182 The asynchronous notification method in 186 Asynchronous write operations on the file descriptor 188 are unsafe and unsafe asynchronous I/O operations are disabled.
|
H A D | aio_cancel.2 | 30 .Nd cancel an outstanding asynchronous I/O operation (REALTIME) 40 system call cancels the outstanding asynchronous 45 is specified, only that specific asynchronous I/O request is cancelled. 47 Normal asynchronous notification occurs for cancelled requests. 53 system call does not cancel asynchronous I/O requests for raw disk devices.
|
H A D | aio_suspend.2 | 30 .Nd suspend until asynchronous I/O operations or timeout complete (REALTIME) 41 specified asynchronous I/O requests have completed, a signal is 51 pointers to asynchronous I/O requests. 66 If one or more of the specified asynchronous I/O requests have 86 contains more asynchronous I/O requests than the
|
H A D | aio_mlock.2 | 30 .Nd asynchronous 72 The Asynchronous I/O Control Block structure pointed to by 79 The asynchronous I/O control buffer 85 Modifications of the Asynchronous I/O Control Block structure or the 98 The asynchronous notification method in
|
H A D | aio_error.2 | 30 .Nd retrieve error status of asynchronous I/O operation (REALTIME) 40 system call returns the error status of the asynchronous I/O request 44 If the asynchronous I/O request has completed successfully, 74 does not reference an outstanding asynchronous I/O request.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_set_async_callback.3 | 146 \&\- manage asynchronous operations 161 \&\fBSSL_CTX_set_async_callback()\fR sets an asynchronous callback function. All \fB\s-1SSL\s0\fR 164 \&\fB\s-1SSL_MODE_ASYNC\s0\fR has been set and an asynchronous capable engine completes a 170 asynchronous \fB\s-1SSL\s0\fR object, so that when an engine completes a cryptography 190 Application sets \fB\s-1SSL_MODE_ASYNC\s0\fR and makes an asynchronous \s-1SSL\s0 call 192 OpenSSL submits the asynchronous request to the engine. If a retry occurs at 200 interrupt) the engine will become aware that the asynchronous request has 211 recalling the OpenSSL asynchronous function and to continue processing.
|
H A D | SSL_get_all_async_fds.3 | 143 \&\- manage asynchronous operations 158 waiting for asynchronous operations to complete (see the \fB\s-1SSL_MODE_ASYNC\s0\fR mode 162 call to \fBselect()\fR or \fBpoll()\fR to determine whether the current asynchronous 166 object is currently waiting for asynchronous work to complete (i.e. 168 the list will only contain one file descriptor. However, if multiple asynchronous 177 \&\fBSSL_get_changed_async_fds()\fR returns a list of the asynchronous file descriptors
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_notify.3 | 4 rdma_notify \- Notifies the librdmacm of an asynchronous event. 15 Asynchronous event. 17 Used to notify the librdmacm of asynchronous events that have occurred 27 Asynchronous events that occur on a QP are reported through the user's
|
/freebsd/stand/efi/include/Protocol/ |
H A D | Ip4Config2.h | 176 …asynchronous process is invoked to check the correctness of the data, such as doing address confli… 178 …indicate that such an asynchronous process is invoked and the process is not finished yet. The cal… 179 willing to get the result of the asynchronous process is required to call RegisterDataNotify() 182 configuration data that do not require an asynchronous configuration process, the result of the 200 …@retval EFI_NOT_READY An asynchronous process is invoked to set the specified configurat… 225 progress asynchronous configuration process. The caller can call RegisterDataNotify() to 226 …register an event on the specified configuration data. Once the asynchronous configuration process… 246 progress asynchronous configuration process.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl-sai.txt | 49 - fsl,sai-asynchronous: This is a boolean property. If present, indicating 50 that SAI will work in the asynchronous mode, which 74 - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the 78 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/ |
H A D | libaio.ksh | 32 # Verify Linux native asynchronous IO. 49 log_assert "Verify Linux native asynchronous IO" 67 log_pass "Verified Linux native asynchronous IO"
|
H A D | posixaio.ksh | 32 # Verify POSIX asynchronous IO with aio_read(3) and aio_write(3). 49 log_assert "Verify POSIX asynchronous IO with aio_read(3) and aio_write(3)" 67 log_pass "Verified POSIX asynchronous IO with aio_read(3) and aio_write(3)"
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.8 | 54 operation in addition to a mode that uses the asynchronous 57 The asynchronous 86 access the device in question be accessed via the asynchronous 171 Queue depths greater than 1 are only supported for the asynchronous 205 Specify the retry count for commands sent via the asynchronous
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_cma.h | 203 * Asynchronous events are reported to users through event channels. Each 242 * can occur, and most operations are asynchronous in nature. Communication 270 * listen, and get_request). To convert to asynchronous operation, the 295 * asynchronous operation. 487 * rdma_notify - Notifies the librdmacm of an asynchronous event. 489 * @event: Asynchronous event. 491 * Used to notify the librdmacm of asynchronous events that have occurred 494 * Asynchronous events that occur on a QP are reported through the user's 628 * @event: Asynchronous event. 630 * Returns a string representation of an asynchronous event.
|