Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c563 if (F_ISSET(dbmfp, MP_UPGRADE))
585 F_SET(dbmfp, MP_UPGRADE);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h192 #define MP_UPGRADE 0x02 /* File descriptor is readwrite. */ macro