Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c244 if (rl.valid != DB_REGIONMAGIC)
341 rlp->valid = DB_REGIONMAGIC;
376 if (rlp->valid != DB_REGIONMAGIC)
390 if (rlp->valid != DB_REGIONMAGIC) {
651 if (rl.valid != DB_REGIONMAGIC) {
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h216 #define DB_REGIONMAGIC 0x120897 macro