/freebsd/contrib/libcbor/src/cbor/ |
H A D | callbacks.h | 20 /** Callback prototype */ 23 /** Callback prototype */ 26 /** Callback prototype */ 29 /** Callback prototype */ 32 /** Callback prototype */ 35 /** Callback prototype */ 38 /** Callback prototype */ 41 /** Callback prototype */ 44 /** Callback prototype */ 47 /** Callback prototype */ [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_user_callback.h | 77 * @brief This callback method asks the user to create a timer and provide 84 * @param[in] timer_callback This parameter specifies the callback method 103 * @brief This callback method asks the user to destroy the supplied timer. 117 * @brief This callback method asks the user to start the supplied timer. 142 * @brief This callback method asks the user to stop the supplied timer. 156 * @brief This callback method asks the user to associate the supplied 175 * @brief This callback method asks the user to de-associate the supplied 195 * @brief This callback method asks the user to acquire/get the lock. 210 * @brief This callback method asks the user to release a lock. 224 * @brief This user callback will inform the user that the controller has [all …]
|
H A D | scic_user_callback.h | 73 * @brief This callback method asks the user to create a timer and provide 82 * @param[in] timer_callback This parameter specifies the callback method 99 * @brief This callback method asks the user to destroy the supplied timer. 113 * @brief This callback method asks the user to start the supplied timer. 138 * @brief This callback method asks the user to stop the supplied timer. 167 * @brief This user callback will inform the user that the controller has 184 * @brief This user callback will inform the user that the controller has 201 * @brief This user callback will inform the user that an IO request has 227 * @note This callback is not utilized in the fast path. The expectation 233 * provide the necessary information for this callback. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_set_callback.pod | 8 - BIO callback functions 18 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback); 41 callback. The callback is called during most high-level BIO operations. It can 46 callback. New code should not use these functions, but they are retained for 47 backwards compatibility. Any callback set via BIO_set_callback_ex() will get 51 used to set and retrieve an argument for use in the callback. 53 BIO_debug_callback_ex() is a standard debugging callback which prints 54 out information relating to each BIO operation. If the callback 57 deprecated version of the same callback for use with the old callback 60 BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn [all …]
|
H A D | SSL_CTX_set_info_callback.pod | 9 - handle information callback for SSL connections 16 void (*callback) (const SSL *ssl, int type, int val)); 21 void (*callback) (const SSL *ssl, int type, int val)); 27 SSL_CTX_set_info_callback() sets the B<callback> function, that can be used to 31 When B<callback> is NULL, no callback function is used. 33 SSL_set_info_callback() sets the B<callback> function, that can be used to 35 When B<callback> is NULL, the callback setting currently valid for 39 callback function for B<ctx>. 42 callback function for B<ssl>. 47 information from the SSL/TLS engine. When set, an information callback function [all …]
|
H A D | SSL_set_async_callback.pod | 20 int SSL_CTX_set_async_callback(SSL_CTX *ctx, SSL_async_callback_fn callback); 22 int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback); 28 SSL_CTX_set_async_callback() sets an asynchronous callback function. All B<SSL> 29 objects generated based on this B<SSL_CTX> will get this callback. If an engine 30 supports the callback mechanism, it will be automatically called if 34 SSL_CTX_set_async_callback_arg() sets the callback argument. 36 SSL_set_async_callback() allows an application to set a callback in an 38 operation, the callback will be called to notify the application to resume the 42 above callback is called. 48 dispatched. If the engine does not support this additional callback method, [all …]
|
H A D | SSL_CTX_set_ct_validation_callback.pod | 20 int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback, 23 ssl_ct_validation_cb callback, 35 This is accomplished by setting a built-in CT validation callback. 36 The behaviour of the callback is determined by the B<validation_mode> argument, 45 However, in that case if the verification status before the built-in callback 47 callback. 65 register a custom callback that may implement a different policy than either of 67 This callback can examine the peer's SCTs and determine whether they are 70 and the callback returns a non-positive result. 72 An arbitrary callback data argument, B<arg>, can be passed in when setting [all …]
|
H A D | SSL_CTX_set_psk_client_callback.pod | 11 - set PSK client callback 45 The callback function is given a pointer to the SSL connection in B<ssl>. 47 The first time the callback is called for a connection the B<md> parameter is 48 NULL. In some circumstances the callback will be called a second time. In that 51 given in B<md>. The PSK returned by the callback is allowed to be different 54 On successful completion the callback must store a pointer to an identifier for 59 Additionally the callback should store a pointer to an SSL_SESSION object in 96 It is also possible for the callback to succeed but not supply a PSK. In this 98 this the callback should return successfully and ensure that B<*sess> is 102 provide a different callback function. This function will be called when the [all …]
|
H A D | SSL_CTX_use_psk_identity_hint.pod | 42 A server application wishing to use TLSv1.3 PSKs should set a callback 46 The callback function is given a pointer to the SSL connection in B<ssl> and 47 an identity in B<identity> of length B<identity_len>. The callback function 53 It is also possible for the callback to succeed but not supply a PSK. In this 55 callback should return successfully and ensure that B<*sess> is 69 callback function which is called when the server receives the 70 ClientKeyExchange message from the client. The purpose of the callback function 72 during the connection setup phase. The callback is set using the functions 73 SSL_CTX_set_psk_server_callback() or SSL_set_psk_server_callback(). The callback 78 The callback for use in TLSv1.2 will also work in TLSv1.3 although it is [all …]
|
H A D | SSL_CTX_set_alpn_select_cb.pod | 58 SSL_CTX_set_alpn_select_cb() sets the application callback B<cb> used by a 61 the application callback. 63 B<cb> is the application defined callback. The B<in>, B<inlen> parameters are a 72 is called from the application callback B<cb>. The protocol data in B<server>, 81 callback or the NPN callback (described below). If no match is found, the first 84 the NPN callback. In the ALPN case, the value returned in B<out> and B<outlen> 88 SSL_CTX_set_next_proto_select_cb() sets a callback B<cb> that is called when a 90 user-defined pointer argument B<arg> which will be passed to this callback. 91 For the callback itself, B<out> 95 callback can assume that B<in> is syntactically valid. The client must [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.h | 38 * eloop_sock_handler - eloop socket event callback type 40 * @eloop_ctx: Registered callback context data (eloop_data) 41 * @sock_ctx: Registered callback context data (user_data) 46 * eloop_event_handler - eloop generic event callback type 47 * @eloop_ctx: Registered callback context data (eloop_data) 48 * @user_ctx: Registered callback context data (user_data) 53 * eloop_timeout_handler - eloop timeout event callback type 54 * @eloop_ctx: Registered callback context data (eloop_data) 55 * @user_ctx: Registered callback context data (user_data) 60 * eloop_signal_handler - eloop signal event callback type [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BIO_set_callback.3 | 143 \&\- BIO callback functions 153 \& void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback); 178 callback. The callback is called during most high-level \s-1BIO\s0 operations. It can 183 callback. New code should not use these functions, but they are retained for 184 backwards compatibility. Any callback set via \fBBIO_set_callback_ex()\fR will get 188 used to set and retrieve an argument for use in the callback. 190 \&\fBBIO_debug_callback_ex()\fR is a standard debugging callback which prints 191 out information relating to each \s-1BIO\s0 operation. If the callback 194 deprecated version of the same callback for use with the old callback 197 BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn [all …]
|
H A D | SSL_CTX_set_info_callback.3 | 144 \&\- handle information callback for SSL connections 150 \& void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*callback)()); 153 \& void SSL_set_info_callback(SSL *ssl, void (*callback)()); 158 \&\fBSSL_CTX_set_info_callback()\fR sets the \fBcallback\fR function, that can be used to 162 When \fBcallback\fR is \s-1NULL,\s0 no callback function is used. 164 \&\fBSSL_set_info_callback()\fR sets the \fBcallback\fR function, that can be used to 166 When \fBcallback\fR is \s-1NULL,\s0 the callback setting currently valid for 170 callback function for \fBctx\fR. 173 callback function for \fBssl\fR. 177 information from the \s-1SSL/TLS\s0 engine. When set, an information callback function [all …]
|
H A D | SSL_CTX_set_psk_client_callback.3 | 146 \&\- set PSK client callback 179 The callback function is given a pointer to the \s-1SSL\s0 connection in \fBssl\fR. 181 The first time the callback is called for a connection the \fBmd\fR parameter is 182 \&\s-1NULL.\s0 In some circumstances the callback will be called a second time. In that 185 given in \fBmd\fR. The \s-1PSK\s0 returned by the callback is allowed to be different 188 On successful completion the callback must store a pointer to an identifier for 193 Additionally the callback should store a pointer to an \s-1SSL_SESSION\s0 object in 223 It is also possible for the callback to succeed but not supply a \s-1PSK.\s0 In this 225 this the callback should return successfully and ensure that \fB*sess\fR is 229 provide a different callback function. This function will be called when the [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointOptions.h | 29 /// callback, ignore count, etc... 36 /// \param[in] callback 41 /// Client data that will get passed to the callback. 45 WatchpointOptions(WatchpointHitCallback callback, void *baton, 63 // You are supposed to control that all through the callback. 67 // w/o running the callback. 70 // d) Otherwise, the callback will get run, and if it returns true we will 72 // The asynchronous callback can run the target itself, but at present that 73 // should be the last action the callback does. We will relax this 77 /// Adds a callback t [all...] |
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | lac_sync.h | 123 * cookie. Otherwise, the callback might panic. In this case, the cookie in LacSync_DestroySyncCookie() 141 * Function which will wait for a sync callback on a given cookie. 144 * @param[in] timeOut Time to wait for callback (msec) 145 * @param[out] pStatus Status returned by the callback 146 * @param[out] pOpStatus Operation status returned by callback. 149 * @retval CPA_STATUS_SUCCESS Fail waiting for a callback 176 * Function which will check for a sync callback on a given cookie. 177 * Returns whether the callback has happened or not, no timeout. 180 * @param[in] timeOut Time to wait for callback (msec) 181 * @param[out] pStatus Status returned by the callback [all …]
|
/freebsd/share/man/man9/ |
H A D | EVENTHANDLER.9 | 69 kernel events and have their callback functions invoked when these 72 Callback functions are invoked in order of priority. 73 The relative priority of each callback among other callbacks 98 with callback functions of type 103 to register a callback function 116 This macro registers a callback function 133 This macro removes a previously registered callback associated with tag 141 This macro removes a previously registered callback associated with tag 157 registered callback function. 186 function is used to register a callback with a given event. [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.h | 54 * o comm_timer - a timeout with callback. 56 * o comm_reply - holds reply info during networking callback. 94 /** callback from communication point function type */ 98 /** to pass no_error to callback function */ 100 /** to pass closed connection to callback function */ 102 /** to pass timeout happened to callback function */ 104 /** to pass fallback from capsforID to callback function; 0x20 failed */ 106 /** to pass done transfer to callback function; http file is complete */ 108 /** to pass write of the write packet is done to callback function 125 /** callback to stop listening on accept sockets, [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_open.3 | 75 pointers to three callback functions which will be invoked by 81 with an additional fourth free callback. This function should be preferred to 158 callback functions that will be invoked to write data to the 168 The open callback is invoked by 179 freed inside the open callback or with the free callback. 191 The write callback is invoked whenever the library 193 For correct blocking, each call to the write callback function 198 On success, the write callback should return the 200 On error, the callback shoul [all...] |
H A D | archive_read_open.3 | 74 except that the skip callback is assumed to be 79 four callback functions. 128 The callback functions must match the following prototypes: 152 The open callback is invoked by 163 The read callback is invoked whenever the library 165 The read callback should read data into a buffer, 170 The library will invoke the read callback again 174 On end-of-file, the read callback should 176 On error, the read callback should invoke 181 The skip callback i [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Diagnostics.h | 27 /// help of a callback to emit one or more files into the diagnostic directory. 44 using Callback = std::function<llvm::Error(const FileSpec &)>; variable 47 CallbackID AddCallback(Callback callback); 67 CallbackEntry(CallbackID id, Callback callback) in CallbackEntry() 68 : id(id), callback(std::move(callback)) {} in CallbackEntry() 70 Callback callback; member 73 /// Monotonically increasing callback identifier. Unique per Diagnostic 77 /// List of callback entries. 80 /// Mutex to protect callback list and callback identifier.
|
/freebsd/sys/dev/isci/ |
H A D | isci_domain.c | 45 * @brief This callback method informs the framework user that something 49 * This callback is called by the framework outside of discovery or 59 * with which this callback is associated. 61 * which this callback is associated. 85 * @brief This callback method informs the framework user that a previously 89 * with which this callback is associated. 91 * which this callback is associated. 113 * @brief This callback method informs the framework user that a previously 117 * with which this callback is associated. 119 * which this callback is associated. [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFIndex.h | 37 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 41 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 45 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 48 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 51 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 53 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 55 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 63 llvm::function_ref<bool(DWARFDIE die)> callback); 66 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; 70 llvm::function_ref<bool(DWARFDIE die)> callback) = 0; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AbstractCallSite.h | 10 // allows treating direct, indirect, and callback calls the same. 31 /// indirect, and callback calls the same. If an abstract call site 34 /// also represent a callback call, thus the fact that the initially 35 /// called function (=broker) may invoke a third one (=callback callee). 37 /// broker function. The result is a representation of the callback call, 40 /// There are up to three functions involved when we talk about callback call 43 /// the callee (3), which is the target of the callback call. 53 /// The encoding of a callback with regards to the underlying instruction. 57 /// the abstract call site represents a callback. In that case, the first 59 /// site CB is the callback callee. The remaining elements map parameters [all …]
|
/freebsd/sys/dev/etherswitch/ |
H A D | miiproxy.c | 87 rendezvous_callback_t callback; member 97 * Call the callback routines for both the proxy and the target. If either 105 error = e->proxy.callback(RENDEZVOUS_ATTACH, e); in rendezvous_attach() 107 error = e->target.callback(RENDEZVOUS_ATTACH, e); in rendezvous_attach() 109 e->proxy.callback(RENDEZVOUS_DETACH, e); in rendezvous_attach() 111 ep->callback = NULL; in rendezvous_attach() 120 * rendezvous. The callback will be invoked as soon as the target is 127 rendezvous_callback_t callback) in rendezvous_register_proxy() argument 131 KASSERT(callback != NULL, ("callback must be set")); in rendezvous_register_proxy() 137 e->proxy.callback = callback; in rendezvous_register_proxy() [all …]
|