Home
last modified time | relevance | path

Searched refs:DB_TXNMAGIC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c95 txn_region->magic = DB_TXNMAGIC;
178 } else if (tmgrp->region->magic != DB_TXNMAGIC) {
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h859 #define DB_TXNMAGIC 0x041593 macro