Searched refs:MP_READONLY (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fset.c56 if (LF_ISSET(DB_MPOOL_DIRTY) && F_ISSET(dbmfp, MP_READONLY)) {
H A Dmp_fput.c54 if (LF_ISSET(DB_MPOOL_DIRTY) && F_ISSET(dbmfp, MP_READONLY)) {
H A Dmp_fopen.c128 F_SET(dbmfp, MP_READONLY);
247 if (!F_ISSET(dbmfp, MP_READONLY))
H A Dmp_pr.c224 F_ISSET(dbmfp, MP_READONLY) ? "readonly" : "read/write");
H A Dmp_sync.c266 if (F_ISSET(dbmfp, MP_READONLY))
297 * We skip the MP_READONLY and MP_TEMP tests done by memp_fsync(3).
298 * The MP_READONLY test isn't interesting because we will either
H A Dmp_bh.c63 if (F_ISSET(dbmfp, MP_READONLY) &&
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h191 #define MP_READONLY 0x01 /* File is readonly. */ macro

Completed in 101 milliseconds