Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp356 NdbTransaction *tx2; in ndb_oc_search() local
374 tx2 = ndb->startTransaction( myTable ); in ndb_oc_search()
375 if ( !tx2 ) { in ndb_oc_search()
380 ixop = tx2->getNdbIndexOperation( myIndex ); in ndb_oc_search()
382 tx2->close(); in ndb_oc_search()
394 rc = tx2->execute( NdbTransaction::Commit, NdbOperation::AbortOnError, 1 ); in ndb_oc_search()
395 tx2->close(); in ndb_oc_search()
455 tx2 = ndb->startTransaction( myTable, keys, xbuf, sizeof(xbuf)); in ndb_oc_search()
457 tx2 = ndb->startTransaction( myTable ); in ndb_oc_search()
459 if ( !tx2 ) { in ndb_oc_search()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ddm816x.dtsi427 "tx2", "rx2", "tx3", "rx3";
603 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
643 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Ddm814x.dtsi117 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
155 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
274 "tx2", "rx2", "tx3", "rx3";
H A Dam33xx.dtsi403 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
449 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Domap2.dtsi142 "tx2", "rx2", "tx3", "rx3";
H A Dda850.dtsi671 "tx1", "tx2", "tx3", "tx4";
H A Dtegra114.dtsi583 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Domap3.dtsi460 "tx2", "rx2", "tx3", "rx3";
H A Dtegra30.dtsi859 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Dtegra124.dtsi1022 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Domap4-l4.dtsi2090 "tx2", "rx2", "tx3", "rx3";
H A Domap5-l4.dtsi1855 "tx2", "rx2", "tx3", "rx3";
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c2067 MDB_txn *tx2; in mdb_page_spill() local
2068 for (tx2 = txn->mt_parent; tx2; tx2 = tx2->mt_parent) { in mdb_page_spill()
2069 if (tx2->mt_spill_pgs) { in mdb_page_spill()
2070 j = mdb_midl_search(tx2->mt_spill_pgs, pn); in mdb_page_spill()
2071 if (j <= tx2->mt_spill_pgs[0] && tx2->mt_spill_pgs[j] == pn) { in mdb_page_spill()
2077 if (tx2) in mdb_page_spill()
2359 const MDB_txn *tx2; in mdb_page_unspill() local
2363 for (tx2 = txn; tx2; tx2=tx2->mt_parent) { in mdb_page_unspill()
2364 if (!tx2->mt_spill_pgs) in mdb_page_unspill()
2366 x = mdb_midl_search(tx2->mt_spill_pgs, pn); in mdb_page_unspill()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp355 store::transaction tx2 = backend.start(); in ATF_TEST_CASE_BODY() local
356 store::results_iterator iter = tx2.get_action_results(action_id); in ATF_TEST_CASE_BODY()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
H A Dk3-am65-mcu.dtsi221 dma-names = "tx0", "tx1", "tx2", "tx3",
H A Dk3-j7200-mcu-wakeup.dtsi204 dma-names = "tx0", "tx1", "tx2", "tx3",
H A Dk3-j721e-mcu-wakeup.dtsi315 dma-names = "tx0", "tx1", "tx2", "tx3",
H A Dk3-am64-main.dtsi505 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6",
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
H A Dtegra186-p3509-0000+p3636-0001.dts127 nvidia,model = "jetson-tx2-hda";
H A Dtegra186.dtsi52 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, /* tx2 */
180 "rx2", "tx2",
H A Dtegra132.dtsi1045 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Dtegra210.dtsi1446 "rx2", "tx2",
H A Dtegra194.dtsi183 "rx2", "tx2",
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8996.dtsi2912 dma-names = "rx", "tx", "tx2", "rx2";
H A Dsdm845.dtsi3581 dma-names = "rx", "tx", "tx2", "rx2";

12