Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c113 struct __txn_detail *td;
123 for (td = SH_TAILQ_FIRST(&tmr->active_txn, __txn_detail);
125 td = SH_TAILQ_NEXT(td, links, __txn_detail))
/titanic_41/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c337 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
644 tp, links, __txn_detail);
804 SH_TAILQ_FIRST(&mgr->region->active_txn, __txn_detail);
806 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
962 for (txnp = SH_TAILQ_FIRST(&mgr->region->active_txn, __txn_detail);
964 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
1003 tp, links, __txn_detail);
H A Dtxn_rec.c280 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dtxn.h32 typedef struct __txn_detail { struct