Home
last modified time | relevance | path

Searched full:txn (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/krb5/src/plugins/kdb/lmdb/
H A Dkdb_lmdb.c332 MDB_txn *txn = NULL; in fetch_lockout() local
338 err = mdb_txn_begin(dbc->lockout_env, NULL, MDB_RDONLY, &txn); in fetch_lockout()
340 err = mdb_get(txn, dbc->lockout_db, key, &val); in fetch_lockout()
343 mdb_txn_abort(txn); in fetch_lockout()
359 MDB_txn *temp_txn = NULL, *txn; in put() local
364 txn = dbc->load_txn; in put()
369 txn = temp_txn; in put()
372 if (must_overwrite && mdb_get(txn, db, &key, &dummy) == MDB_NOTFOUND) { in put()
377 err = mdb_put(txn, db, &key, &val, putflags); in put()
404 MDB_txn *txn = NULL; in del() local
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi.c126 struct qmi_txn txn; in ath10k_qmi_msa_mem_info_send_sync_msg() local
133 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
138 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
143 qmi_txn_cancel(&txn); in ath10k_qmi_msa_mem_info_send_sync_msg()
148 ret = qmi_txn_wait(&txn, ATH10K_QMI_TIMEOUT * HZ); in ath10k_qmi_msa_mem_info_send_sync_msg()
203 struct qmi_txn txn; in ath10k_qmi_msa_ready_send_sync_msg() local
206 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
211 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
216 qmi_txn_cancel(&txn); in ath10k_qmi_msa_ready_send_sync_msg()
221 ret = qmi_txn_wait(&txn, ATH10K_QMI_TIMEOUT * HZ); in ath10k_qmi_msa_ready_send_sync_msg()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.c1725 struct qmi_txn txn; in ath11k_qmi_host_cap_send() local
1774 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_host_cap_send()
1779 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath11k_qmi_host_cap_send()
1784 qmi_txn_cancel(&txn); in ath11k_qmi_host_cap_send()
1789 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH11K_QMI_WLANFW_TIMEOUT_MS)); in ath11k_qmi_host_cap_send()
1809 struct qmi_txn txn; in ath11k_qmi_fw_ind_register_send() local
1845 ret = qmi_txn_init(handle, &txn, in ath11k_qmi_fw_ind_register_send()
1852 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath11k_qmi_fw_ind_register_send()
1857 qmi_txn_cancel(&txn); in ath11k_qmi_fw_ind_register_send()
1863 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH11K_QMI_WLANFW_TIMEOUT_MS)); in ath11k_qmi_fw_ind_register_send()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_txn.358 txn_commit(TXN *tid);
61 txn_prepare(TXN *tid);
64 txn_abort(TXN *tid);
99 .CR "transaction region" txn
144 .OP "transaction region" txn
175 manager, returning a pointer to a TXN that uniquely identifies it.
202 .UN "transaction region" txn
H A Dspell.ok67 TXN
69 Txn
163 txn
H A Ddb_open.3296 int (*del)(const DB *db, TXN *txnid,
354 int (*get)(const DB *db, TXN *txnid,
380 int (*put)(const DB *db, TXN *txnid,
419 int (*seq)(const DB *db, TXN *txnid,
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h141 qmi_send_request(struct qmi_handle *handle, void *x, struct qmi_txn *txn, in qmi_send_request() argument
150 qmi_txn_cancel(struct qmi_txn *txn) in qmi_txn_cancel() argument
157 qmi_txn_init(struct qmi_handle *handle, struct qmi_txn *txn, in qmi_txn_init() argument
166 qmi_txn_wait(struct qmi_txn *txn, uint64_t jiffies) in qmi_txn_wait() argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.c1932 struct qmi_txn txn = {}; in ath12k_qmi_host_cap_send() local
1978 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_host_cap_send()
1983 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath12k_qmi_host_cap_send()
1992 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH12K_QMI_WLANFW_TIMEOUT_MS)); in ath12k_qmi_host_cap_send()
2012 struct qmi_txn txn; in ath12k_qmi_fw_ind_register_send() local
2041 ret = qmi_txn_init(handle, &txn, in ath12k_qmi_fw_ind_register_send()
2046 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath12k_qmi_fw_ind_register_send()
2056 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH12K_QMI_WLANFW_TIMEOUT_MS)); in ath12k_qmi_fw_ind_register_send()
2080 struct qmi_txn txn = {}; in ath12k_qmi_respond_fw_mem_request() local
2115 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_respond_fw_mem_request()
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h155 * destroys txn object and removes it from the db
350 * c'tor for txn mgr obj
363 * c'tor for txn mgr obj
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp)
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c182 } txn; member
204 h->txn.data = NULL; in tx_helper_init()
205 h->txn.active = 0; in tx_helper_init()
223 if (h->txn.active) in tx_helper_cleanup()
293 if (!ossl_assert(!h->txn.active)) in tx_helper_begin()
306 if (!WPACKET_init_static_len(&h->txn.wpkt, data, len, 0)) in tx_helper_begin()
309 if (!WPACKET_set_max_size(&h->txn.wpkt, space_left)) { in tx_helper_begin()
310 WPACKET_cleanup(&h->txn.wpkt); in tx_helper_begin()
314 h->txn.data = data; in tx_helper_begin()
315 h->txn.active = 1; in tx_helper_begin()
[all …]
/freebsd/crypto/openssl/test/recipes/65-test_cmp_protect_data/
H A DEndEntity1.crt11 I1aJ8jQ+u5jCKjvYLp6Cnbr4AbRXzvKuMyV6UfIAQbrGOxAClvX++5/ZQbhY+TxN
/freebsd/crypto/openssl/test/recipes/65-test_cmp_vfy_data/
H A DEndEntity1.crt11 I1aJ8jQ+u5jCKjvYLp6Cnbr4AbRXzvKuMyV6UfIAQbrGOxAClvX++5/ZQbhY+TxN
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx.c468 * The txn lock will be released each time the function sleeps in osm_vendor_send()
483 /* For double-sided sends, the txn continues to live */ in osm_vendor_send()
654 "__osm_vendor_internal_unbind: destroying txn mgr.. \n"); in __osm_vendor_internal_unbind()
752 /* Save a reference to the MAD in the txn context in __osmv_get_send_txn()
H A Dosm_vendor_mlx_anafa.c477 * The txn lock will be released each time the function sleeps in osm_vendor_send()
492 /* For double-sided sends, the txn continues to live */ in osm_vendor_send()
644 "__osm_vendor_internal_unbind: destroying txn mgr.. \n"); in __osm_vendor_internal_unbind()
735 /* Save a reference to the MAD in the txn context in __osmv_get_send_txn()
H A Dosm_vendor_mlx_txn.c236 /* Cancel the (single) timeout possibly outstanding for this txn in osmv_txn_done()
488 /* assuming osmv_txn_done has removed the txn from the map */ in __osmv_txn_all_done()
H A Dosm_vendor_mlx_dispatcher.c187 * DESCRIPTION Decide which way to handle the received MAD: simple txn/RMPP/drop
369 /* If an error happens here, it's the sender thread to cleanup the txn */ in __osmv_dispatch_rmpp_mad()
H A Dosm_vendor_mlx_sender.c82 /* Push a fake txn id to the MAD */ in osmv_simple_send_madw()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Domap-spi.txt20 is to be "rxN" and "txN" for RX and TX requests,
H A Domap-spi.yaml72 "rxN" and "txN" for RX and TX requests, respectively. Where N
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DREADME.db233 txn Transaction support.
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dda8xx-usb.txt24 and "txN" for transmit endpoints. N specifies the endpoint number.
H A Dam33xx-usb.txt49 and "txN" for transmit endpoints. N specifies the endpoint number.
/freebsd/sys/crypto/ccp/
H A Dccp.c699 /* Wipe out any descriptors associated with this aborted txn. */ in ccp_queue_abort()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c1717 "\t" "-m <rx0,tx0,rx1,tx1...rxN,txN> \\\n" in usage()

12