/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_els.c | 613 void (*cb)(ocs_node_t *node, ocs_node_cb_t *cbdata, void *arg), void *cbarg) in ocs_send_plogi() 667 els_cb_t cb, void *cbarg) in ocs_send_flogi() 727 els_cb_t cb, void *cbarg) in ocs_send_fdisc() 783 els_cb_t cb, void *cbarg) in ocs_send_prli() 846 els_cb_t cb, void *cbarg) in ocs_send_prlo() 899 els_cb_t cb, void *cbarg) in ocs_send_logo() 958 els_cb_t cb, void *cbarg) in ocs_send_adisc() 1021 els_cb_t cb, void *cbarg) in ocs_send_pdisc() 1071 els_cb_t cb, void *cbarg) in ocs_send_scr() 1120 els_cb_t cb, void *cbarg) in ocs_send_rrq() [all …]
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | event.h | 54 void *cbarg; member 80 #define event_set(ev, fd, flags, cb, cbarg) \ argument 87 #define evtimer_set(ev, cb, cbarg) \ argument 94 void (*cb)(int, short, void *), void *cbarg) in _event_set() argument 135 #define event_set(ev, fd, flags, cb, cbarg) \ argument 142 #define evtimer_set(ev, cb, cbarg) \ argument
|
H A D | event.c | 213 void (*cb)(int, short, void *), void *cbarg) in __event_set() argument
|
/freebsd/crypto/openssl/crypto/ |
H A D | self_test_core.c | 18 void *cbarg; member 53 void *cbarg) in OSSL_SELF_TEST_set_callback() 64 void **cbarg) in OSSL_SELF_TEST_get_callback() 93 OSSL_SELF_TEST *OSSL_SELF_TEST_new(OSSL_CALLBACK *cb, void *cbarg) in OSSL_SELF_TEST_new()
|
H A D | passphrase.c | 53 pem_password_cb *cb, void *cbarg) in ossl_pw_set_pem_password_cb() 67 OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg) in ossl_pw_set_ossl_passphrase_cb() 239 void *cbarg = data->_.ossl_passphrase.passphrase_cbarg; in ossl_pw_get_passphrase() local
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_key.c | 76 OSSL_CALLBACK *cb, void *cbarg) in dsa_keygen_knownanswer_test() 114 static int dsa_keygen_pairwise_test(DSA *dsa, OSSL_CALLBACK *cb, void *cbarg) in dsa_keygen_pairwise_test() 195 void *cbarg = NULL; in dsa_keygen() local
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | hn_nvs.h | 45 #define HN_NVS_SENDCTX_INITIALIZER(cb, cbarg) \ argument 52 hn_nvs_sendctx_init(struct hn_nvs_sendctx *sndc, hn_nvs_sent_t cb, void *cbarg) in hn_nvs_sendctx_init()
|
/freebsd/crypto/openssl/test/ |
H A D | quicfaultstest.c | 71 unsigned char *buf, size_t len, void *cbarg) in add_unknown_frame_cb() 231 unsigned char *buf, size_t len, void *cbarg) in on_packet_cipher_cb() 243 void *cbarg) in on_datagram_cb()
|
H A D | quic_newcid_test.c | 24 unsigned char *buf, size_t len, void *cbarg) in add_ncid_frame_cb()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | rpc.h | 220 pool, request, reply, cb, cbarg) \ argument 330 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ argument 387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument
|
H A D | bufferevent_struct.h | 102 void *cbarg; member
|
/freebsd/contrib/libevent/include/event2/ |
H A D | rpc.h | 220 pool, request, reply, cb, cbarg) \ argument 330 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ argument 387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument
|
H A D | bufferevent_struct.h | 102 void *cbarg; member
|
/freebsd/crypto/openssl/providers/implementations/skeymgmt/ |
H A D | aes_skmgmt.c | 37 OSSL_CALLBACK *param_callback, void *cbarg) in aes_export()
|
H A D | generic.c | 69 OSSL_CALLBACK *param_callback, void *cbarg) in generic_export()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent.c | 200 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 206 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 213 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 219 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 391 bufferevent_event_cb eventcb, void *cbarg) in bufferevent_setcb()
|
/freebsd/contrib/libevent/ |
H A D | bufferevent.c | 200 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 206 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 213 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 219 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 391 bufferevent_event_cb eventcb, void *cbarg) in bufferevent_setcb()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_result.c | 278 OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg, in try_key_value() 327 OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg, in try_key_value_legacy() 431 void *cbarg = &ctx->pwdata; in try_key() local
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_br.c | 329 uint32_t cplen, vmbus_br_copy_callback_t cb, void *cbarg, int *ret) in vmbus_txbr_copyto_call() 365 vmbus_br_copy_callback_t cb, void *cbarg, in vmbus_txbr_write_call() 525 int cplen, vmbus_br_copy_callback_t cb, void *cbarg) in vmbus_rxbr_copyfrom_call() 573 vmbus_br_copy_callback_t cb, void *cbarg) in vmbus_rxbr_peek_call()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 254 void *cbarg) in ecx_export() 646 void *cbarg = NULL; in ecd_fips140_pairwise_test() local 766 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen() 780 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen() 794 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen() 828 static void *ed448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed448_gen()
|
H A D | template_kmgmt.c | 147 void *cbarg) in template_export() 366 static void *template_gen(void *vctx, OSSL_CALLBACK *osslcb, void *cbarg) in template_gen()
|
H A D | ml_kem_kmgmt.c | 71 void *cbarg = NULL; in ml_kem_pairwise_test() local 235 void *cbarg) in ml_kem_export() 749 static void *ml_kem_gen(void *vgctx, OSSL_CALLBACK *osslcb, void *cbarg) in ml_kem_gen()
|
H A D | rsa_kmgmt.c | 204 OSSL_CALLBACK *param_callback, void *cbarg) in rsa_export() 432 void *cbarg; member 577 static void *rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in rsa_gen()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | encoder_pkey.c | 57 pem_password_cb *cb, void *cbarg) in OSSL_ENCODER_CTX_set_pem_password_cb() 64 void *cbarg) in OSSL_ENCODER_CTX_set_passphrase_cb()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_key.c | 254 OSSL_CALLBACK *cb, void *cbarg) in ecdsa_keygen_knownanswer_test() 383 void *cbarg = NULL; in ec_generate_key() local 1100 void *cbarg) in ecdsa_keygen_pairwise_test()
|