Home
last modified time | relevance | path

Searched refs:req_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_var.h179 struct nvme_ns_list *nslist, nvmf_request_complete_t *req_cb,
182 struct nvme_namespace_data *nsdata, nvmf_request_complete_t *req_cb,
185 uint64_t offset, void *buf, size_t len, nvmf_request_complete_t *req_cb,
/freebsd/crypto/openssl/crypto/x509/
H A Dx_req.c48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb() function
121 ASN1_SEQUENCE_ref(X509_REQ, req_cb) = {
/freebsd/contrib/wpa/src/common/
H A Dgas_server.c28 struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, member
243 resp = handler->req_cb(handler->ctx, response, sa, query_req, in gas_server_rx_initial_req()
596 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, in gas_server_register()
613 handler->req_cb = req_cb; in gas_server_register()
H A Dgas_server.h27 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,